diff --git a/.github/workflows/push_trigger.yml b/.github/workflows/push_trigger.yml index eeceaa4cc6b..e87c01fe1a8 100644 --- a/.github/workflows/push_trigger.yml +++ b/.github/workflows/push_trigger.yml @@ -129,7 +129,7 @@ jobs: mvn -B package --file pom.xml -s $GITHUB_WORKSPACE/settings.xml - name: Publish the maven package run: | - cd pre-registration && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml + cd pre-registration && 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/README.md b/README.md index 1852f2d0a26..ffd80ce368f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Maven Package upon a push](https://github.com/mosip/pre-registration/actions/workflows/push_trigger.yml/badge.svg?branch=develop)](https://github.com/mosip/pre-registration/actions/workflows/push_trigger.yml) -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=develop&project=mosip_pre-registration&metric=alert_status)](https://sonarcloud.io/dashboard?branch=develop&id=mosip_pre-registration) +[![Maven Package upon a push](https://github.com/mosip/pre-registration/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0.1)](https://github.com/mosip/pre-registration/actions/workflows/push_trigger.yml) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.2.0.1&project=mosip_pre-registration&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.2.0.1&id=mosip_pre-registration) # Pre-registration This repository contains the source code and design documents for MOSIP Pre-registration server. For an overview refer [here](https://docs.mosip.io/1.2.0/modules/pre-registration). The modules exposes API endpoints. For a reference front-end UI implementation refer to [Pre-registration UI github repo](https://github.com/mosip/pre-registration-ui/) diff --git a/pre-registration/pom.xml b/pre-registration/pom.xml index e7b2d4b3dc2..5b71b62b0f2 100644 --- a/pre-registration/pom.xml +++ b/pre-registration/pom.xml @@ -6,7 +6,7 @@ io.mosip.preregistration pre-registration-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 pom pre-registration @@ -69,8 +69,8 @@ - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 + 1.2.0.1-B1 UTF-8 11 11 diff --git a/pre-registration/pre-registration-application-service/pom.xml b/pre-registration/pre-registration-application-service/pom.xml index 2914e2e892e..b9d14f6a7a8 100644 --- a/pre-registration/pre-registration-application-service/pom.xml +++ b/pre-registration/pre-registration-application-service/pom.xml @@ -6,21 +6,21 @@ io.mosip.preregistration pre-registration-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 pre-registration-application-service Pre-Registration Application Service Project Maven project of MOSIP Pre-Registration Service - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 UTF-8 - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 + 1.2.0.1-B1 + 1.2.0.1-B1 + 1.2.0.1-B1 + 1.2.0.1-B1 + 1.2.0.1-B1 1.4.2 diff --git a/pre-registration/pre-registration-batchjob/pom.xml b/pre-registration/pre-registration-batchjob/pom.xml index 00e67d09519..98cf3c09f8d 100644 --- a/pre-registration/pre-registration-batchjob/pom.xml +++ b/pre-registration/pre-registration-batchjob/pom.xml @@ -6,10 +6,10 @@ io.mosip.preregistration pre-registration-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 pre-registration-batchjob pre-registration-batchjob diff --git a/pre-registration/pre-registration-captcha-service/pom.xml b/pre-registration/pre-registration-captcha-service/pom.xml index d8441c38181..c8850ab8ebd 100644 --- a/pre-registration/pre-registration-captcha-service/pom.xml +++ b/pre-registration/pre-registration-captcha-service/pom.xml @@ -6,20 +6,20 @@ io.mosip.preregistration pre-registration-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 io.mosip.preregistration.captcha pre-registration-captcha-service pre-registration-captcha-service A pre-registration service to generate and validate captcha - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 11 3.0.2 1.4.2 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 diff --git a/pre-registration/pre-registration-core/pom.xml b/pre-registration/pre-registration-core/pom.xml index ee8ec8d19cc..4d6a9b30331 100644 --- a/pre-registration/pre-registration-core/pom.xml +++ b/pre-registration/pre-registration-core/pom.xml @@ -7,9 +7,9 @@ io.mosip.preregistration pre-registration-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 pre-registration-core @@ -18,11 +18,11 @@ Maven project of MOSIP Pre-Registration Service - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 UTF-8 - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 + 1.2.0.1-B1 + 1.2.0.1-B1 diff --git a/pre-registration/pre-registration-datasync-service/pom.xml b/pre-registration/pre-registration-datasync-service/pom.xml index 3a2e137f311..3c1edac49bb 100644 --- a/pre-registration/pre-registration-datasync-service/pom.xml +++ b/pre-registration/pre-registration-datasync-service/pom.xml @@ -7,21 +7,21 @@ io.mosip.preregistration pre-registration-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 pre-registration-datasync-service pre-registration-datasync-service - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 UTF-8 UTF-8 11 - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 + 1.2.0.1-B1 1.4.2