Skip to content

Commit 2390c99

Browse files
Release changes (#577)
* Updated Pom versions for release changes * Update pom.xml Signed-off-by: Keshav Mishra <chandrakeshavmishra@gmail.com> --------- Signed-off-by: Keshav Mishra <chandrakeshavmishra@gmail.com> Co-authored-by: akilalakshmanan <akilalakshmanan@users.noreply.github.com>
1 parent 05a1559 commit 2390c99

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

registration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<groupId>io.mosip.registration</groupId>
14-
<version>1.1.5.5</version>
14+
<version>1.1.5.5-P1</version>
1515
<artifactId>registration-client-parent</artifactId>
1616
<packaging>pom</packaging>
1717
<name>MOSIP Registration Client</name>

registration/registration-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>io.mosip.registration</groupId>
99
<artifactId>registration-client-parent</artifactId>
10-
<version>1.1.5.5</version>
10+
<version>1.1.5.5-P1</version>
1111
</parent>
1212

1313
<artifactId>registration-client</artifactId>
1414
<packaging>jar</packaging>
15-
<version>1.1.5.5</version>
15+
<version>1.1.5.5-P1</version>
1616
<name>registration-client</name>
1717
<description>Maven project of MOSIP Registration UI</description>
1818

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>io.mosip.registration</groupId>
2424
<artifactId>registration-services</artifactId>
25-
<version>1.1.5.5</version>
25+
<version>1.1.5.5-P1</version>
2626
</dependency>
2727

2828
<dependency>

registration/registration-libs/dependency-reduced-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>registration-client-parent</artifactId>
55
<groupId>io.mosip.registration</groupId>
6-
<version>1.1.5.5</version>
6+
<version>1.1.5.5-P1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>registration-libs</artifactId>
1010
<name>registration-libs</name>
11-
<version>1.1.5.5</version>
11+
<version>1.1.5.5-P1</version>
1212
<description>Maven project of MOSIP Registration library</description>
1313
<build>
1414
<resources>

registration/registration-libs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>io.mosip.registration</groupId>
99
<artifactId>registration-client-parent</artifactId>
10-
<version>1.1.5.5</version>
10+
<version>1.1.5.5-P1</version>
1111
</parent>
1212

1313
<artifactId>registration-libs</artifactId>
1414
<name>registration-libs</name>
1515
<description>Maven project of MOSIP Registration library</description>
16-
<version>1.1.5.5</version>
16+
<version>1.1.5.5-P1</version>
1717
<properties>
1818
<main.basedir>${project.parent.basedir}</main.basedir>
1919
</properties>

registration/registration-services/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.mosip.registration</groupId>
88
<artifactId>registration-client-parent</artifactId>
9-
<version>1.1.5.5</version>
9+
<version>1.1.5.5-P1</version>
1010
</parent>
1111
<artifactId>registration-services</artifactId>
1212
<name>registration-services</name>
1313
<description>Maven project of MOSIP Registration Service</description>
14-
<version>1.1.5.5</version>
14+
<version>1.1.5.5-P1</version>
1515

1616
<dependencies>
1717

registration/registration-test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>io.mosip.registration</groupId>
55
<artifactId>registration-client-parent</artifactId>
6-
<version>1.1.5.5</version>
6+
<version>1.1.5.5-P1</version>
77
</parent>
88
<artifactId>registration-test</artifactId>
99
<name>registration-test</name>
1010
<description>Maven project of MOSIP Registration Test</description>
11-
<version>1.1.5.5</version>
11+
<version>1.1.5.5-P1</version>
1212
<properties>
1313
<maven.compiler.source>11</maven.compiler.source>
1414
<maven.compiler.target>11</maven.compiler.target>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>io.mosip.registration</groupId>
6565
<artifactId>registration-client</artifactId>
66-
<version>1.1.5.5</version>
66+
<version>1.1.5.5-P1</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.testfx</groupId>

0 commit comments

Comments
 (0)