From a4c36757e9e805a269ddf2c69b9c4cb156dff504 Mon Sep 17 00:00:00 2001 From: Keshav Mishra Date: Fri, 18 Aug 2023 17:37:16 +0530 Subject: [PATCH] Release changes (#1063) * Release Bot Pre-release changes * Update README.md Signed-off-by: Keshav Mishra --------- Signed-off-by: Keshav Mishra Co-authored-by: ckm007 --- .github/workflows/push_trigger.yml | 2 +- authentication/authentication-authtypelockfilter-impl/pom.xml | 4 ++-- authentication/authentication-common/pom.xml | 4 ++-- authentication/authentication-core/pom.xml | 4 ++-- authentication/authentication-filter-api/pom.xml | 4 ++-- authentication/authentication-hotlistfilter-impl/pom.xml | 4 ++-- authentication/authentication-internal-service/pom.xml | 4 ++-- authentication/authentication-otp-service/pom.xml | 4 ++-- authentication/authentication-service/pom.xml | 4 ++-- authentication/esignet-integration-impl/pom.xml | 2 +- authentication/pom.xml | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/push_trigger.yml b/.github/workflows/push_trigger.yml index 527a292428d..06dc9e54c85 100644 --- a/.github/workflows/push_trigger.yml +++ b/.github/workflows/push_trigger.yml @@ -121,7 +121,7 @@ jobs: - name: Publish the maven package run: | - cd authentication && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml + cd authentication && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} GPG_TTY: $(tty) diff --git a/authentication/authentication-authtypelockfilter-impl/pom.xml b/authentication/authentication-authtypelockfilter-impl/pom.xml index ae96c9ee7be..014a94ed228 100644 --- a/authentication/authentication-authtypelockfilter-impl/pom.xml +++ b/authentication/authentication-authtypelockfilter-impl/pom.xml @@ -4,9 +4,9 @@ io.mosip.authentication authentication-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 authentication-authtypelockfilter-impl authentication-authtypelockfilter-impl ID Authentication Filter Implementation for Auth Type Lock validation diff --git a/authentication/authentication-common/pom.xml b/authentication/authentication-common/pom.xml index b2b005e83d4..14631ac07fd 100644 --- a/authentication/authentication-common/pom.xml +++ b/authentication/authentication-common/pom.xml @@ -6,9 +6,9 @@ io.mosip.authentication authentication-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 authentication-common authentication-common diff --git a/authentication/authentication-core/pom.xml b/authentication/authentication-core/pom.xml index c0213966427..a196bbd7de1 100644 --- a/authentication/authentication-core/pom.xml +++ b/authentication/authentication-core/pom.xml @@ -6,9 +6,9 @@ io.mosip.authentication authentication-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 authentication-core jar diff --git a/authentication/authentication-filter-api/pom.xml b/authentication/authentication-filter-api/pom.xml index 0812ac79ab3..bbb7acd4119 100644 --- a/authentication/authentication-filter-api/pom.xml +++ b/authentication/authentication-filter-api/pom.xml @@ -4,9 +4,9 @@ io.mosip.authentication authentication-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 authentication-filter-api authentication-filter-api ID Authentication Filter API diff --git a/authentication/authentication-hotlistfilter-impl/pom.xml b/authentication/authentication-hotlistfilter-impl/pom.xml index 3d3b1e833ac..ffde65b2e93 100644 --- a/authentication/authentication-hotlistfilter-impl/pom.xml +++ b/authentication/authentication-hotlistfilter-impl/pom.xml @@ -4,9 +4,9 @@ io.mosip.authentication authentication-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 authentication-hotlistfilter-impl authentication-hotlistfilter-impl ID Authentication Filter Implementation for Hotlist validation diff --git a/authentication/authentication-internal-service/pom.xml b/authentication/authentication-internal-service/pom.xml index 86e252e2399..2c48adec6b0 100644 --- a/authentication/authentication-internal-service/pom.xml +++ b/authentication/authentication-internal-service/pom.xml @@ -7,9 +7,9 @@ io.mosip.authentication authentication-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 authentication-internal-service authentication-internal-service diff --git a/authentication/authentication-otp-service/pom.xml b/authentication/authentication-otp-service/pom.xml index a3e41799a59..ffb017f5171 100644 --- a/authentication/authentication-otp-service/pom.xml +++ b/authentication/authentication-otp-service/pom.xml @@ -7,9 +7,9 @@ io.mosip.authentication authentication-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 authentication-otp-service authentication-otp-service diff --git a/authentication/authentication-service/pom.xml b/authentication/authentication-service/pom.xml index d68b575897b..e0f1882c870 100644 --- a/authentication/authentication-service/pom.xml +++ b/authentication/authentication-service/pom.xml @@ -6,9 +6,9 @@ io.mosip.authentication authentication-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 authentication-service jar diff --git a/authentication/esignet-integration-impl/pom.xml b/authentication/esignet-integration-impl/pom.xml index bcf53f9bf1c..57c7083efe0 100644 --- a/authentication/esignet-integration-impl/pom.xml +++ b/authentication/esignet-integration-impl/pom.xml @@ -6,7 +6,7 @@ io.mosip.authentication authentication-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 esignet-integration-impl diff --git a/authentication/pom.xml b/authentication/pom.xml index 80bbfad0de0..51e354d9fa4 100644 --- a/authentication/pom.xml +++ b/authentication/pom.xml @@ -5,7 +5,7 @@ io.mosip.authentication authentication-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B4 pom id-authentication