diff --git a/.github/workflows/push_trigger.yml b/.github/workflows/push_trigger.yml index 386434783..956fc4f00 100644 --- a/.github/workflows/push_trigger.yml +++ b/.github/workflows/push_trigger.yml @@ -121,7 +121,7 @@ jobs: - name: Publish the maven package run: | #chmod +x ./deploy.sh - cd id-repository && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml + cd id-repository && 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 45431c377..d0cbef5ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Maven Package upon a push](https://github.com/mosip/id-repository/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0)](https://github.com/mosip/id-repository/actions/workflows/push_trigger.yml) -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.2.0&project=mosip_id-repository&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.2.0&id=mosip_id-repository) +[![Maven Package upon a push](https://github.com/mosip/id-repository/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0.1)](https://github.com/mosip/id-repository/actions/workflows/push_trigger.yml) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.2.0.1&project=mosip_id-repository&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.2.0.1&id=mosip_id-repository) # ID Repository diff --git a/id-repository/credential-request-generator/pom.xml b/id-repository/credential-request-generator/pom.xml index beb890280..2ba7cf29a 100644 --- a/id-repository/credential-request-generator/pom.xml +++ b/id-repository/credential-request-generator/pom.xml @@ -7,11 +7,11 @@ io.mosip.idrepository id-repository-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 credential-request-generator - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 credential-request-generator @@ -25,16 +25,16 @@ 1.4.197 2.9.8 2.9.2 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 1.7.4 1.7.4 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 4.5.6 2.8.4 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 42.2.2 1.4.2 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 4.0.1.RELEASE 1.5.10 diff --git a/id-repository/credential-service/pom.xml b/id-repository/credential-service/pom.xml index 97f03d3a4..7f5fb1100 100644 --- a/id-repository/credential-service/pom.xml +++ b/id-repository/credential-service/pom.xml @@ -7,11 +7,11 @@ io.mosip.idrepository id-repository-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 io.mosip.idrepository credential-service - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 credential-service http://maven.apache.org @@ -25,12 +25,12 @@ 1.4.197 2.9.8 2.9.2 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 2.0.7 2.28.2 2.8.4 - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 + 1.2.0.1-B1 1.4.2 1.5.10 diff --git a/id-repository/id-repository-core/pom.xml b/id-repository/id-repository-core/pom.xml index 37bb0a080..8c42be89a 100644 --- a/id-repository/id-repository-core/pom.xml +++ b/id-repository/id-repository-core/pom.xml @@ -5,17 +5,17 @@ io.mosip.idrepository id-repository-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 id-repository-core - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 idrepo-core ID-Repository core - 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/id-repository/id-repository-credentials-feeder/pom.xml b/id-repository/id-repository-credentials-feeder/pom.xml index e26b61d3b..f5180b276 100644 --- a/id-repository/id-repository-credentials-feeder/pom.xml +++ b/id-repository/id-repository-credentials-feeder/pom.xml @@ -4,13 +4,13 @@ 4.0.0 io.mosip.idrepository id-repository-credentials-feeder - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 ID-Repository Credentials Feeder io.mosip.idrepository id-repository-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 Batch Job Application for feeding IDA instances with credentials. @@ -229,10 +229,10 @@ 1.8.12 1.4.2 1.4.2 - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 + 1.2.0.1-B1 42.2.2 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 diff --git a/id-repository/id-repository-identity-service/Dockerfile b/id-repository/id-repository-identity-service/Dockerfile index 342ea6412..2fafd509b 100644 --- a/id-repository/id-repository-identity-service/Dockerfile +++ b/id-repository/id-repository-identity-service/Dockerfile @@ -93,7 +93,7 @@ ADD configure_start.sh configure_start.sh RUN chmod +x configure_start.sh -#ADD http://13.71.87.138:8040/artifactory/libs-snapshot-local/io/mosip/kernel/kernel-ref-idobjectvalidator/1.0.9-SNAPSHOT/kernel-ref-idobjectvalidator-1.0.9-SNAPSHOT.jar kernel-ref-idobjectvalidator-1.0.9-SNAPSHOT.jar +#ADD http://13.71.87.138:8040/artifactory/libs-release-local/io/mosip/kernel/kernel-ref-idobjectvalidator/1.0.9-SNAPSHOT/kernel-ref-idobjectvalidator-1.0.9-SNAPSHOT.jar kernel-ref-idobjectvalidator-1.0.9-SNAPSHOT.jar # change permissions of file inside working dir RUN chown -R ${container_user}:${container_user} /home/${container_user} diff --git a/id-repository/id-repository-identity-service/pom.xml b/id-repository/id-repository-identity-service/pom.xml index 990a2f2f4..43fef32b1 100644 --- a/id-repository/id-repository-identity-service/pom.xml +++ b/id-repository/id-repository-identity-service/pom.xml @@ -5,11 +5,11 @@ io.mosip.idrepository id-repository-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 id-repository-identity-service - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 identity-service ID-Repository Identity service @@ -18,12 +18,12 @@ 11 11 2.0.2.RELEASE - 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.5.10 diff --git a/id-repository/id-repository-salt-generator/pom.xml b/id-repository/id-repository-salt-generator/pom.xml index f74ca60a4..f60d3ffa9 100644 --- a/id-repository/id-repository-salt-generator/pom.xml +++ b/id-repository/id-repository-salt-generator/pom.xml @@ -4,13 +4,13 @@ 4.0.0 io.mosip.idrepository id-repository-salt-generator - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 ID-Repository Salt Generator io.mosip.idrepository id-repository-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 Batch Job Application to for one-time populating of salt values for ID Repository salt tables. @@ -225,8 +225,8 @@ 1.8.12 1.4.2 1.4.2 - 1.2.0.1-SNAPSHOT - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 + 1.2.0.1-B1 42.2.2 diff --git a/id-repository/id-repository-vid-service/pom.xml b/id-repository/id-repository-vid-service/pom.xml index 3d290bb96..525f9973c 100644 --- a/id-repository/id-repository-vid-service/pom.xml +++ b/id-repository/id-repository-vid-service/pom.xml @@ -5,10 +5,10 @@ io.mosip.idrepository id-repository-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 id-repository-vid-service - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 vid-service ID-Repository Virtual ID Service @@ -17,11 +17,11 @@ 11 11 2.0.2.RELEASE - 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 2.2.10 1.5.10 diff --git a/id-repository/pom.xml b/id-repository/pom.xml index eabfbb671..231ad9f31 100644 --- a/id-repository/pom.xml +++ b/id-repository/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.mosip.idrepository id-repository-parent - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 pom ID-Repository @@ -107,7 +107,7 @@ 4.12 2.22.0 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1