Skip to content

Commit

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

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

* Update pom.xml

Signed-off-by: PRAFUL RAKHADE <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: PRAFUL RAKHADE <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
Co-authored-by: PRAFUL RAKHADE <[email protected]>
  • Loading branch information
3 people authored Dec 25, 2023
1 parent d23b93c commit 646868c
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
SERVICE_LOCATION: registration
secrets:
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions registration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<!--<parent>
<groupId>io.mosip</groupId>
<artifactId>registration</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>-->

<groupId>io.mosip.registration</groupId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<artifactId>registration-client-parent</artifactId>
<packaging>pom</packaging>
<name>MOSIP Registration Client</name>
Expand Down Expand Up @@ -106,9 +106,9 @@
<jackson.version>2.10.1</jackson.version>
<jackson.mapper.asl.version>1.7.1</jackson.mapper.asl.version>

<mosip.core.kernel.version>1.2.0.1-SNAPSHOT</mosip.core.kernel.version>
<mosip.commons.packet.manager.version>1.2.0.1-SNAPSHOT</mosip.commons.packet.manager.version>
<mosip.biometric.util.version>1.2.0.1-SNAPSHOT</mosip.biometric.util.version>
<mosip.core.kernel.version>1.2.0.1-B2</mosip.core.kernel.version>
<mosip.commons.packet.manager.version>1.2.0.1-B2</mosip.commons.packet.manager.version>
<mosip.biometric.util.version>1.2.0.1-B3</mosip.biometric.util.version>
<mosip.kernel.virusscanner.version>1.1.3</mosip.kernel.virusscanner.version>
<!-- Derby Version -->
<apache.derby.version>10.13.1.1</apache.derby.version>
Expand Down
4 changes: 2 additions & 2 deletions registration/ref-impl/ref-document-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.registration</groupId>
<artifactId>ref-document-scanner</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions registration/ref-impl/ref-geoposition-rxtx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.registration</groupId>
<artifactId>ref-geoposition-rxtx</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<scope>compile</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions registration/registration-api-stub-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<parent>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-client-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>

<groupId>io.mosip.registration</groupId>
<artifactId>registration-api-stub-impl</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<spring.version>5.0.6.RELEASE</spring.version>
<mosip.core.kernel.version>1.2.0.1-SNAPSHOT</mosip.core.kernel.version>
<mosip.registration.api.version>1.2.0.1-SNAPSHOT</mosip.registration.api.version>
<mosip.core.kernel.version>1.2.0.1-B2</mosip.core.kernel.version>
<mosip.registration.api.version>1.2.0.1-B2</mosip.registration.api.version>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions registration/registration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
<parent>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-client-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>

<groupId>io.mosip.registration</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<spring.version>5.0.6.RELEASE</spring.version>
<mosip.core.kernel.version>1.2.0.1-SNAPSHOT</mosip.core.kernel.version>
<mosip.core.kernel.version>1.2.0.1-B2</mosip.core.kernel.version>
<openjfx.version>11.0.2</openjfx.version>
<spring-cloud-config.version>2.0.4.RELEASE</spring-cloud-config.version>
</properties>
Expand Down
6 changes: 3 additions & 3 deletions registration/registration-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-client-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>

<artifactId>registration-client</artifactId>
<packaging>jar</packaging>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<name>registration-client</name>
<description>Maven project of MOSIP Registration UI</description>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-services</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions registration/registration-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-client-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>
<artifactId>registration-services</artifactId>
<name>registration-services</name>
<description>Maven project of MOSIP Registration Service</description>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>

<dependencies>
<!-- Lombok -->
Expand Down
6 changes: 3 additions & 3 deletions registration/registration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-client-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>
<artifactId>registration-test</artifactId>
<name>registration-test</name>
<description>Maven project of MOSIP Registration Test</description>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-client</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 646868c

Please sign in to comment.