Skip to content

Commit

Permalink
Updated Pom versions for release changes (#970)
Browse files Browse the repository at this point in the history
Co-authored-by: vishwa-vyom <[email protected]>
  • Loading branch information
ckm007 and vishwa-vyom authored Feb 17, 2023
1 parent 513f721 commit fd1479b
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-P1-rc2</version>
<version>1.1.5.5-P1-rc3</version>
</parent>
<version>1.1.5.5-P1-rc2</version>
<version>1.1.5.5-P1-rc3</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-P1-rc2</version>
<version>1.1.5.5-P1-rc3</version>
</parent>
<version>1.1.5.5-P1-rc2</version>
<version>1.1.5.5-P1-rc3</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-P1-rc2</version>
<version>1.1.5.5-P1-rc3</version>
</parent>
<version>1.1.5.5-P1-rc2</version>
<version>1.1.5.5-P1-rc3</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-P1-rc2</version>
<version>1.1.5.5-P1-rc3</version>
</parent>
<version>1.1.5.5-P1-rc2</version>
<version>1.1.5.5-P1-rc3</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-P1-rc2</version>
<version>1.1.5.5-P1-rc3</version>
</parent>
<version>1.1.5.5-P1-rc2</version>
<version>1.1.5.5-P1-rc3</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-P1-rc2</version>
<version>1.1.5.5-P1-rc3</version>
</parent>
<version>1.1.5.5-P1-rc2</version>
<version>1.1.5.5-P1-rc3</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-P1-rc2</version>
<version>1.1.5.5-P1-rc3</version>
<packaging>pom</packaging>

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

0 comments on commit fd1479b

Please sign in to comment.