diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 4da64f15..d5524fe2 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -43,7 +43,7 @@ jobs: secrets: OSSRH_USER: ${{ secrets.OSSRH_USER }} OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }} - OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }} + OSSRH_URL: ${{ secrets.RELEASE_URL }} OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }} GPG_SECRET: ${{ secrets.GPG_SECRET }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} diff --git a/mock-esignet-integration-impl/pom.xml b/mock-esignet-integration-impl/pom.xml index 307e123d..641ed33e 100644 --- a/mock-esignet-integration-impl/pom.xml +++ b/mock-esignet-integration-impl/pom.xml @@ -5,12 +5,12 @@ io.mosip.esignet.mock esignet-mock-parent - 0.9.1-SNAPSHOT + 0.9.1 mock-esignet-integration-impl jar - 0.9.1-SNAPSHOT + 0.9.1 mock-esignet-integration-impl Mockup of a wrapper implementation that is used to showcase the integration with e-Signet https://github.com/mosip/esignet-mock-services diff --git a/mock-identity-system/pom.xml b/mock-identity-system/pom.xml index 64730685..85edb249 100644 --- a/mock-identity-system/pom.xml +++ b/mock-identity-system/pom.xml @@ -5,14 +5,14 @@ io.mosip.esignet.mock esignet-mock-parent - 0.9.1-SNAPSHOT + 0.9.1 mock-identity-system jar mock-identity-system - 0.9.1-SNAPSHOT + 0.9.1 Mockup of a ID system that is used to showcase the integration with e-Signet https://github.com/mosip/esignet-mock-services diff --git a/pom.xml b/pom.xml index 595eb075..473bb1de 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 io.mosip.esignet.mock esignet-mock-parent - 0.9.1-SNAPSHOT + 0.9.1 pom esignet-mock Parent project of MOSIP e-Signet Mock Services