From cc25d4dd89ce5f7bbd83ef0f7ff7e6a12a9a6161 Mon Sep 17 00:00:00 2001 From: Chandra Keshav Mishra Date: Thu, 4 Apr 2024 19:06:04 +0530 Subject: [PATCH] Updated Pom versions for release changes (#632) Signed-off-by: GitHub Co-authored-by: Prafulrakhade --- .github/workflows/push-trigger.yml | 2 +- registration/pom.xml | 2 +- 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 | 6 +++--- registration/registration-services/pom.xml | 4 ++-- registration/registration-test/pom.xml | 6 +++--- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 401e5169745..6e0c1d78596 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/registration/pom.xml b/registration/pom.xml index 9edbf59c727..44a492bdc6e 100644 --- a/registration/pom.xml +++ b/registration/pom.xml @@ -11,7 +11,7 @@ --> io.mosip.registration - 1.2.0.2-SNAPSHOT + 1.2.0.2 registration-client-parent pom MOSIP Registration Client diff --git a/registration/ref-impl/ref-document-scanner/pom.xml b/registration/ref-impl/ref-document-scanner/pom.xml index 3a3d0d9c728..f2a79b6f070 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.2.0.2-SNAPSHOT + 1.2.0.2 11 @@ -20,7 +20,7 @@ io.mosip.registration registration-api - 1.2.0.2-SNAPSHOT + 1.2.0.2 compile diff --git a/registration/ref-impl/ref-geoposition-rxtx/pom.xml b/registration/ref-impl/ref-geoposition-rxtx/pom.xml index 6a7262a8f0f..26a09af21bf 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.2.0.2-SNAPSHOT + 1.2.0.2 11 @@ -20,7 +20,7 @@ io.mosip.registration registration-api - 1.2.0.2-SNAPSHOT + 1.2.0.2 compile diff --git a/registration/registration-api-stub-impl/pom.xml b/registration/registration-api-stub-impl/pom.xml index a4a05350b17..6500c6d08b1 100644 --- a/registration/registration-api-stub-impl/pom.xml +++ b/registration/registration-api-stub-impl/pom.xml @@ -7,19 +7,19 @@ io.mosip.registration registration-client-parent - 1.2.0.2-SNAPSHOT + 1.2.0.2 io.mosip.registration registration-api-stub-impl - 1.2.0.2-SNAPSHOT + 1.2.0.2 11 11 5.0.6.RELEASE 1.2.0.1 - 1.2.0.2-SNAPSHOT + 1.2.0.2 diff --git a/registration/registration-api/pom.xml b/registration/registration-api/pom.xml index a98475763d6..704ba5d4285 100644 --- a/registration/registration-api/pom.xml +++ b/registration/registration-api/pom.xml @@ -7,12 +7,12 @@ io.mosip.registration registration-client-parent - 1.2.0.2-SNAPSHOT + 1.2.0.2 io.mosip.registration registration-api - 1.2.0.2-SNAPSHOT + 1.2.0.2 11 diff --git a/registration/registration-client/pom.xml b/registration/registration-client/pom.xml index b1f596efe89..4e5fdd6ec8d 100644 --- a/registration/registration-client/pom.xml +++ b/registration/registration-client/pom.xml @@ -7,12 +7,12 @@ io.mosip.registration registration-client-parent - 1.2.0.2-SNAPSHOT + 1.2.0.2 registration-client jar - 1.2.0.2-SNAPSHOT + 1.2.0.2 registration-client Maven project of MOSIP Registration UI @@ -22,7 +22,7 @@ io.mosip.registration registration-services - 1.2.0.2-SNAPSHOT + 1.2.0.2 org.springframework diff --git a/registration/registration-services/pom.xml b/registration/registration-services/pom.xml index 2f3f443430d..39055843687 100644 --- a/registration/registration-services/pom.xml +++ b/registration/registration-services/pom.xml @@ -6,12 +6,12 @@ io.mosip.registration registration-client-parent - 1.2.0.2-SNAPSHOT + 1.2.0.2 registration-services registration-services Maven project of MOSIP Registration Service - 1.2.0.2-SNAPSHOT + 1.2.0.2 diff --git a/registration/registration-test/pom.xml b/registration/registration-test/pom.xml index 7397f98988e..4ae36d84cf6 100644 --- a/registration/registration-test/pom.xml +++ b/registration/registration-test/pom.xml @@ -3,12 +3,12 @@ io.mosip.registration registration-client-parent - 1.2.0.2-SNAPSHOT + 1.2.0.2 registration-test registration-test Maven project of MOSIP Registration Test - 1.2.0.2-SNAPSHOT + 1.2.0.2 11 @@ -66,7 +66,7 @@ io.mosip.registration registration-client - 1.2.0.2-SNAPSHOT + 1.2.0.2 provided