Skip to content

Commit

Permalink
updated pom file versions
Browse files Browse the repository at this point in the history
Signed-off-by: GOKULRAJ136 <[email protected]>
  • Loading branch information
GOKULRAJ136 committed Jan 25, 2024
1 parent 2031651 commit 8b57312
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions partner/partner-management-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>pms-parent</artifactId>
<groupId>io.mosip.pms</groupId>
<version>1.2.0.1-B4</version>
<version>1.2.0.1-SNAPSHOT</version>
</parent>

<version>1.2.0.1-B4</version>
<version>1.2.0.1-SNAPSHOT</version>
<artifactId>partner-management-service</artifactId>
<name>partner-management-service</name>

Expand Down
4 changes: 2 additions & 2 deletions partner/pms-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.mosip.pms</groupId>
<artifactId>pms-parent</artifactId>
<version>1.2.0.1-B4</version>
<version>1.2.0.1-SNAPSHOT</version>
</parent>
<artifactId>pms-common</artifactId>
<version>1.2.0.1-B4</version>
<version>1.2.0.1-SNAPSHOT</version>
<name>pms-common</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions partner/policy-management-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>pms-parent</artifactId>
<groupId>io.mosip.pms</groupId>
<version>1.2.0.1-B4</version>
<version>1.2.0.1-SNAPSHOT</version>
</parent>

<version>1.2.0.1-B4</version>
<version>1.2.0.1-SNAPSHOT</version>
<artifactId>policy-management-service</artifactId>
<name>policy-management-service</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions partner/policy-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.mosip.pms</groupId>
<artifactId>pms-parent</artifactId>
<version>1.2.0.1-B4</version>
<version>1.2.0.1-SNAPSHOT</version>
</parent>
<artifactId>policy-validator</artifactId>
<version>1.2.0.1-B4</version>
<version>1.2.0.1-SNAPSHOT</version>
<name>policy-validator</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion partner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.mosip.pms</groupId>
<artifactId>pms-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.0.1-B4</version>
<version>1.2.0.1-SNAPSHOT</version>

<name>partner-management-services</name>
<description>Parent project of MOSIP partner-management-services</description>
Expand Down

0 comments on commit 8b57312

Please sign in to comment.