Skip to content

Commit

Permalink
[DSD-6825] platform 1.2.1.0-beta-1 release (#1941)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

Signed-off-by: GitHub <[email protected]>

* [DSD-6825] platform 1.2.1.0-beta-1 release

Signed-off-by: Praful Rakhade <[email protected]>

* [DSD-6825] platform 1.2.1.0-beta-1 release

Signed-off-by: techno-467 <[email protected]>

* [DSD-6825] platform 1.2.1.0-beta-1 release

Signed-off-by: Praful Rakhade <[email protected]>

* [ MOSIP-38245 ] Release branch docker (#1943)

* Doing the docker changes for the failure

Signed-off-by: khuddus shariff <[email protected]>

* Doing the docker changes for the failure

Signed-off-by: khuddus shariff <[email protected]>

* Doing the docker changes for the failure

Signed-off-by: khuddus shariff <[email protected]>

* docker file changes

Signed-off-by: khuddus shariff <[email protected]>

* Doing the docker changes for the failure

Signed-off-by: khuddus shariff <[email protected]>

* docker file changes

Signed-off-by: khuddus shariff <[email protected]>

* docker file changes

Signed-off-by: khuddus shariff <[email protected]>

---------

Signed-off-by: khuddus shariff <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: Praful Rakhade <[email protected]>
Signed-off-by: techno-467 <[email protected]>
Signed-off-by: khuddus shariff <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
Co-authored-by: Praful Rakhade <[email protected]>
Co-authored-by: khuddus shariff <[email protected]>
  • Loading branch information
4 people authored Dec 13, 2024
1 parent b2a53be commit 010a94e
Show file tree
Hide file tree
Showing 55 changed files with 146 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Maven Package upon a push](https://github.com/mosip/registration/actions/workflows/push_trigger.yml/badge.svg?branch=develop)](https://github.com/mosip/registration/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=develop&project=mosip_registration&metric=alert_status)](https://sonarcloud.io/dashboard?branch=develop&id=mosip_registration)
[![Maven Package upon a push](https://github.com/mosip/registration/actions/workflows/push-trigger.yml/badge.svg?branch=release-1.3.x)](https://github.com/mosip/registration/actions/workflows/push-trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.3.x&project=mosip_registration&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.3.x&id=mosip_registration)

# Registration Processor

Expand Down
4 changes: 2 additions & 2 deletions registration-processor/core-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<artifactId>core-processor</artifactId>
<name>core-processor</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>core-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>

<artifactId>registration-processor-abis-handler-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>core-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-abis-middleware-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>core-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-abis</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<name>registration-processor-abis</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>core-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>

<artifactId>registration-processor-bio-dedupe-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>core-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-biometric-authentication-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>core-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-biometric-extraction-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>core-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-demo-dedupe-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>core-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-finalization-stage</artifactId>
<name>registration-processor-finalization-stage</name>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>core-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>

<artifactId>registration-processor-manual-adjudication-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>core-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-uin-generator-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>core-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>

<artifactId>registration-processor-verification-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions registration-processor/init/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>init</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>init</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>

<artifactId>registration-processor-packet-receiver-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>jar</packaging>
<name>registration-processor-packet-receiver-stage</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>init</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-registration-status-service</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>

<name>registration-processor-registration-status-service</name>

Expand Down
4 changes: 2 additions & 2 deletions registration-processor/mosip-stage-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>

<artifactId>mosip-stage-executor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>

<dependencies>
<dependency>
Expand Down
18 changes: 9 additions & 9 deletions registration-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>pom</packaging>

<name>registration-processor</name>
Expand Down Expand Up @@ -118,13 +118,13 @@
<activemq.client.version>6.1.2</activemq.client.version>

<!-- local -->
<registration.status.service.version>1.3.0-SNAPSHOT</registration.status.service.version>
<registration.processor.core.version>1.3.0-SNAPSHOT</registration.processor.core.version>
<packet.manager.version>1.3.0-SNAPSHOT</packet.manager.version>
<registration.processor.rest.client.version>1.3.0-SNAPSHOT</registration.processor.rest.client.version>
<packet.info.storage.service.version>1.3.0-SNAPSHOT</packet.info.storage.service.version>
<packet.bio.dedupe.service.impl.version>1.3.0-SNAPSHOT</packet.bio.dedupe.service.impl.version>
<registration.processor.message.sender.version>1.3.0-SNAPSHOT</registration.processor.message.sender.version>
<registration.status.service.version>1.3.0-beta.1</registration.status.service.version>
<registration.processor.core.version>1.3.0-beta.1</registration.processor.core.version>
<packet.manager.version>1.3.0-beta.1</packet.manager.version>
<registration.processor.rest.client.version>1.3.0-beta.1</registration.processor.rest.client.version>
<packet.info.storage.service.version>1.3.0-beta.1</packet.info.storage.service.version>
<packet.bio.dedupe.service.impl.version>1.3.0-beta.1</packet.bio.dedupe.service.impl.version>
<registration.processor.message.sender.version>1.3.0-beta.1</registration.processor.message.sender.version>

<!-- Kernel -->
<kernel.core.version>1.3.0-beta.1</kernel.core.version>
Expand Down Expand Up @@ -542,7 +542,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.14</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
4 changes: 2 additions & 2 deletions registration-processor/post-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<artifactId>post-processor</artifactId>
<name>post-processor</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>post-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-credential-requestor-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>post-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>

<artifactId>registration-processor-message-sender-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>post-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-registration-transaction-service</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<name>registration-processor-registration-transaction-service</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions registration-processor/pre-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<artifactId>pre-processor</artifactId>
<name>pre-processor</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-cmd-validator-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<name>registration-processor-cmd-validator-stage</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-introducer-validator-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<name>registration-processor-introducer-validator-stage</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-operator-validator-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<name>registration-processor-operator-validator-stage</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<artifactId>registration-processor-packet-classifier-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
Loading

0 comments on commit 010a94e

Please sign in to comment.