From b2dbd76b9d2651e8df445c84aa83866129bfde8d Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Fri, 13 Dec 2024 08:26:29 +0000 Subject: [PATCH 1/3] Updated Pom versions for release changes Signed-off-by: GitHub --- .github/workflows/push-trigger.yml | 2 +- README.md | 4 ++-- registration/pom.xml | 10 +++++----- registration/ref-impl/ref-document-scanner/pom.xml | 4 ++-- registration/ref-impl/ref-geoposition-rxtx/pom.xml | 4 ++-- registration/registration-api-stub-impl/pom.xml | 6 +++--- registration/registration-api/pom.xml | 4 ++-- registration/registration-client/pom.xml | 4 ++-- registration/registration-services/pom.xml | 4 ++-- registration/registration-test/pom.xml | 4 ++-- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 95a7138015d..7a8b7b31661 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -87,7 +87,7 @@ jobs: with: SERVICE_LOCATION: registration secrets: - OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }} + OSSRH_URL: ${{ secrets.RELEASE_URL }} OSSRH_USER: ${{ secrets.OSSRH_USER }} OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }} OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }} diff --git a/README.md b/README.md index de2674fd985..d3cfca9f7d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Maven Package upon a push](https://github.com/mosip/registration-client/actions/workflows/push_trigger.yml/badge.svg?branch=master)](https://github.com/mosip/registration-client/actions/workflows/push_trigger.yml) -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=master&project=mosip_registration&metric=alert_status)](https://sonarcloud.io/dashboard?branch=master&id=mosip_registration) +[![Maven Package upon a push](https://github.com/mosip/registration-client/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0.1)](https://github.com/mosip/registration-client/actions/workflows/push_trigger.yml) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.2.0.1&project=mosip_registration&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.2.0.1&id=mosip_registration) ## Overview diff --git a/registration/pom.xml b/registration/pom.xml index f6e2c258d6a..6f713445623 100644 --- a/registration/pom.xml +++ b/registration/pom.xml @@ -7,11 +7,11 @@ io.mosip.registration - 1.3.0-SNAPSHOT + 1.3.0-beta.1 registration-client-parent pom MOSIP Registration Client @@ -105,14 +105,14 @@ 2.15.4 1.9.7 - 1.3.0-SNAPSHOT + 1.3.0-beta.1 1.3.0-beta.1 1.3.0-beta.1 - 1.3.0-SNAPSHOT + 1.3.0-beta.1 1.1.3 - 1.3.0-SNAPSHOT + 1.3.0-beta.1 10.17.1.0 1.12.9 diff --git a/registration/ref-impl/ref-document-scanner/pom.xml b/registration/ref-impl/ref-document-scanner/pom.xml index 7e13a14b42c..5792d9b8017 100644 --- a/registration/ref-impl/ref-document-scanner/pom.xml +++ b/registration/ref-impl/ref-document-scanner/pom.xml @@ -6,7 +6,7 @@ io.mosip.registration ref-document-scanner - 1.3.0-SNAPSHOT + 1.3.0-beta.1 21 @@ -20,7 +20,7 @@ io.mosip.registration registration-api - 1.3.0-SNAPSHOT + 1.3.0-beta.1 compile diff --git a/registration/ref-impl/ref-geoposition-rxtx/pom.xml b/registration/ref-impl/ref-geoposition-rxtx/pom.xml index 0a94ece8f61..67ea41cf834 100644 --- a/registration/ref-impl/ref-geoposition-rxtx/pom.xml +++ b/registration/ref-impl/ref-geoposition-rxtx/pom.xml @@ -6,7 +6,7 @@ io.mosip.registration ref-geoposition-rxtx - 1.3.0-SNAPSHOT + 1.3.0-beta.1 21 @@ -20,7 +20,7 @@ io.mosip.registration registration-api - 1.3.0-SNAPSHOT + 1.3.0-beta.1 compile diff --git a/registration/registration-api-stub-impl/pom.xml b/registration/registration-api-stub-impl/pom.xml index 56ee457bacb..9164b737002 100644 --- a/registration/registration-api-stub-impl/pom.xml +++ b/registration/registration-api-stub-impl/pom.xml @@ -7,18 +7,18 @@ io.mosip.registration registration-client-parent - 1.3.0-SNAPSHOT + 1.3.0-beta.1 io.mosip.registration registration-api-stub-impl - 1.3.0-SNAPSHOT + 1.3.0-beta.1 21 21 6.1.4 - 1.3.0-SNAPSHOT + 1.3.0-beta.1 diff --git a/registration/registration-api/pom.xml b/registration/registration-api/pom.xml index ae674d0c4c2..fd77e096724 100644 --- a/registration/registration-api/pom.xml +++ b/registration/registration-api/pom.xml @@ -7,11 +7,11 @@ io.mosip.registration registration-client-parent - 1.3.0-SNAPSHOT + 1.3.0-beta.1 registration-api - 1.3.0-SNAPSHOT + 1.3.0-beta.1 21 diff --git a/registration/registration-client/pom.xml b/registration/registration-client/pom.xml index f438b8dc98f..82b5afd8c47 100644 --- a/registration/registration-client/pom.xml +++ b/registration/registration-client/pom.xml @@ -7,12 +7,12 @@ io.mosip.registration registration-client-parent - 1.3.0-SNAPSHOT + 1.3.0-beta.1 registration-client jar - 1.3.0-SNAPSHOT + 1.3.0-beta.1 registration-client Maven project of MOSIP Registration UI diff --git a/registration/registration-services/pom.xml b/registration/registration-services/pom.xml index 6d15962f612..51e9d172f89 100644 --- a/registration/registration-services/pom.xml +++ b/registration/registration-services/pom.xml @@ -6,12 +6,12 @@ io.mosip.registration registration-client-parent - 1.3.0-SNAPSHOT + 1.3.0-beta.1 registration-services registration-services Maven project of MOSIP Registration Service - 1.3.0-SNAPSHOT + 1.3.0-beta.1 diff --git a/registration/registration-test/pom.xml b/registration/registration-test/pom.xml index a354ce45f04..ec123b3a0e4 100644 --- a/registration/registration-test/pom.xml +++ b/registration/registration-test/pom.xml @@ -3,12 +3,12 @@ io.mosip.registration registration-client-parent - 1.3.0-SNAPSHOT + 1.3.0-beta.1 registration-test registration-test Maven project of MOSIP Registration Test - 1.3.0-SNAPSHOT + 1.3.0-beta.1 21 From ff633c522a50831035da0928d9a40dd014d4bb32 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Fri, 13 Dec 2024 14:01:22 +0530 Subject: [PATCH 2/3] [DSD-6825] platform 1.2.1.0-beta-1 release Signed-off-by: Praful Rakhade --- registration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registration/pom.xml b/registration/pom.xml index 6f713445623..9118d3af213 100644 --- a/registration/pom.xml +++ b/registration/pom.xml @@ -509,7 +509,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.14 true ossrh From c5f366e28028c4cb70676a71749d8283c85c1620 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Fri, 13 Dec 2024 14:03:04 +0530 Subject: [PATCH 3/3] [DSD-6825] platform 1.2.1.0-beta-1 release Signed-off-by: Praful Rakhade --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3cfca9f7d3..d61407baa7e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Maven Package upon a push](https://github.com/mosip/registration-client/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0.1)](https://github.com/mosip/registration-client/actions/workflows/push_trigger.yml) -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.2.0.1&project=mosip_registration&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.2.0.1&id=mosip_registration) +[![Maven Package upon a push](https://github.com/mosip/registration-client/actions/workflows/push-trigger.yml/badge.svg?branch=release-1.3.x)](https://github.com/mosip/registration-client/actions/workflows/push-trigger.yml) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.3.x&project=mosip_registration&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.3.x&id=mosip_registration) ## Overview