Skip to content

Commit

Permalink
Merge pull request #397 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
ckm007 authored Feb 6, 2022
2 parents 052548b + 13088d1 commit 0dd0458
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 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-rc2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<groupId>io.mosip.registration</groupId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
<artifactId>registration-client-parent</artifactId>
<packaging>pom</packaging>
<name>MOSIP Registration Client</name>
Expand Down Expand Up @@ -106,7 +106,7 @@
<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-rc2-SNAPSHOT</mosip.core.kernel.version>
<mosip.core.kernel.version>1.2.0</mosip.core.kernel.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
2 changes: 1 addition & 1 deletion registration/ref-impl/ref-document-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.mosip.registration.api</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion registration/ref-impl/ref-geoposition-rxtx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.mosip.registration.api</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</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 @@ -6,14 +6,14 @@

<groupId>io.mosip.registration</groupId>
<artifactId>registration-api-stub-impl</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</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-rc2-SNAPSHOT</mosip.core.kernel.version>
<mosip.registration.api.version>1.2.0-rc2-SNAPSHOT</mosip.registration.api.version>
<mosip.core.kernel.version>1.2.0</mosip.core.kernel.version>
<mosip.registration.api.version>1.2.0</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 @@ -6,13 +6,13 @@

<groupId>io.mosip.registration</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</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-rc2-SNAPSHOT</mosip.core.kernel.version>
<mosip.core.kernel.version>1.2.0</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 Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-logger-logback</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>

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-rc2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>registration-client</artifactId>
<packaging>jar</packaging>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</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-rc2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions registration/registration-libs/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>registration-client-parent</artifactId>
<groupId>io.mosip.registration</groupId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>registration-libs</artifactId>
<name>registration-libs</name>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
<description>Maven project of MOSIP Registration library</description>
<build>
<resources>
Expand Down
4 changes: 2 additions & 2 deletions registration/registration-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-client-parent</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>registration-libs</artifactId>
<name>registration-libs</name>
<description>Maven project of MOSIP Registration library</description>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
</properties>
Expand Down
8 changes: 4 additions & 4 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-rc2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>registration-services</artifactId>
<name>registration-services</name>
<description>Maven project of MOSIP Registration Service</description>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>

<dependencies>
<!-- Lombok -->
Expand Down Expand Up @@ -411,7 +411,7 @@
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
<exclusions>
<exclusion>
<groupId>io.mosip.kernel</groupId>
Expand All @@ -423,7 +423,7 @@
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-api-stub-impl</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>

<dependency>
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-rc2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>registration-test</artifactId>
<name>registration-test</name>
<description>Maven project of MOSIP Registration Test</description>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</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-rc2-SNAPSHOT</version>
<version>1.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0dd0458

Please sign in to comment.