Skip to content

Commit cb225b5

Browse files
[Hot Fix] -Package version related changes
1 parent 7041db7 commit cb225b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Delete package specific version
3737
uses: smartsquaregmbh/delete-old-packages@v0.4.0
3838
with:
39-
version: 2.1.1 # This should be same as in the pom.xml file,
39+
version: 2.1.0 # This should be same as in the pom.xml file,
4040
# to delete only the pom specified version, not the other older versions
4141
names: |
4242
com.uci.utils

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>com.uci</groupId>
1313
<artifactId>utils</artifactId>
14-
<version>2.1.1</version>
14+
<version>2.1.0</version>
1515
<!-- On changing, Set version in build-deploy.yml to delete the previous packages if exists and deploy new package for the specified version -->
1616

1717
<name>utils</name>

0 commit comments

Comments
 (0)