Skip to content

Commit

Permalink
Updated Pom versions for release changes (#1051)
Browse files Browse the repository at this point in the history
Co-authored-by: ckm007 <[email protected]>
  • Loading branch information
ckm007 and ckm007 authored Jul 5, 2023
1 parent 1029845 commit ec5651b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions authentication/authentication-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
</parent>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
<artifactId>authentication-common</artifactId>
<name>authentication-common</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
</parent>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
<artifactId>authentication-core</artifactId>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-internal-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
</parent>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
<artifactId>authentication-internal-service</artifactId>
<name>authentication-internal-service</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-kyc-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
</parent>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
<artifactId>authentication-kyc-service</artifactId>
<name>authentication-kyc-service</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-otp-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
</parent>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
<artifactId>authentication-otp-service</artifactId>
<name>authentication-otp-service</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
</parent>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
<artifactId>authentication-service</artifactId>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.1.5.5-SNAPSHOT</version>
<version>1.1.5.5-P1</version>
<packaging>pom</packaging>

<name>id-authentication</name>
Expand Down

0 comments on commit ec5651b

Please sign in to comment.