diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 2476b1a2a..2c9d8d5ab 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -45,7 +45,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 }} @@ -126,7 +126,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/api-test/pom.xml b/api-test/pom.xml index c79fc6ca2..2f1672001 100644 --- a/api-test/pom.xml +++ b/api-test/pom.xml @@ -8,7 +8,7 @@ apitest-esignet Parent project of MOSIP Esignet apitests https://github.com/mosip/esignet - 1.5.0-SNAPSHOT + 1.5.0-SNAPSHOT-SNAPSHOT @@ -49,7 +49,7 @@ 2.2.1 3.0.1 - apitest-esignet-1.5.0-SNAPSHOT-jar-with-dependencies + apitest-esignet-1.5.0-SNAPSHOT-SNAPSHOT-jar-with-dependencies diff --git a/binding-service-impl/pom.xml b/binding-service-impl/pom.xml index 24af9800c..bf5a1fd6c 100644 --- a/binding-service-impl/pom.xml +++ b/binding-service-impl/pom.xml @@ -8,7 +8,7 @@ io.mosip.esignet esignet-parent - 1.5.0-SNAPSHOT + 1.5.0-SNAPSHOT-SNAPSHOT io.mosip.esignet diff --git a/client-management-service-impl/pom.xml b/client-management-service-impl/pom.xml index b481274de..7ed8f3372 100644 --- a/client-management-service-impl/pom.xml +++ b/client-management-service-impl/pom.xml @@ -6,7 +6,7 @@ io.mosip.esignet esignet-parent - 1.5.0-SNAPSHOT + 1.5.0-SNAPSHOT-SNAPSHOT client-management-service-impl diff --git a/consent-service-impl/pom.xml b/consent-service-impl/pom.xml index 636f2444d..aa337d997 100644 --- a/consent-service-impl/pom.xml +++ b/consent-service-impl/pom.xml @@ -9,7 +9,7 @@ io.mosip.esignet esignet-parent - 1.5.0-SNAPSHOT + 1.5.0-SNAPSHOT-SNAPSHOT io.mosip.esignet diff --git a/deploy/captcha/install.sh b/deploy/captcha/install.sh index a1878aee7..99a17c2e1 100755 --- a/deploy/captcha/install.sh +++ b/deploy/captcha/install.sh @@ -8,7 +8,7 @@ fi ROOT_DIR=`pwd` NS=captcha -CHART_VERSION=0.1.0-develop +CHART_VERSION=1.5.0 function installing_captcha() { while true; do diff --git a/deploy/config-server/install.sh b/deploy/config-server/install.sh index 83ec9c90a..64e6793e8 100755 --- a/deploy/config-server/install.sh +++ b/deploy/config-server/install.sh @@ -14,7 +14,7 @@ set -o errtrace # trace ERR through 'time command' and other functions set -o pipefail # trace ERR through pipes NS=esignet -CHART_VERSION=0.0.1-develop +CHART_VERSION=1.5.0 echo Create $NS namespace kubectl create ns $NS || true diff --git a/deploy/esignet-apitestrig/install.sh b/deploy/esignet-apitestrig/install.sh index 564b9e599..9df282bb5 100755 --- a/deploy/esignet-apitestrig/install.sh +++ b/deploy/esignet-apitestrig/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=esignet -CHART_VERSION=1.5.0-develop +CHART_VERSION=1.5.0 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/deploy/istio-gateway/Chart.yaml b/deploy/istio-gateway/Chart.yaml index af15a2e65..4258be4b0 100644 --- a/deploy/istio-gateway/Chart.yaml +++ b/deploy/istio-gateway/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 1.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/deploy/kafka/chart/istio-addons/Chart.yaml b/deploy/kafka/chart/istio-addons/Chart.yaml index c859f1f31..08deb298e 100644 --- a/deploy/kafka/chart/istio-addons/Chart.yaml +++ b/deploy/kafka/chart/istio-addons/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.0 +version: 1.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/deploy/kafka/install.sh b/deploy/kafka/install.sh index e077f6b9d..2e1861943 100755 --- a/deploy/kafka/install.sh +++ b/deploy/kafka/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=kafka -CHART_VERSION=18.3.1 +CHART_VERSION=1.5.0 UI_CHART_VERSION=0.4.2 echo Create $NS namespace diff --git a/deploy/keycloak/chart/istio-addons/Chart.yaml b/deploy/keycloak/chart/istio-addons/Chart.yaml index fecceeae7..79691c34f 100644 --- a/deploy/keycloak/chart/istio-addons/Chart.yaml +++ b/deploy/keycloak/chart/istio-addons/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 1.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/deploy/postgres/chart/istio-addons/Chart.yaml b/deploy/postgres/chart/istio-addons/Chart.yaml index 3e838e888..75d5b0d75 100644 --- a/deploy/postgres/chart/istio-addons/Chart.yaml +++ b/deploy/postgres/chart/istio-addons/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 1.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/esignet-core/pom.xml b/esignet-core/pom.xml index 4e06e2702..5f6fb815d 100644 --- a/esignet-core/pom.xml +++ b/esignet-core/pom.xml @@ -9,7 +9,7 @@ io.mosip.esignet esignet-parent - 1.5.0-SNAPSHOT + 1.5.0-SNAPSHOT-SNAPSHOT io.mosip.esignet diff --git a/esignet-integration-api/pom.xml b/esignet-integration-api/pom.xml index 4ba9462b0..990b35e2b 100644 --- a/esignet-integration-api/pom.xml +++ b/esignet-integration-api/pom.xml @@ -6,7 +6,7 @@ io.mosip.esignet esignet-parent - 1.5.0-SNAPSHOT + 1.5.0-SNAPSHOT-SNAPSHOT io.mosip.esignet diff --git a/esignet-service/pom.xml b/esignet-service/pom.xml index 6c23e323c..f850b8168 100644 --- a/esignet-service/pom.xml +++ b/esignet-service/pom.xml @@ -8,12 +8,12 @@ io.mosip.esignet esignet-parent - 1.5.0-SNAPSHOT + 1.5.0-SNAPSHOT-SNAPSHOT io.mosip.esignet esignet-service - 1.5.0-SNAPSHOT + 1.5.0-SNAPSHOT-SNAPSHOT esignet-service e-Signet OIDC Service diff --git a/helm/apitestrig/Chart.yaml b/helm/apitestrig/Chart.yaml index 5815c0228..1f2f4924e 100644 --- a/helm/apitestrig/Chart.yaml +++ b/helm/apitestrig/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: apitestrig description: A Helm chart to deploy APITESTRIG for MOSIP modules type: application -version: 1.5.0-develop +version: 1.5.0 appVersion: "" dependencies: - name: common diff --git a/helm/esignet/Chart.yaml b/helm/esignet/Chart.yaml index d23e1a56d..2753d09a1 100644 --- a/helm/esignet/Chart.yaml +++ b/helm/esignet/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: esignet description: A Helm chart for MOSIP esignet module type: application -version: 1.5.0-develop +version: 1.5.0 appVersion: "" dependencies: - name: common diff --git a/helm/oidc-ui/Chart.yaml b/helm/oidc-ui/Chart.yaml index e54a454e9..c65e9aadd 100644 --- a/helm/oidc-ui/Chart.yaml +++ b/helm/oidc-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: oidc-ui description: A Helm chart for MOSIP OIDC UI module type: application -version: 1.5.0-develop +version: 1.5.0 appVersion: "" dependencies: - name: common diff --git a/oidc-service-impl/pom.xml b/oidc-service-impl/pom.xml index f289acf92..f4976cda7 100644 --- a/oidc-service-impl/pom.xml +++ b/oidc-service-impl/pom.xml @@ -6,7 +6,7 @@ io.mosip.esignet esignet-parent - 1.5.0-SNAPSHOT + 1.5.0-SNAPSHOT-SNAPSHOT oidc-service-impl diff --git a/partner-onboarder/install.sh b/partner-onboarder/install.sh index 82599ed23..698203ffa 100755 --- a/partner-onboarder/install.sh +++ b/partner-onboarder/install.sh @@ -21,7 +21,7 @@ if [ "$flag" = "n" ]; then fi NS=esignet -CHART_VERSION=1.5.0-es-develop +CHART_VERSION=1.5.0 echo Create $NS namespace kubectl create ns $NS || true diff --git a/pom.xml b/pom.xml index 5439543a3..fd290eff8 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.0.0 io.mosip.esignet esignet-parent - 1.5.0-SNAPSHOT + 1.5.0-SNAPSHOT-SNAPSHOT pom esignet Parent project of MOSIP e-Signet