diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml
index 5fc40ea..d22ab9a 100644
--- a/.github/workflows/build-deploy.yml
+++ b/.github/workflows/build-deploy.yml
@@ -3,7 +3,7 @@ name: Github Package
on:
push:
tags:
- - 'v*.*.*'
+ ["v*.*.*", "v*.*.*-*"]
branches:
["release-4.*.*", "release-5.*.*", "release-v2.*.*", "master", "development"]
pull_request:
@@ -59,7 +59,7 @@ jobs:
- name: Delete package specific version
uses: smartsquaregmbh/delete-old-packages@v0.4.0
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.dao
diff --git a/pom.xml b/pom.xml
index 3c82a32..0ce3614 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
dao
dao
jar
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -99,13 +99,13 @@
com.uci
message-rosa
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
com.uci
utils
- 2.1.0
+ 2.2.0-SNAPSHOT
compile