Skip to content

Commit

Permalink
Creating new package naming for stagging and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajjangid05 committed May 3, 2023
1 parent f1a3d15 commit 33bdf37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Github Package
on:
push:
tags:
- 'v*.*.*'
["v*.*.*", "v*.*.*-*"]
branches:
["release-4.*.*", "release-5.*.*", "release-v2.*.*", "master", "development"]
pull_request:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Delete package specific version
uses: smartsquaregmbh/[email protected]
with:
version: 2.1.0 # This should be same as in the pom.xml file,
version: 2.2.0-SNAPSHOT # This should be same as in the pom.xml file,
# to delete only the pom specified version, not the other older versions
names: |
com.uci.message-rosa
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.uci</groupId>
<artifactId>message-rosa</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<!-- On changing, Set version in deploy.xml to delete the previous packages if exists and deploy new package for the specified version -->
<name>message-rosa</name>
<description>message-rosa for messages</description>
Expand Down

0 comments on commit 33bdf37

Please sign in to comment.