Skip to content

Commit

Permalink
Updated Pom versions for release changes (#632)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
  • Loading branch information
ckm007 and Prafulrakhade authored Apr 4, 2024
1 parent 29cfb98 commit cc25d4d
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 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
2 changes: 1 addition & 1 deletion registration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>-->

<groupId>io.mosip.registration</groupId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<artifactId>registration-client-parent</artifactId>
<packaging>pom</packaging>
<name>MOSIP Registration Client</name>
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.2-SNAPSHOT</version>
<version>1.2.0.2</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.2-SNAPSHOT</version>
<version>1.2.0.2</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.2-SNAPSHOT</version>
<version>1.2.0.2</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.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 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.2-SNAPSHOT</version>
<version>1.2.0.2</version>
</parent>

<groupId>io.mosip.registration</groupId>
<artifactId>registration-api-stub-impl</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</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</mosip.core.kernel.version>
<mosip.registration.api.version>1.2.0.2-SNAPSHOT</mosip.registration.api.version>
<mosip.registration.api.version>1.2.0.2</mosip.registration.api.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions registration/registration-api/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.2-SNAPSHOT</version>
<version>1.2.0.2</version>
</parent>

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

<properties>
<maven.compiler.source>11</maven.compiler.source>
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.2-SNAPSHOT</version>
<version>1.2.0.2</version>
</parent>

<artifactId>registration-client</artifactId>
<packaging>jar</packaging>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</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.2-SNAPSHOT</version>
<version>1.2.0.2</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.2-SNAPSHOT</version>
<version>1.2.0.2</version>
</parent>
<artifactId>registration-services</artifactId>
<name>registration-services</name>
<description>Maven project of MOSIP Registration Service</description>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</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.2-SNAPSHOT</version>
<version>1.2.0.2</version>
</parent>
<artifactId>registration-test</artifactId>
<name>registration-test</name>
<description>Maven project of MOSIP Registration Test</description>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</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.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cc25d4d

Please sign in to comment.