Skip to content

Commit

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

* Update pom.xml

Signed-off-by: Keshav Mishra <[email protected]>

---------

Signed-off-by: Keshav Mishra <[email protected]>
Co-authored-by: akilalakshmanan <[email protected]>
  • Loading branch information
ckm007 and akilalakshmanan authored Jul 4, 2023
1 parent 05a1559 commit 2390c99
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
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.1.5.5</version>
<version>1.1.5.5-P1</version>
<artifactId>registration-client-parent</artifactId>
<packaging>pom</packaging>
<name>MOSIP Registration Client</name>
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.1.5.5</version>
<version>1.1.5.5-P1</version>
</parent>

<artifactId>registration-client</artifactId>
<packaging>jar</packaging>
<version>1.1.5.5</version>
<version>1.1.5.5-P1</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.1.5.5</version>
<version>1.1.5.5-P1</version>
</dependency>

<dependency>
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.1.5.5</version>
<version>1.1.5.5-P1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>registration-libs</artifactId>
<name>registration-libs</name>
<version>1.1.5.5</version>
<version>1.1.5.5-P1</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.1.5.5</version>
<version>1.1.5.5-P1</version>
</parent>

<artifactId>registration-libs</artifactId>
<name>registration-libs</name>
<description>Maven project of MOSIP Registration library</description>
<version>1.1.5.5</version>
<version>1.1.5.5-P1</version>
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
</properties>
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.1.5.5</version>
<version>1.1.5.5-P1</version>
</parent>
<artifactId>registration-services</artifactId>
<name>registration-services</name>
<description>Maven project of MOSIP Registration Service</description>
<version>1.1.5.5</version>
<version>1.1.5.5-P1</version>

<dependencies>

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.1.5.5</version>
<version>1.1.5.5-P1</version>
</parent>
<artifactId>registration-test</artifactId>
<name>registration-test</name>
<description>Maven project of MOSIP Registration Test</description>
<version>1.1.5.5</version>
<version>1.1.5.5-P1</version>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-client</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P1</version>
</dependency>
<dependency>
<groupId>org.testfx</groupId>
Expand Down

0 comments on commit 2390c99

Please sign in to comment.