Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release changes #632

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading