Skip to content

Commit

Permalink
[Prod Deployment] - Change Package version and merge development bran…
Browse files Browse the repository at this point in the history
…ch in master
  • Loading branch information
pankajjangid05 committed May 8, 2023
1 parent a07b455 commit adbb675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Delete package specific version
uses: smartsquaregmbh/[email protected]
with:
version: 2.2.0-SNAPSHOT # This should be same as in the pom.xml file,
version: 2.2.1 # 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.2.0-SNAPSHOT</version>
<version>2.2.1</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 adbb675

Please sign in to comment.