Skip to content

Commit

Permalink
package version - 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Jun 15, 2022
1 parent 7878ea9 commit 6c6c755
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 @@ -34,7 +34,7 @@ jobs:
- name: Delete package specific version
uses: smartsquaregmbh/[email protected]
with:
version: 0.0.4 # This should be same as in the pom.xml file,
version: 4.9.0 # 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>0.0.4</version>
<version>4.9.0</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 6c6c755

Please sign in to comment.