Skip to content

Commit

Permalink
Release changes (#1811)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

Signed-off-by: GitHub <noreply@github.com>

* [DSD-3932] Update pom.xml

Signed-off-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>

* [DSD-3932] Update pom.xml

Signed-off-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
  • Loading branch information
ckm007 and Prafulrakhade committed Dec 21, 2023
1 parent af48a4d commit df170b5
Show file tree
Hide file tree
Showing 56 changed files with 163 additions and 163 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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip</groupId>
<artifactId>registration</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
<packaging>pom</packaging>

<name>MOSIP Registration Parent POM</name>
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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<artifactId>registration-processor-abis-handler-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>registration-processor-abis-middleware-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>registration-processor-abis</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<artifactId>registration-processor-bio-dedupe-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>registration-processor-biometric-authentication-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>registration-processor-biometric-extraction-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>registration-processor-demo-dedupe-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>registration-processor-finalization-stage</artifactId>
<name>registration-processor-finalization-stage</name>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<artifactId>registration-processor-manual-adjudication-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>registration-processor-uin-generator-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<artifactId>registration-processor-verification-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>init</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<artifactId>registration-processor-packet-receiver-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>registration-processor-registration-status-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<artifactId>mosip-stage-executor</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>

<dependencies>
<dependency>
Expand Down
52 changes: 26 additions & 26 deletions registration-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.mosip</groupId>
<artifactId>registration</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<licenses>
Expand All @@ -30,7 +30,7 @@
</developers>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
<packaging>pom</packaging>

<name>registration-processor</name>
Expand Down Expand Up @@ -128,31 +128,31 @@
<jsch.version>0.1.55</jsch.version>

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

<!-- Kernel -->
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel.dataaccess.hibernate.version>1.2.0.1-SNAPSHOT</kernel.dataaccess.hibernate.version>
<kernel.templatemanager.velocity.version>1.2.0.1-SNAPSHOT</kernel.templatemanager.velocity.version>
<kernel.idvalidator.uin.version>1.2.0.1-SNAPSHOT</kernel.idvalidator.uin.version>
<kernel.idvalidator.rid.version>1.2.0.1-SNAPSHOT</kernel.idvalidator.rid.version>
<kernel.cbeffutil.version>1.2.0.1-SNAPSHOT</kernel.cbeffutil.version>
<kernel.auth.adapter.version>1.2.0.1-SNAPSHOT</kernel.auth.adapter.version>
<kernel.pdfgenerator.itext.version>1.2.0.1-SNAPSHOT</kernel.pdfgenerator.itext.version>
<kernel.qrcodegenerator.zxing.version>1.2.0.1-SNAPSHOT</kernel.qrcodegenerator.zxing.version>
<kernel.logger.logback.version>1.2.0.1-SNAPSHOT</kernel.logger.logback.version>
<kernel.idvalidator.vid.version>1.2.0.1-SNAPSHOT</kernel.idvalidator.vid.version>
<object.store.khazana.version>1.2.0.1-SNAPSHOT</object.store.khazana.version>
<kernel.biometrics.api.version>1.2.0.1-SNAPSHOT</kernel.biometrics.api.version>
<kernel-keymanager-service.version>1.2.0.1-SNAPSHOT</kernel-keymanager-service.version>
<kernel.websubclient.version>1.2.0.1-SNAPSHOT</kernel.websubclient.version>
<kernel-biosdk-provider.version>1.2.0.1-SNAPSHOT</kernel-biosdk-provider.version>
<kernel.core.version>1.2.0.1-B2</kernel.core.version>
<kernel.dataaccess.hibernate.version>1.2.0.1-B2</kernel.dataaccess.hibernate.version>
<kernel.templatemanager.velocity.version>1.2.0.1-B2</kernel.templatemanager.velocity.version>
<kernel.idvalidator.uin.version>1.2.0.1-B2</kernel.idvalidator.uin.version>
<kernel.idvalidator.rid.version>1.2.0.1-B2</kernel.idvalidator.rid.version>
<kernel.cbeffutil.version>1.2.0.1-B2</kernel.cbeffutil.version>
<kernel.auth.adapter.version>1.2.0.1-B3</kernel.auth.adapter.version>
<kernel.pdfgenerator.itext.version>1.2.0.1-B2</kernel.pdfgenerator.itext.version>
<kernel.qrcodegenerator.zxing.version>1.2.0.1-B2</kernel.qrcodegenerator.zxing.version>
<kernel.logger.logback.version>1.2.0.1-B2</kernel.logger.logback.version>
<kernel.idvalidator.vid.version>1.2.0.1-B2</kernel.idvalidator.vid.version>
<object.store.khazana.version>1.2.0.1-B2</object.store.khazana.version>
<kernel.biometrics.api.version>1.2.0.1-B2</kernel.biometrics.api.version>
<kernel-keymanager-service.version>1.2.0.1-B3</kernel-keymanager-service.version>
<kernel.websubclient.version>1.2.0.1-B2</kernel.websubclient.version>
<kernel-biosdk-provider.version>1.2.0.1-B2</kernel-biosdk-provider.version>
<sonar.coverage.exclusions>**/dto/**,
**/exception/*Exception.java,
**/config/*Config.java,
Expand Down Expand Up @@ -564,4 +564,4 @@
</build>
</profile>
</profiles>
</project>
</project>
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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
<artifactId>post-processor</artifactId>
<name>post-processor</name>
<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>post-processor</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<artifactId>registration-processor-message-sender-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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 @@ -6,10 +6,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>post-processor</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>registration-processor-printing-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>registration-processor-registration-transaction-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>registration-processor-cmd-validator-stage</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
<name>registration-processor-cmd-validator-stage</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Loading

0 comments on commit df170b5

Please sign in to comment.