From 49a6622a31dd2cea897e12642e173ae256165336 Mon Sep 17 00:00:00 2001 From: pankajjangid05 Date: Wed, 3 May 2023 15:12:43 +0530 Subject: [PATCH] Creating new package naming for stagging and prod --- .github/workflows/build-deploy.yml | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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