From 1c39e60a6a0f4df5ab677f771bd3182c596f457b Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Sat, 20 Dec 2025 10:31:04 +0000 Subject: [PATCH 1/3] Updated Pom versions for release changes Signed-off-by: GitHub --- admin/admin-service/pom.xml | 16 ++++++++-------- admin/hotlist-service/pom.xml | 16 ++++++++-------- admin/kernel-masterdata-service/pom.xml | 16 ++++++++-------- admin/kernel-syncdata-service/pom.xml | 18 +++++++++--------- admin/pom.xml | 10 +++++----- api-test/pom.xml | 4 ++-- 6 files changed, 40 insertions(+), 40 deletions(-) diff --git a/admin/admin-service/pom.xml b/admin/admin-service/pom.xml index 6f6304ecbb..4af6c073c3 100644 --- a/admin/admin-service/pom.xml +++ b/admin/admin-service/pom.xml @@ -7,18 +7,18 @@ io.mosip.admin admin-parent - 1.3.0-SNAPSHOT + 1.3.0 admin-service admin-service - 1.3.0-SNAPSHOT + 1.3.0 http://maven.apache.org jar UTF-8 1.8.0 - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT + 1.3.0 + 1.3.0 21 21 3.8.0 @@ -29,8 +29,8 @@ 3.7.0.1746 2.3 2.22.0 - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT + 1.3.0 + 1.3.0 3.1.1 0.7.0 @@ -403,7 +403,7 @@ maven-deploy-plugin ${maven.deploy.plugin.version} - true + false @@ -413,7 +413,7 @@ deploy - true + false diff --git a/admin/hotlist-service/pom.xml b/admin/hotlist-service/pom.xml index cf6af0f2e6..48d8fb16aa 100644 --- a/admin/hotlist-service/pom.xml +++ b/admin/hotlist-service/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.mosip.hotlist hotlist-service - 1.3.0-SNAPSHOT + 1.3.0 Hotlist Service Service to block/unblock ids in MOSIP https://github.com/mosip/admin-services @@ -28,11 +28,11 @@ 3.3.3 - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT + 1.3.0 + 1.3.0 + 1.3.0 + 1.3.0 + 1.3.0 3.1.1 @@ -496,7 +496,7 @@ maven-deploy-plugin ${maven.deploy.plugin.version} - true + false @@ -506,7 +506,7 @@ deploy - true + false diff --git a/admin/kernel-masterdata-service/pom.xml b/admin/kernel-masterdata-service/pom.xml index 220a874b1b..cc40b73555 100644 --- a/admin/kernel-masterdata-service/pom.xml +++ b/admin/kernel-masterdata-service/pom.xml @@ -9,7 +9,7 @@ kernel-masterdata-service Mosip commons project https://github.com/mosip/commons - 1.3.0-SNAPSHOT + 1.3.0 UTF-8 @@ -108,12 +108,12 @@ 1.4.2 UTF-8 0.7.0 - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT + 1.3.0 + 1.3.0 0.3.0 - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT + 1.3.0 + 1.3.0 + 1.3.0 3.1.1 @@ -435,7 +435,7 @@ maven-deploy-plugin ${maven.deploy.plugin.version} - true + false @@ -445,7 +445,7 @@ deploy - true + false diff --git a/admin/kernel-syncdata-service/pom.xml b/admin/kernel-syncdata-service/pom.xml index 342a12846b..2c76d10ba9 100644 --- a/admin/kernel-syncdata-service/pom.xml +++ b/admin/kernel-syncdata-service/pom.xml @@ -7,7 +7,7 @@ kernel-syncdata-service Mosip commons project https://github.com/mosip/commons - 1.3.0-SNAPSHOT + 1.3.0 UTF-8 @@ -81,12 +81,12 @@ 1.4.2 UTF-8 0.7.0 - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT + 1.3.0 + 1.3.0 + 1.3.0 + 1.3.0 + 1.3.0 + 1.3.0 3.1.1 @@ -446,7 +446,7 @@ maven-deploy-plugin ${maven.deploy.plugin.version} - true + false @@ -456,7 +456,7 @@ deploy - true + false diff --git a/admin/pom.xml b/admin/pom.xml index a34bd2937b..8ea6efe8f0 100644 --- a/admin/pom.xml +++ b/admin/pom.xml @@ -6,7 +6,7 @@ io.mosip.admin admin-parent - 1.3.0-SNAPSHOT + 1.3.0 pom admin @@ -164,8 +164,8 @@ 1.9.12 0.6.0 2.0.0.AM2 - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT + 1.3.0 + 1.3.0 **/repositories/**,**/constant/**,**/config/**,**/httpfilter/**,**/cache/**,**/dto/**,**/entity/**,**/model/**,**/exception/**,**/repository/**,**/security/**,**/*Config.java,**/*BootApplication.java,**/*VertxApplication.java,**/cbeffutil/**,**/*Util.java,**/helper/beans/**,**/OptionalFilter.java,**/*Enum.java,**/validator.registereddevice/**,**/DeviceProvider*.java,**/DeviceRegister*.java,**/FoundationalTrustProvider*.java,**/GenderType*.java,**/IndividualType*.java,**/MOSIPDeviceService*.java,**/RegisteredDevice*.java,**/RegistrationCenterDeviceHistoryServiceImpl.java,**/RegistrationCenterMachineUserServiceHistoryImpl.java **/dto/**,**/entity/**,**/config/** @@ -424,7 +424,7 @@ maven-deploy-plugin ${maven.deploy.plugin.version} - true + false @@ -434,7 +434,7 @@ deploy - true + false diff --git a/api-test/pom.xml b/api-test/pom.xml index e463ee6e00..193abe4bdd 100644 --- a/api-test/pom.xml +++ b/api-test/pom.xml @@ -8,7 +8,7 @@ apitest-masterdata Parent project of MOSIP Admin Services apitests https://github.com/mosip/admin-services - 1.3.0-SNAPSHOT + 1.3.0 @@ -62,7 +62,7 @@ 0.7.0 3.0.1 - apitest-masterdata-1.3.0-SNAPSHOT-jar-with-dependencies + apitest-masterdata-1.3.0-jar-with-dependencies From 7e6dd4d99bb05c7c4df7d88b81bc016f4161d995 Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Sat, 20 Dec 2025 16:21:05 +0530 Subject: [PATCH 2/3] [DSD-9524] Platform 1.2.1.0 GA release Signed-off-by: Prafulrakhade --- admin/admin-service/pom.xml | 4 ++-- admin/hotlist-service/pom.xml | 4 ++-- admin/kernel-masterdata-service/pom.xml | 4 ++-- admin/kernel-syncdata-service/pom.xml | 4 ++-- admin/pom.xml | 4 ++-- deploy/admin-apitestrig/install.sh | 2 +- deploy/admin-apitestrig/values.yaml | 2 +- deploy/admin/install.sh | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/admin/admin-service/pom.xml b/admin/admin-service/pom.xml index 4af6c073c3..ef1b6bbd4e 100644 --- a/admin/admin-service/pom.xml +++ b/admin/admin-service/pom.xml @@ -403,7 +403,7 @@ maven-deploy-plugin ${maven.deploy.plugin.version} - false + true @@ -413,7 +413,7 @@ deploy - false + true diff --git a/admin/hotlist-service/pom.xml b/admin/hotlist-service/pom.xml index 48d8fb16aa..7a6ef57d52 100644 --- a/admin/hotlist-service/pom.xml +++ b/admin/hotlist-service/pom.xml @@ -496,7 +496,7 @@ maven-deploy-plugin ${maven.deploy.plugin.version} - false + true @@ -506,7 +506,7 @@ deploy - false + true diff --git a/admin/kernel-masterdata-service/pom.xml b/admin/kernel-masterdata-service/pom.xml index cc40b73555..dc6aded96c 100644 --- a/admin/kernel-masterdata-service/pom.xml +++ b/admin/kernel-masterdata-service/pom.xml @@ -435,7 +435,7 @@ maven-deploy-plugin ${maven.deploy.plugin.version} - false + true @@ -445,7 +445,7 @@ deploy - false + true diff --git a/admin/kernel-syncdata-service/pom.xml b/admin/kernel-syncdata-service/pom.xml index 2c76d10ba9..f215ca2f5a 100644 --- a/admin/kernel-syncdata-service/pom.xml +++ b/admin/kernel-syncdata-service/pom.xml @@ -446,7 +446,7 @@ maven-deploy-plugin ${maven.deploy.plugin.version} - false + true @@ -456,7 +456,7 @@ deploy - false + true diff --git a/admin/pom.xml b/admin/pom.xml index 8ea6efe8f0..a5d54f624b 100644 --- a/admin/pom.xml +++ b/admin/pom.xml @@ -424,7 +424,7 @@ maven-deploy-plugin ${maven.deploy.plugin.version} - false + true @@ -434,7 +434,7 @@ deploy - false + true diff --git a/deploy/admin-apitestrig/install.sh b/deploy/admin-apitestrig/install.sh index 002190f330..3f0b430fd7 100755 --- a/deploy/admin-apitestrig/install.sh +++ b/deploy/admin-apitestrig/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=1.3.3 +CHART_VERSION=1.3.5 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/deploy/admin-apitestrig/values.yaml b/deploy/admin-apitestrig/values.yaml index 541d5fe4c9..ed6243ba60 100644 --- a/deploy/admin-apitestrig/values.yaml +++ b/deploy/admin-apitestrig/values.yaml @@ -3,5 +3,5 @@ modules: enabled: true image: repository: mosipid/apitest-masterdata - tag: 1.3.0-beta.2 + tag: 1.3.0 pullPolicy: Always diff --git a/deploy/admin/install.sh b/deploy/admin/install.sh index d4c083a423..3eed555c98 100755 --- a/deploy/admin/install.sh +++ b/deploy/admin/install.sh @@ -9,7 +9,7 @@ fi NS=admin KNS=kernel -CHART_VERSION=1.3.0-develop +CHART_VERSION=1.3.0 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace From 250d266c255b7e4bd174ff55bda5dfdcf47a1ff7 Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Sat, 20 Dec 2025 16:27:56 +0530 Subject: [PATCH 3/3] [DSD-9524] Platform 1.2.1.0 GA release Signed-off-by: Prafulrakhade --- helm/admin-hotlist/Chart.yaml | 2 +- helm/admin-hotlist/values.yaml | 4 ++-- helm/admin-service/Chart.yaml | 2 +- helm/admin-service/values.yaml | 4 ++-- helm/masterdata/Chart.yaml | 2 +- helm/masterdata/values.yaml | 4 ++-- helm/syncdata/Chart.yaml | 2 +- helm/syncdata/values.yaml | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/helm/admin-hotlist/Chart.yaml b/helm/admin-hotlist/Chart.yaml index f85e5e0a37..7b506dfa44 100644 --- a/helm/admin-hotlist/Chart.yaml +++ b/helm/admin-hotlist/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admin-hotlist description: A Helm chart for MOSIP Admin Hotlist type: application -version: 1.3.0-develop +version: 1.3.0 appVersion: "" dependencies: - name: common diff --git a/helm/admin-hotlist/values.yaml b/helm/admin-hotlist/values.yaml index b5e7c8c575..a81c275920 100644 --- a/helm/admin-hotlist/values.yaml +++ b/helm/admin-hotlist/values.yaml @@ -45,8 +45,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/hotlist-service - tag: 1.3.x + repository: mosipid/hotlist-service + tag: 1.3.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index ee7ec29b08..1abb2a7570 100644 --- a/helm/admin-service/Chart.yaml +++ b/helm/admin-service/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admin-service description: A Helm chart for MOSIP Admin module type: application -version: 1.3.0-develop +version: 1.3.0 appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/values.yaml b/helm/admin-service/values.yaml index 7e8cf45d11..bf39fa6d46 100644 --- a/helm/admin-service/values.yaml +++ b/helm/admin-service/values.yaml @@ -45,8 +45,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/admin-service - tag: 1.3.x + repository: mosipid/admin-service + tag: 1.3.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index 9e24e342bd..91b04bb929 100644 --- a/helm/masterdata/Chart.yaml +++ b/helm/masterdata/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: masterdata description: A Helm chart for MOSIP Masterdata module type: application -version: 1.3.0-develop +version: 1.3.0 appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/values.yaml b/helm/masterdata/values.yaml index 6dbbfbeaae..70e50578da 100644 --- a/helm/masterdata/values.yaml +++ b/helm/masterdata/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/kernel-masterdata-service - tag: 1.3.x + repository: mosipid/kernel-masterdata-service + tag: 1.3.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index 0b6b3d7120..cc772e7a0a 100644 --- a/helm/syncdata/Chart.yaml +++ b/helm/syncdata/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: syncdata description: A Helm chart for MOSIP Syncdata module type: application -version: 1.3.0-develop +version: 1.3.0 appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/values.yaml b/helm/syncdata/values.yaml index c0df1ece34..5fc12cfbc2 100644 --- a/helm/syncdata/values.yaml +++ b/helm/syncdata/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/kernel-syncdata-service - tag: 1.3.x + repository: mosipid/kernel-syncdata-service + tag: 1.3.0 ## Specify a imagePllPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images