From 74056f624fcf8f180909aaa000d4cebde7d705a7 Mon Sep 17 00:00:00 2001 From: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Date: Sun, 31 May 2026 08:47:51 +0000 Subject: [PATCH 1/3] Updated chart versions, image and tag for release changes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- deploy/install.sh | 2 +- helm/regproc-camel/Chart.yaml | 2 +- helm/regproc-camel/values.yaml | 11 +++-------- helm/regproc-group1/Chart.yaml | 2 +- helm/regproc-group1/values.yaml | 11 +++-------- helm/regproc-group2/Chart.yaml | 2 +- helm/regproc-group2/values.yaml | 15 +++------------ helm/regproc-group3/Chart.yaml | 2 +- helm/regproc-group3/values.yaml | 16 +++------------- helm/regproc-group4/Chart.yaml | 2 +- helm/regproc-group4/values.yaml | 11 +++-------- helm/regproc-group5/Chart.yaml | 2 +- helm/regproc-group5/values.yaml | 15 +++------------ helm/regproc-group6/Chart.yaml | 2 +- helm/regproc-group6/values.yaml | 15 +++------------ helm/regproc-group7/Chart.yaml | 2 +- helm/regproc-group7/values.yaml | 17 +++-------------- helm/regproc-landingzone/Chart.yaml | 2 +- helm/regproc-landingzone/values.yaml | 11 +++-------- helm/regproc-notifier/Chart.yaml | 2 +- helm/regproc-notifier/values.yaml | 11 +++-------- helm/regproc-pktserver/Chart.yaml | 2 +- helm/regproc-pktserver/values.yaml | 11 +++-------- helm/regproc-reprocess/Chart.yaml | 2 +- helm/regproc-reprocess/values.yaml | 11 +++-------- helm/regproc-status/Chart.yaml | 2 +- helm/regproc-status/values.yaml | 10 +++------- helm/regproc-trans/Chart.yaml | 2 +- helm/regproc-trans/values.yaml | 11 +++-------- helm/regproc-workflow/Chart.yaml | 2 +- helm/regproc-workflow/values.yaml | 11 +++-------- 31 files changed, 61 insertions(+), 158 deletions(-) diff --git a/deploy/install.sh b/deploy/install.sh index ad5c1208a0c..a91765dc0bf 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=regproc -CHART_VERSION=1.3.1-develop +CHART_VERSION=1.3.1-rc.1 SALTGEN_CHART_VERSION=1.3.1-develop echo Create $NS namespace diff --git a/helm/regproc-camel/Chart.yaml b/helm/regproc-camel/Chart.yaml index ead51593fa6..4978e61e5d8 100644 --- a/helm/regproc-camel/Chart.yaml +++ b/helm/regproc-camel/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-camel description: A Helm chart for MOSIP Registration Processor Camel stage type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-camel/values.yaml b/helm/regproc-camel/values.yaml index f9640ad02f2..f24d1e40bda 100644 --- a/helm/regproc-camel/values.yaml +++ b/helm/regproc-camel/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-common-camel-bridge - tag: 1.3.x + repository: mosipid/registration-processor-common-camel-bridge + tag: 1.3.1-rc.1 ## 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 @@ -123,12 +123,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1000m -Xms800m -Xmx1250m - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=160m - -XX:MetaspaceSize=40m - -XX:ReservedCodeCacheSize=60m -XX:InitialCodeCacheSize=15m - -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1000m -Xms800m -Xmx1250m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=160m -XX:MetaspaceSize=40m -XX:ReservedCodeCacheSize=60m -XX:InitialCodeCacheSize=15m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-group1/Chart.yaml b/helm/regproc-group1/Chart.yaml index fc3e2ea0852..7af8758b21d 100644 --- a/helm/regproc-group1/Chart.yaml +++ b/helm/regproc-group1/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-group1 description: A Helm chart for MOSIP Registration Processor Group 1 type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-group1/values.yaml b/helm/regproc-group1/values.yaml index f1ba79e6d10..91ba0fbd749 100644 --- a/helm/regproc-group1/values.yaml +++ b/helm/regproc-group1/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-stage-group-1 - tag: 1.3.x + repository: mosipid/registration-processor-stage-group-1 + tag: 1.3.1-rc.1 ## 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 @@ -122,12 +122,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=400m -Xms300m -Xmx600m - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m - -XX:MetaspaceSize=96m - -XX:ReservedCodeCacheSize=48m -XX:InitialCodeCacheSize=16m - -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=400m -Xms300m -Xmx600m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m -XX:MetaspaceSize=96m -XX:ReservedCodeCacheSize=48m -XX:InitialCodeCacheSize=16m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-group2/Chart.yaml b/helm/regproc-group2/Chart.yaml index d8c32936c5e..9bb578007a4 100644 --- a/helm/regproc-group2/Chart.yaml +++ b/helm/regproc-group2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-group2 description: A Helm chart for MOSIP Registration Processor Group 2 stage type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-group2/values.yaml b/helm/regproc-group2/values.yaml index 5fab5b2d229..eafe8e93785 100644 --- a/helm/regproc-group2/values.yaml +++ b/helm/regproc-group2/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-stage-group-2 - tag: 1.3.x + repository: mosipid/registration-processor-stage-group-2 + tag: 1.3.1-rc.1 ## 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 @@ -128,16 +128,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1600m -Xms1150m - -Xmx1950m -XX:ActiveProcessorCount=1 - -Djdk.virtualThreadScheduler.parallelism=1 - -Djdk.virtualThreadScheduler.maxPoolSize=64 - -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m - -XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m - -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing - -XX:+UseCompressedOops + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1600m -Xms1150m -Xmx1950m -XX:ActiveProcessorCount=1 -Djdk.virtualThreadScheduler.parallelism=1 -Djdk.virtualThreadScheduler.maxPoolSize=64 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m -XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing -XX:+UseCompressedOops ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-group3/Chart.yaml b/helm/regproc-group3/Chart.yaml index 08b9f50983f..ec6839ef9bd 100644 --- a/helm/regproc-group3/Chart.yaml +++ b/helm/regproc-group3/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-group3 description: A Helm chart for MOSIP Registration Processor Group 3 stage type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-group3/values.yaml b/helm/regproc-group3/values.yaml index 54c2f608572..bf698d2c58a 100644 --- a/helm/regproc-group3/values.yaml +++ b/helm/regproc-group3/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-stage-group-3 - tag: 1.3.x + repository: mosipid/registration-processor-stage-group-3 + tag: 1.3.1-rc.1 ## 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 @@ -127,17 +127,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit - -XX:ZUncommitDelay=30 -XX:+ZProactive -XX:ZCollectionInterval=5 - -Xms1500m -Xmx2800m -XX:SoftMaxHeapSize=2400m - -Djdk.virtualThreadScheduler.parallelism=2 - -Djdk.virtualThreadScheduler.maxPoolSize=64 - -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m - -XX:MetaspaceSize=100m -XX:ReservedCodeCacheSize=160m - -XX:InitialCodeCacheSize=48m -XX:+UseCodeCacheFlushing - -XX:+ExitOnOutOfMemoryError - -Djava.security.egd=file:/dev/urandom + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=30 -XX:+ZProactive -XX:ZCollectionInterval=5 -Xms1500m -Xmx2800m -XX:SoftMaxHeapSize=2400m -Djdk.virtualThreadScheduler.parallelism=2 -Djdk.virtualThreadScheduler.maxPoolSize=64 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m -XX:MetaspaceSize=100m -XX:ReservedCodeCacheSize=160m -XX:InitialCodeCacheSize=48m -XX:+UseCodeCacheFlushing -XX:+ExitOnOutOfMemoryError -Djava.security.egd=file:/dev/urandom ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-group4/Chart.yaml b/helm/regproc-group4/Chart.yaml index 06d84f5202e..7b3a770d290 100644 --- a/helm/regproc-group4/Chart.yaml +++ b/helm/regproc-group4/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-group4 description: A Helm chart for MOSIP Registration Processor Group 4 type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-group4/values.yaml b/helm/regproc-group4/values.yaml index 597ccaf07bb..68a9bc5c9be 100644 --- a/helm/regproc-group4/values.yaml +++ b/helm/regproc-group4/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-stage-group-4 - tag: 1.3.x + repository: mosipid/registration-processor-stage-group-4 + tag: 1.3.1-rc.1 ## 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 @@ -127,12 +127,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=2800m -Xms1900m -Xmx3900m - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=400m - -XX:MetaspaceSize=100m - -XX:ReservedCodeCacheSize=150m -XX:InitialCodeCacheSize=38m - -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=2800m -Xms1900m -Xmx3900m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=400m -XX:MetaspaceSize=100m -XX:ReservedCodeCacheSize=150m -XX:InitialCodeCacheSize=38m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-group5/Chart.yaml b/helm/regproc-group5/Chart.yaml index e2815daedda..b68cbef2a2e 100644 --- a/helm/regproc-group5/Chart.yaml +++ b/helm/regproc-group5/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-group5 description: A Helm chart for MOSIP Registration Processor Group 5 type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-group5/values.yaml b/helm/regproc-group5/values.yaml index 1a8521b17f3..f54eef401f4 100644 --- a/helm/regproc-group5/values.yaml +++ b/helm/regproc-group5/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-stage-group-5 - tag: 1.3.x + repository: mosipid/registration-processor-stage-group-5 + tag: 1.3.1-rc.1 ## 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 @@ -127,16 +127,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=4000m -Xms2250m - -Xmx4400m -XX:ActiveProcessorCount=1 - -Djdk.virtualThreadScheduler.parallelism=1 - -Djdk.virtualThreadScheduler.maxPoolSize=64 - -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m - -XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m - -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing - -XX:+HeapDumpOnOutOfMemoryError -XX:+UseCompressedOops + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=4000m -Xms2250m -Xmx4400m -XX:ActiveProcessorCount=1 -Djdk.virtualThreadScheduler.parallelism=1 -Djdk.virtualThreadScheduler.maxPoolSize=64 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m -XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError -XX:+UseCompressedOops ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-group6/Chart.yaml b/helm/regproc-group6/Chart.yaml index 4c8ce2d48f9..c83098b3d56 100644 --- a/helm/regproc-group6/Chart.yaml +++ b/helm/regproc-group6/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-group6 description: A Helm chart for MOSIP Registration Processor Group 6 type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-group6/values.yaml b/helm/regproc-group6/values.yaml index 30d6c7c43c4..e1aaffe8d3e 100644 --- a/helm/regproc-group6/values.yaml +++ b/helm/regproc-group6/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-stage-group-6 - tag: 1.3.x + repository: mosipid/registration-processor-stage-group-6 + tag: 1.3.1-rc.1 ## 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 @@ -127,16 +127,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1800m -Xms1150m -Xmx2050m - -XX:ActiveProcessorCount=1 - -Djdk.virtualThreadScheduler.parallelism=1 - -Djdk.virtualThreadScheduler.maxPoolSize=64 - -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m - -XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m - -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing - -XX:+HeapDumpOnOutOfMemoryError + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1800m -Xms1150m -Xmx2050m -XX:ActiveProcessorCount=1 -Djdk.virtualThreadScheduler.parallelism=1 -Djdk.virtualThreadScheduler.maxPoolSize=64 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m -XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-group7/Chart.yaml b/helm/regproc-group7/Chart.yaml index e58aef84e7d..3033355bf78 100644 --- a/helm/regproc-group7/Chart.yaml +++ b/helm/regproc-group7/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-group7 description: A Helm chart for MOSIP Registration Processor Group 7 type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-group7/values.yaml b/helm/regproc-group7/values.yaml index f8d59da11ab..734e0425699 100644 --- a/helm/regproc-group7/values.yaml +++ b/helm/regproc-group7/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-stage-group-7 - tag: 1.3.x + repository: mosipid/registration-processor-stage-group-7 + tag: 1.3.1-rc.1 ## 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 @@ -128,18 +128,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit - -XX:ZUncommitDelay=30 -XX:+ZProactive -XX:ZCollectionInterval=5 - -Xms1150m -Xmx1950m -XX:SoftMaxHeapSize=1700m - -XX:ActiveProcessorCount=1 - -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 - -Djdk.virtualThreadScheduler.parallelism=1 - -Djdk.virtualThreadScheduler.maxPoolSize=64 - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m - -XX:MetaspaceSize=100m -XX:ReservedCodeCacheSize=128m - -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing - -XX:+ExitOnOutOfMemoryError - -Djava.security.egd=file:/dev/urandom + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=30 -XX:+ZProactive -XX:ZCollectionInterval=5 -Xms1150m -Xmx1950m -XX:SoftMaxHeapSize=1700m -XX:ActiveProcessorCount=1 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -Djdk.virtualThreadScheduler.parallelism=1 -Djdk.virtualThreadScheduler.maxPoolSize=64 -XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m -XX:MetaspaceSize=100m -XX:ReservedCodeCacheSize=128m -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing -XX:+ExitOnOutOfMemoryError -Djava.security.egd=file:/dev/urandom ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-landingzone/Chart.yaml b/helm/regproc-landingzone/Chart.yaml index 78d7eccd70b..4be6ee98892 100644 --- a/helm/regproc-landingzone/Chart.yaml +++ b/helm/regproc-landingzone/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-landingzone description: A Helm chart for MOSIP Registration Processor Group 7 type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-landingzone/values.yaml b/helm/regproc-landingzone/values.yaml index b3ac535e102..a30ac99eacd 100644 --- a/helm/regproc-landingzone/values.yaml +++ b/helm/regproc-landingzone/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-landing-zone - tag: 1.3.x + repository: mosipid/registration-processor-landing-zone + tag: 1.3.1-rc.1 ## 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 @@ -124,12 +124,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=2100m -Xms1800m -Xmx3000m - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=320m - -XX:MetaspaceSize=80m - -XX:ReservedCodeCacheSize=120m -XX:InitialCodeCacheSize=30m - -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=2100m -Xms1800m -Xmx3000m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=320m -XX:MetaspaceSize=80m -XX:ReservedCodeCacheSize=120m -XX:InitialCodeCacheSize=30m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-notifier/Chart.yaml b/helm/regproc-notifier/Chart.yaml index 9047f90a524..d75c634cc95 100644 --- a/helm/regproc-notifier/Chart.yaml +++ b/helm/regproc-notifier/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-notifier description: A Helm chart for MOSIP Registration Processor Notification Service type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-notifier/values.yaml b/helm/regproc-notifier/values.yaml index 9439381c4e1..1d83b52088c 100644 --- a/helm/regproc-notifier/values.yaml +++ b/helm/regproc-notifier/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-notification-service - tag: 1.3.x + repository: mosipid/registration-processor-notification-service + tag: 1.3.1-rc.1 ## 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 @@ -122,12 +122,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=300m -Xms550m -Xmx700m - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=200m - -XX:MetaspaceSize=96m - -XX:ReservedCodeCacheSize=48m -XX:InitialCodeCacheSize=16m - -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=300m -Xms550m -Xmx700m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=200m -XX:MetaspaceSize=96m -XX:ReservedCodeCacheSize=48m -XX:InitialCodeCacheSize=16m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-pktserver/Chart.yaml b/helm/regproc-pktserver/Chart.yaml index ca0946100ee..08d37b62761 100644 --- a/helm/regproc-pktserver/Chart.yaml +++ b/helm/regproc-pktserver/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-pktserver description: A Helm chart for MOSIP Registration Processor Packet Server type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-pktserver/values.yaml b/helm/regproc-pktserver/values.yaml index 3b1f147ad4e..8b7451b5af7 100644 --- a/helm/regproc-pktserver/values.yaml +++ b/helm/regproc-pktserver/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-dmz-packet-server - tag: 1.3.x + repository: mosipid/registration-processor-dmz-packet-server + tag: 1.3.1-rc.1 ## 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 @@ -125,12 +125,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=350m -Xms550m -Xmx750m - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=100m - -XX:MetaspaceSize=25m - -XX:ReservedCodeCacheSize=37m -XX:InitialCodeCacheSize=10m - -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=350m -Xms550m -Xmx750m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=100m -XX:MetaspaceSize=25m -XX:ReservedCodeCacheSize=37m -XX:InitialCodeCacheSize=10m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-reprocess/Chart.yaml b/helm/regproc-reprocess/Chart.yaml index 4914b6f529c..bff19d81cb2 100644 --- a/helm/regproc-reprocess/Chart.yaml +++ b/helm/regproc-reprocess/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-reprocess description: A Helm chart for MOSIP Registration Processor Reprocess stage type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-reprocess/values.yaml b/helm/regproc-reprocess/values.yaml index 7b441a276e2..e24d6f23a67 100644 --- a/helm/regproc-reprocess/values.yaml +++ b/helm/regproc-reprocess/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-reprocessor - tag: 1.3.x + repository: mosipid/registration-processor-reprocessor + tag: 1.3.1-rc.1 ## 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 @@ -123,12 +123,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1200m -Xms1200m -Xmx1750m - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=200m - -XX:MetaspaceSize=50m - -XX:ReservedCodeCacheSize=75m -XX:InitialCodeCacheSize=18m - -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1200m -Xms1200m -Xmx1750m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=200m -XX:MetaspaceSize=50m -XX:ReservedCodeCacheSize=75m -XX:InitialCodeCacheSize=18m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-status/Chart.yaml b/helm/regproc-status/Chart.yaml index 4b21181ce76..3cd2e0b2727 100644 --- a/helm/regproc-status/Chart.yaml +++ b/helm/regproc-status/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-status description: A Helm chart for MOSIP Registration Processor Status Service type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-status/values.yaml b/helm/regproc-status/values.yaml index 23f36f1d446..8c7cb2e729d 100644 --- a/helm/regproc-status/values.yaml +++ b/helm/regproc-status/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-registration-status-service - tag: 1.3.x + repository: mosipid/registration-processor-registration-status-service + tag: 1.3.1-rc.1 ## 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 @@ -122,11 +122,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1200m -Xms256m -Xmx1400m - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m - -XX:MetaspaceSize=64m - -XX:+HeapDumpOnOutOfMemoryError -Xss256k + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1200m -Xms256m -Xmx1400m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m -XX:MetaspaceSize=64m -XX:+HeapDumpOnOutOfMemoryError -Xss256k ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-trans/Chart.yaml b/helm/regproc-trans/Chart.yaml index 3fe6dd8b9b2..dadd76fc088 100644 --- a/helm/regproc-trans/Chart.yaml +++ b/helm/regproc-trans/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-trans description: A Helm chart for MOSIP Registration Processor Transaction Service type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-trans/values.yaml b/helm/regproc-trans/values.yaml index 0ee2a180522..9fc30133ea9 100644 --- a/helm/regproc-trans/values.yaml +++ b/helm/regproc-trans/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-registration-transaction-service - tag: 1.3.x + repository: mosipid/registration-processor-registration-transaction-service + tag: 1.3.1-rc.1 ## 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 @@ -122,12 +122,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive - -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=2800m -Xms1900m -Xmx3750m - -XX:+UseContainerSupport -XX:MaxMetaspaceSize=400m - -XX:MetaspaceSize=100m - -XX:ReservedCodeCacheSize=150m -XX:InitialCodeCacheSize=37m - -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=2800m -Xms1900m -Xmx3750m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=400m -XX:MetaspaceSize=100m -XX:ReservedCodeCacheSize=150m -XX:InitialCodeCacheSize=37m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: diff --git a/helm/regproc-workflow/Chart.yaml b/helm/regproc-workflow/Chart.yaml index 148196a2c15..6dc4389b070 100644 --- a/helm/regproc-workflow/Chart.yaml +++ b/helm/regproc-workflow/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: regproc-workflow description: A Helm chart for MOSIP Registration Processor Workflow Manager type: application -version: 1.3.1-develop +version: 1.3.1-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/regproc-workflow/values.yaml b/helm/regproc-workflow/values.yaml index b946bf6f9a4..11ec2f366ee 100644 --- a/helm/regproc-workflow/values.yaml +++ b/helm/regproc-workflow/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/registration-processor-workflow-manager-service - tag: 1.3.x + repository: mosipid/registration-processor-workflow-manager-service + tag: 1.3.1-rc.1 ## 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 @@ -123,12 +123,7 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: >- - -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit - -XX:ZUncommitDelay=60 -XX:+UseContainerSupport -Xms950m -Xmx1800m - -XX:SoftMaxHeapSize=1600m -XX:MaxMetaspaceSize=256m -XX:MetaspaceSize=128m - -XX:+TieredCompilation -XX:ReservedCodeCacheSize=128m - -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing - -XX:+HeapDumpOnOutOfMemoryError + -XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=60 -XX:+UseContainerSupport -Xms950m -Xmx1800m -XX:SoftMaxHeapSize=1600m -XX:MaxMetaspaceSize=256m -XX:MetaspaceSize=128m -XX:+TieredCompilation -XX:ReservedCodeCacheSize=128m -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this containerSecurityContext: From c7cf10bacc930be4a2587cf914151d345c1727b1 Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Sun, 31 May 2026 14:27:04 +0530 Subject: [PATCH 2/3] [DSD-10347] 1.3.1 Packet Processing Performance Tuning release Signed-off-by: Prafulrakhade --- registration-processor/core-processor/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../registration-processor-abis/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- registration-processor/init/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../mosip-stage-executor/pom.xml | 4 +- registration-processor/pom.xml | 44 +++++++++---------- registration-processor/post-processor/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- registration-processor/pre-processor/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../qc-users-manger/pom.xml | 4 +- .../pom.xml | 4 +- .../dependency-reduced-pom.xml | 6 +-- .../pom.xml | 6 +-- .../registration-processor-core/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- registration-processor/stage-groups/pom.xml | 4 +- .../pom.xml | 8 ++-- .../pom.xml | 12 ++--- .../pom.xml | 14 +++--- .../pom.xml | 10 ++--- .../pom.xml | 16 +++---- .../pom.xml | 12 ++--- .../pom.xml | 14 +++--- .../workflow-engine/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- 54 files changed, 159 insertions(+), 159 deletions(-) diff --git a/registration-processor/core-processor/pom.xml b/registration-processor/core-processor/pom.xml index 9b1557a0588..48d6b5db6fc 100644 --- a/registration-processor/core-processor/pom.xml +++ b/registration-processor/core-processor/pom.xml @@ -5,9 +5,9 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 core-processor core-processor diff --git a/registration-processor/core-processor/registration-processor-abis-handler-stage/pom.xml b/registration-processor/core-processor/registration-processor-abis-handler-stage/pom.xml index be3514886d6..1fcda13346a 100644 --- a/registration-processor/core-processor/registration-processor-abis-handler-stage/pom.xml +++ b/registration-processor/core-processor/registration-processor-abis-handler-stage/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor core-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-abis-handler-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-abis-handler-stage jar diff --git a/registration-processor/core-processor/registration-processor-abis-middleware-stage/pom.xml b/registration-processor/core-processor/registration-processor-abis-middleware-stage/pom.xml index 507b87d6cc6..1b81252ceb3 100644 --- a/registration-processor/core-processor/registration-processor-abis-middleware-stage/pom.xml +++ b/registration-processor/core-processor/registration-processor-abis-middleware-stage/pom.xml @@ -5,10 +5,10 @@ io.mosip.registrationprocessor core-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-abis-middleware-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-abis-middleware-stage jar diff --git a/registration-processor/core-processor/registration-processor-abis/pom.xml b/registration-processor/core-processor/registration-processor-abis/pom.xml index 34e51a7f1eb..9ed2ebbda23 100644 --- a/registration-processor/core-processor/registration-processor-abis/pom.xml +++ b/registration-processor/core-processor/registration-processor-abis/pom.xml @@ -8,10 +8,10 @@ io.mosip.registrationprocessor core-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-abis - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-abis UTF-8 diff --git a/registration-processor/core-processor/registration-processor-bio-dedupe-stage/pom.xml b/registration-processor/core-processor/registration-processor-bio-dedupe-stage/pom.xml index 2fc3cbc9c38..b03ba4d194e 100644 --- a/registration-processor/core-processor/registration-processor-bio-dedupe-stage/pom.xml +++ b/registration-processor/core-processor/registration-processor-bio-dedupe-stage/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor core-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-bio-dedupe-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-bio-dedupe-stage jar diff --git a/registration-processor/core-processor/registration-processor-biometric-authentication-stage/pom.xml b/registration-processor/core-processor/registration-processor-biometric-authentication-stage/pom.xml index 994da2a176d..c72d243af98 100644 --- a/registration-processor/core-processor/registration-processor-biometric-authentication-stage/pom.xml +++ b/registration-processor/core-processor/registration-processor-biometric-authentication-stage/pom.xml @@ -5,10 +5,10 @@ io.mosip.registrationprocessor core-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-biometric-authentication-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-biometric-authentication-stage jar diff --git a/registration-processor/core-processor/registration-processor-biometric-extraction-stage/pom.xml b/registration-processor/core-processor/registration-processor-biometric-extraction-stage/pom.xml index 94ec7f58c14..442ac03ada5 100644 --- a/registration-processor/core-processor/registration-processor-biometric-extraction-stage/pom.xml +++ b/registration-processor/core-processor/registration-processor-biometric-extraction-stage/pom.xml @@ -5,10 +5,10 @@ io.mosip.registrationprocessor core-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-biometric-extraction-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-biometric-extraction-stage jar diff --git a/registration-processor/core-processor/registration-processor-demo-dedupe-stage/pom.xml b/registration-processor/core-processor/registration-processor-demo-dedupe-stage/pom.xml index e3c74b4a138..c5e13d3f776 100644 --- a/registration-processor/core-processor/registration-processor-demo-dedupe-stage/pom.xml +++ b/registration-processor/core-processor/registration-processor-demo-dedupe-stage/pom.xml @@ -5,10 +5,10 @@ io.mosip.registrationprocessor core-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-demo-dedupe-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-demo-dedupe-stage jar diff --git a/registration-processor/core-processor/registration-processor-finalization-stage/pom.xml b/registration-processor/core-processor/registration-processor-finalization-stage/pom.xml index a1944b1edfd..6913f09cd0f 100644 --- a/registration-processor/core-processor/registration-processor-finalization-stage/pom.xml +++ b/registration-processor/core-processor/registration-processor-finalization-stage/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor core-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-finalization-stage registration-processor-finalization-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 jar UTF-8 diff --git a/registration-processor/core-processor/registration-processor-manual-adjudication-stage/pom.xml b/registration-processor/core-processor/registration-processor-manual-adjudication-stage/pom.xml index c956836b3ca..9d9406495af 100644 --- a/registration-processor/core-processor/registration-processor-manual-adjudication-stage/pom.xml +++ b/registration-processor/core-processor/registration-processor-manual-adjudication-stage/pom.xml @@ -8,11 +8,11 @@ io.mosip.registrationprocessor core-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-manual-adjudication-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-manual-adjudication-stage UTF-8 diff --git a/registration-processor/core-processor/registration-processor-uin-generator-stage/pom.xml b/registration-processor/core-processor/registration-processor-uin-generator-stage/pom.xml index c9bedb954e7..51998a43cb9 100644 --- a/registration-processor/core-processor/registration-processor-uin-generator-stage/pom.xml +++ b/registration-processor/core-processor/registration-processor-uin-generator-stage/pom.xml @@ -4,10 +4,10 @@ io.mosip.registrationprocessor core-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-uin-generator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-uin-generator-stage jar diff --git a/registration-processor/core-processor/registration-processor-verification-stage/pom.xml b/registration-processor/core-processor/registration-processor-verification-stage/pom.xml index de45f1586b4..f30100c251e 100644 --- a/registration-processor/core-processor/registration-processor-verification-stage/pom.xml +++ b/registration-processor/core-processor/registration-processor-verification-stage/pom.xml @@ -8,11 +8,11 @@ io.mosip.registrationprocessor core-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-verification-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-verification-stage UTF-8 diff --git a/registration-processor/init/pom.xml b/registration-processor/init/pom.xml index facebf02dfa..2b0af0ab877 100644 --- a/registration-processor/init/pom.xml +++ b/registration-processor/init/pom.xml @@ -6,10 +6,10 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 init - 1.3.1-SNAPSHOT + 1.3.1-rc.1 init UTF-8 diff --git a/registration-processor/init/registration-processor-packet-receiver-stage/pom.xml b/registration-processor/init/registration-processor-packet-receiver-stage/pom.xml index c192540b4a6..c7003e86bbc 100644 --- a/registration-processor/init/registration-processor-packet-receiver-stage/pom.xml +++ b/registration-processor/init/registration-processor-packet-receiver-stage/pom.xml @@ -7,11 +7,11 @@ io.mosip.registrationprocessor init - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-packet-receiver-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 jar registration-processor-packet-receiver-stage diff --git a/registration-processor/init/registration-processor-registration-status-service/pom.xml b/registration-processor/init/registration-processor-registration-status-service/pom.xml index 26ed1c674b7..9c5e6c30108 100644 --- a/registration-processor/init/registration-processor-registration-status-service/pom.xml +++ b/registration-processor/init/registration-processor-registration-status-service/pom.xml @@ -8,10 +8,10 @@ io.mosip.registrationprocessor init - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-registration-status-service - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-registration-status-service diff --git a/registration-processor/mosip-stage-executor/pom.xml b/registration-processor/mosip-stage-executor/pom.xml index ca827170849..55bd772d683 100644 --- a/registration-processor/mosip-stage-executor/pom.xml +++ b/registration-processor/mosip-stage-executor/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 mosip-stage-executor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 mosip-stage-executor diff --git a/registration-processor/pom.xml b/registration-processor/pom.xml index 9849b936892..8763ee00047 100644 --- a/registration-processor/pom.xml +++ b/registration-processor/pom.xml @@ -24,7 +24,7 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 pom registration-processor @@ -116,34 +116,34 @@ 6.1.2 - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 1.3.0 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 1.3.0 - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 1.3.2-SNAPSHOT 1.3.0 - 1.4.1-SNAPSHOT - 1.3.1-SNAPSHOT + 1.4.1-rc.1 + 1.3.1-rc.1 1.3.0 - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT - 1.3.1-SNAPSHOT + 1.3.1-rc.1 + 1.3.1-rc.1 + 1.3.1-rc.1 **/dto/**, **/exception/*Exception.java, **/config/*Config.java, diff --git a/registration-processor/post-processor/pom.xml b/registration-processor/post-processor/pom.xml index 9b7dda4a549..227d33624de 100644 --- a/registration-processor/post-processor/pom.xml +++ b/registration-processor/post-processor/pom.xml @@ -6,9 +6,9 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 post-processor post-processor diff --git a/registration-processor/post-processor/registration-processor-credential-requestor-stage/pom.xml b/registration-processor/post-processor/registration-processor-credential-requestor-stage/pom.xml index 524299a93f3..4add25edeb3 100644 --- a/registration-processor/post-processor/registration-processor-credential-requestor-stage/pom.xml +++ b/registration-processor/post-processor/registration-processor-credential-requestor-stage/pom.xml @@ -6,10 +6,10 @@ io.mosip.registrationprocessor post-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-credential-requestor-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-credential-requestor-stage UTF-8 diff --git a/registration-processor/post-processor/registration-processor-message-sender-stage/pom.xml b/registration-processor/post-processor/registration-processor-message-sender-stage/pom.xml index 80911f85cf2..0cd44f5022f 100644 --- a/registration-processor/post-processor/registration-processor-message-sender-stage/pom.xml +++ b/registration-processor/post-processor/registration-processor-message-sender-stage/pom.xml @@ -7,11 +7,11 @@ io.mosip.registrationprocessor post-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-message-sender-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-message-sender-stage UTF-8 diff --git a/registration-processor/post-processor/registration-processor-registration-transaction-service/pom.xml b/registration-processor/post-processor/registration-processor-registration-transaction-service/pom.xml index 95394f17e1b..3c215a973ea 100644 --- a/registration-processor/post-processor/registration-processor-registration-transaction-service/pom.xml +++ b/registration-processor/post-processor/registration-processor-registration-transaction-service/pom.xml @@ -5,10 +5,10 @@ io.mosip.registrationprocessor post-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-registration-transaction-service - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-registration-transaction-service UTF-8 diff --git a/registration-processor/pre-processor/pom.xml b/registration-processor/pre-processor/pom.xml index ce0db051828..67400ad51de 100644 --- a/registration-processor/pre-processor/pom.xml +++ b/registration-processor/pre-processor/pom.xml @@ -7,9 +7,9 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 pre-processor pre-processor diff --git a/registration-processor/pre-processor/registration-processor-cmd-validator-stage/pom.xml b/registration-processor/pre-processor/registration-processor-cmd-validator-stage/pom.xml index 78a596b6528..af3e9e6702b 100644 --- a/registration-processor/pre-processor/registration-processor-cmd-validator-stage/pom.xml +++ b/registration-processor/pre-processor/registration-processor-cmd-validator-stage/pom.xml @@ -6,10 +6,10 @@ io.mosip.registrationprocessor pre-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-cmd-validator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-cmd-validator-stage UTF-8 diff --git a/registration-processor/pre-processor/registration-processor-introducer-validator-stage/pom.xml b/registration-processor/pre-processor/registration-processor-introducer-validator-stage/pom.xml index b1d4092d72e..ed415688165 100644 --- a/registration-processor/pre-processor/registration-processor-introducer-validator-stage/pom.xml +++ b/registration-processor/pre-processor/registration-processor-introducer-validator-stage/pom.xml @@ -6,10 +6,10 @@ io.mosip.registrationprocessor pre-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-introducer-validator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-introducer-validator-stage UTF-8 diff --git a/registration-processor/pre-processor/registration-processor-operator-validator-stage/pom.xml b/registration-processor/pre-processor/registration-processor-operator-validator-stage/pom.xml index 9894e9ba4b2..6c4d1b89b2c 100644 --- a/registration-processor/pre-processor/registration-processor-operator-validator-stage/pom.xml +++ b/registration-processor/pre-processor/registration-processor-operator-validator-stage/pom.xml @@ -6,10 +6,10 @@ io.mosip.registrationprocessor pre-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-operator-validator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-operator-validator-stage UTF-8 diff --git a/registration-processor/pre-processor/registration-processor-packet-classifier-stage/pom.xml b/registration-processor/pre-processor/registration-processor-packet-classifier-stage/pom.xml index 4861be816fa..555c14ce33d 100644 --- a/registration-processor/pre-processor/registration-processor-packet-classifier-stage/pom.xml +++ b/registration-processor/pre-processor/registration-processor-packet-classifier-stage/pom.xml @@ -7,10 +7,10 @@ io.mosip.registrationprocessor pre-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-packet-classifier-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-packet-classifier-stage jar diff --git a/registration-processor/pre-processor/registration-processor-packet-uploader-stage/pom.xml b/registration-processor/pre-processor/registration-processor-packet-uploader-stage/pom.xml index 79c2db32c07..a9494b7730f 100644 --- a/registration-processor/pre-processor/registration-processor-packet-uploader-stage/pom.xml +++ b/registration-processor/pre-processor/registration-processor-packet-uploader-stage/pom.xml @@ -9,9 +9,9 @@ io.mosip.registrationprocessor pre-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-packet-uploader-stage UTF-8 diff --git a/registration-processor/pre-processor/registration-processor-packet-validator-stage/pom.xml b/registration-processor/pre-processor/registration-processor-packet-validator-stage/pom.xml index 83884e3089e..35bc2144aee 100644 --- a/registration-processor/pre-processor/registration-processor-packet-validator-stage/pom.xml +++ b/registration-processor/pre-processor/registration-processor-packet-validator-stage/pom.xml @@ -7,10 +7,10 @@ io.mosip.registrationprocessor pre-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-packet-validator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-packet-validator-stage jar diff --git a/registration-processor/pre-processor/registration-processor-quality-classifier-stage/pom.xml b/registration-processor/pre-processor/registration-processor-quality-classifier-stage/pom.xml index f500f75f29f..a539fa47aff 100644 --- a/registration-processor/pre-processor/registration-processor-quality-classifier-stage/pom.xml +++ b/registration-processor/pre-processor/registration-processor-quality-classifier-stage/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor pre-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-quality-classifier-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-quality-classifier-stage UTF-8 diff --git a/registration-processor/pre-processor/registration-processor-securezone-notification-stage/pom.xml b/registration-processor/pre-processor/registration-processor-securezone-notification-stage/pom.xml index 4f5f17d6653..3a6e015b0c5 100644 --- a/registration-processor/pre-processor/registration-processor-securezone-notification-stage/pom.xml +++ b/registration-processor/pre-processor/registration-processor-securezone-notification-stage/pom.xml @@ -5,10 +5,10 @@ pre-processor io.mosip.registrationprocessor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 4.0.0 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-securezone-notification-stage registration-processor-securezone-notification-stage diff --git a/registration-processor/pre-processor/registration-processor-supervisor-validator-stage/pom.xml b/registration-processor/pre-processor/registration-processor-supervisor-validator-stage/pom.xml index dc90db04b2c..02605148731 100644 --- a/registration-processor/pre-processor/registration-processor-supervisor-validator-stage/pom.xml +++ b/registration-processor/pre-processor/registration-processor-supervisor-validator-stage/pom.xml @@ -6,10 +6,10 @@ io.mosip.registrationprocessor pre-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-supervisor-validator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-supervisor-validator-stage UTF-8 diff --git a/registration-processor/qc-users-manger/pom.xml b/registration-processor/qc-users-manger/pom.xml index 1dcad789f83..48394aed7a9 100644 --- a/registration-processor/qc-users-manger/pom.xml +++ b/registration-processor/qc-users-manger/pom.xml @@ -5,11 +5,11 @@ qc-users-manger - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 diff --git a/registration-processor/registration-processor-bio-dedupe-service-impl/pom.xml b/registration-processor/registration-processor-bio-dedupe-service-impl/pom.xml index b7177acc1a0..5a5350bdb1e 100644 --- a/registration-processor/registration-processor-bio-dedupe-service-impl/pom.xml +++ b/registration-processor/registration-processor-bio-dedupe-service-impl/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-bio-dedupe-service-impl - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-bio-dedupe-service-impl diff --git a/registration-processor/registration-processor-common-camel-bridge/dependency-reduced-pom.xml b/registration-processor/registration-processor-common-camel-bridge/dependency-reduced-pom.xml index 4024a42c241..ab539a37b68 100644 --- a/registration-processor/registration-processor-common-camel-bridge/dependency-reduced-pom.xml +++ b/registration-processor/registration-processor-common-camel-bridge/dependency-reduced-pom.xml @@ -3,11 +3,11 @@ registration-processor io.mosip.registrationprocessor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 4.0.0 registration-processor-common-camel-bridge - 1.3.1-SNAPSHOT + 1.3.1-rc.1 @@ -102,7 +102,7 @@ io.mosip.registration.processor.camel.bridge.MosipCamelBridge 1.0.5 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 diff --git a/registration-processor/registration-processor-common-camel-bridge/pom.xml b/registration-processor/registration-processor-common-camel-bridge/pom.xml index a17f7da37d8..4f74f59c3fe 100644 --- a/registration-processor/registration-processor-common-camel-bridge/pom.xml +++ b/registration-processor/registration-processor-common-camel-bridge/pom.xml @@ -6,17 +6,17 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-common-camel-bridge - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-common-camel-bridge jar io.mosip.registration.processor.camel.bridge.MosipCamelBridge 1.0.5 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 diff --git a/registration-processor/registration-processor-core/pom.xml b/registration-processor/registration-processor-core/pom.xml index e911d342526..03162a1456d 100644 --- a/registration-processor/registration-processor-core/pom.xml +++ b/registration-processor/registration-processor-core/pom.xml @@ -7,11 +7,11 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-core registration-processor-core - 1.3.1-SNAPSHOT + 1.3.1-rc.1 org.mockito diff --git a/registration-processor/registration-processor-info-storage-service/pom.xml b/registration-processor/registration-processor-info-storage-service/pom.xml index 1d00dc5bdfd..f2fd79110c4 100644 --- a/registration-processor/registration-processor-info-storage-service/pom.xml +++ b/registration-processor/registration-processor-info-storage-service/pom.xml @@ -7,10 +7,10 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-info-storage-service - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-info-storage-service UTF-8 diff --git a/registration-processor/registration-processor-landing-zone/pom.xml b/registration-processor/registration-processor-landing-zone/pom.xml index a84a746e47f..b95e0fb33ff 100644 --- a/registration-processor/registration-processor-landing-zone/pom.xml +++ b/registration-processor/registration-processor-landing-zone/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-landing-zone registration-processor-landing-zone - 1.3.1-SNAPSHOT + 1.3.1-rc.1 UTF-8 diff --git a/registration-processor/registration-processor-message-sender-impl/pom.xml b/registration-processor/registration-processor-message-sender-impl/pom.xml index 94775893282..51e45fc6090 100644 --- a/registration-processor/registration-processor-message-sender-impl/pom.xml +++ b/registration-processor/registration-processor-message-sender-impl/pom.xml @@ -8,11 +8,11 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-message-sender-impl - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-message-sender-impl UTF-8 diff --git a/registration-processor/registration-processor-notification-service/pom.xml b/registration-processor/registration-processor-notification-service/pom.xml index 054cae6b6c7..114343cbf20 100644 --- a/registration-processor/registration-processor-notification-service/pom.xml +++ b/registration-processor/registration-processor-notification-service/pom.xml @@ -8,11 +8,11 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-notification-service - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-notification-service UTF-8 diff --git a/registration-processor/registration-processor-packet-manager/pom.xml b/registration-processor/registration-processor-packet-manager/pom.xml index f9105b89cd9..ff0dac10aa6 100644 --- a/registration-processor/registration-processor-packet-manager/pom.xml +++ b/registration-processor/registration-processor-packet-manager/pom.xml @@ -7,12 +7,12 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-packet-manager registration-processor-packet-manager - 1.3.1-SNAPSHOT + 1.3.1-rc.1 UTF-8 diff --git a/registration-processor/registration-processor-registration-status-service-impl/pom.xml b/registration-processor/registration-processor-registration-status-service-impl/pom.xml index 311c68beb49..8544349e02f 100644 --- a/registration-processor/registration-processor-registration-status-service-impl/pom.xml +++ b/registration-processor/registration-processor-registration-status-service-impl/pom.xml @@ -8,10 +8,10 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-registration-status-service-impl - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-registration-status-service-impl UTF-8 diff --git a/registration-processor/registration-processor-rest-client/pom.xml b/registration-processor/registration-processor-rest-client/pom.xml index 8708c51b811..d419bab17c5 100644 --- a/registration-processor/registration-processor-rest-client/pom.xml +++ b/registration-processor/registration-processor-rest-client/pom.xml @@ -9,12 +9,12 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-rest-client registration-processor-rest-client - 1.3.1-SNAPSHOT + 1.3.1-rc.1 UTF-8 diff --git a/registration-processor/stage-groups/pom.xml b/registration-processor/stage-groups/pom.xml index 4a9d19d80d5..5a2f72133aa 100644 --- a/registration-processor/stage-groups/pom.xml +++ b/registration-processor/stage-groups/pom.xml @@ -7,9 +7,9 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 stage-groups stage-groups diff --git a/registration-processor/stage-groups/registration-processor-stage-group-1/pom.xml b/registration-processor/stage-groups/registration-processor-stage-group-1/pom.xml index 4c226d5485f..a662db1a370 100644 --- a/registration-processor/stage-groups/registration-processor-stage-group-1/pom.xml +++ b/registration-processor/stage-groups/registration-processor-stage-group-1/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor stage-groups - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-1 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-1 UTF-8 @@ -21,14 +21,14 @@ io.mosip.registrationprocessor mosip-stage-executor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-packet-receiver-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 diff --git a/registration-processor/stage-groups/registration-processor-stage-group-2/pom.xml b/registration-processor/stage-groups/registration-processor-stage-group-2/pom.xml index 6aeba96c083..795ffe7882d 100644 --- a/registration-processor/stage-groups/registration-processor-stage-group-2/pom.xml +++ b/registration-processor/stage-groups/registration-processor-stage-group-2/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor stage-groups - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-2 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-2 UTF-8 @@ -21,24 +21,24 @@ io.mosip.registrationprocessor mosip-stage-executor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-quality-classifier-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-securezone-notification-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-message-sender-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 diff --git a/registration-processor/stage-groups/registration-processor-stage-group-3/pom.xml b/registration-processor/stage-groups/registration-processor-stage-group-3/pom.xml index bf352ace22a..a7b598726a1 100644 --- a/registration-processor/stage-groups/registration-processor-stage-group-3/pom.xml +++ b/registration-processor/stage-groups/registration-processor-stage-group-3/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor stage-groups - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-3 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-3 UTF-8 @@ -21,29 +21,29 @@ io.mosip.registrationprocessor mosip-stage-executor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-abis-handler-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-abis-middleware-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-bio-dedupe-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-manual-adjudication-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 diff --git a/registration-processor/stage-groups/registration-processor-stage-group-4/pom.xml b/registration-processor/stage-groups/registration-processor-stage-group-4/pom.xml index 9be770925a3..9429769d345 100644 --- a/registration-processor/stage-groups/registration-processor-stage-group-4/pom.xml +++ b/registration-processor/stage-groups/registration-processor-stage-group-4/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor stage-groups - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-4 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-4 UTF-8 @@ -21,19 +21,19 @@ io.mosip.registrationprocessor mosip-stage-executor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-biometric-authentication-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-demo-dedupe-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 diff --git a/registration-processor/stage-groups/registration-processor-stage-group-5/pom.xml b/registration-processor/stage-groups/registration-processor-stage-group-5/pom.xml index 5578b03b202..afc2746d5ce 100644 --- a/registration-processor/stage-groups/registration-processor-stage-group-5/pom.xml +++ b/registration-processor/stage-groups/registration-processor-stage-group-5/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor stage-groups - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-5 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-5 UTF-8 @@ -21,34 +21,34 @@ io.mosip.registrationprocessor mosip-stage-executor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-cmd-validator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-operator-validator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-supervisor-validator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-introducer-validator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-packet-validator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 diff --git a/registration-processor/stage-groups/registration-processor-stage-group-6/pom.xml b/registration-processor/stage-groups/registration-processor-stage-group-6/pom.xml index 9b2bad7bec6..1af5e515286 100644 --- a/registration-processor/stage-groups/registration-processor-stage-group-6/pom.xml +++ b/registration-processor/stage-groups/registration-processor-stage-group-6/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor stage-groups - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-6 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-6 UTF-8 @@ -21,24 +21,24 @@ io.mosip.registrationprocessor mosip-stage-executor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-packet-uploader-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-packet-classifier-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-verification-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 diff --git a/registration-processor/stage-groups/registration-processor-stage-group-7/pom.xml b/registration-processor/stage-groups/registration-processor-stage-group-7/pom.xml index 830ff737fb1..69688cc9b4e 100644 --- a/registration-processor/stage-groups/registration-processor-stage-group-7/pom.xml +++ b/registration-processor/stage-groups/registration-processor-stage-group-7/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor stage-groups - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-7 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-stage-group-7 UTF-8 @@ -21,29 +21,29 @@ io.mosip.registrationprocessor mosip-stage-executor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-uin-generator-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-biometric-extraction-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-finalization-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 io.mosip.registrationprocessor registration-processor-credential-requestor-stage - 1.3.1-SNAPSHOT + 1.3.1-rc.1 diff --git a/registration-processor/workflow-engine/pom.xml b/registration-processor/workflow-engine/pom.xml index 00605724f93..623a457e6ca 100644 --- a/registration-processor/workflow-engine/pom.xml +++ b/registration-processor/workflow-engine/pom.xml @@ -5,9 +5,9 @@ io.mosip.registrationprocessor registration-processor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 - 1.3.1-SNAPSHOT + 1.3.1-rc.1 workflow-engine workflow-engine diff --git a/registration-processor/workflow-engine/registration-processor-reprocessor/pom.xml b/registration-processor/workflow-engine/registration-processor-reprocessor/pom.xml index c3d3b5b5690..4c4ad8fd745 100644 --- a/registration-processor/workflow-engine/registration-processor-reprocessor/pom.xml +++ b/registration-processor/workflow-engine/registration-processor-reprocessor/pom.xml @@ -7,10 +7,10 @@ io.mosip.registrationprocessor workflow-engine - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-reprocessor - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-reprocessor UTF-8 diff --git a/registration-processor/workflow-engine/registration-processor-workflow-manager-service/pom.xml b/registration-processor/workflow-engine/registration-processor-workflow-manager-service/pom.xml index 7bbb4a41821..7ef5c684bef 100644 --- a/registration-processor/workflow-engine/registration-processor-workflow-manager-service/pom.xml +++ b/registration-processor/workflow-engine/registration-processor-workflow-manager-service/pom.xml @@ -5,10 +5,10 @@ io.mosip.registrationprocessor workflow-engine - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-workflow-manager-service - 1.3.1-SNAPSHOT + 1.3.1-rc.1 registration-processor-workflow-manager-service UTF-8 From cd6b7c8d0250ede5d7bd84e4049a5014d323f0c7 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Sun, 31 May 2026 15:12:32 +0530 Subject: [PATCH 3/3] 1.3.1-rc.1 Signed-off-by: Praful Rakhade --- deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index a91765dc0bf..43ca8ddf6fa 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -8,7 +8,7 @@ fi NS=regproc CHART_VERSION=1.3.1-rc.1 -SALTGEN_CHART_VERSION=1.3.1-develop +SALTGEN_CHART_VERSION=1.3.1-rc.1 echo Create $NS namespace kubectl create ns $NS