Skip to content

Commit

Permalink
Merge pull request #534 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
ckm007 authored Feb 9, 2023
2 parents 041d160 + beb51d5 commit cd3bd97
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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.1.5.4-P1</version>
<version>1.1.5.4-P2</version>
</parent>

<version>1.1.5.4-P1</version>
<version>1.1.5.4-P2</version>
<artifactId>partner-management-service</artifactId>
<name>partner-management-service</name>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>io.mosip.pms</groupId>
<artifactId>pms-common</artifactId>
<version>1.1.5.4-P1</version>
<version>1.1.5.4-P2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
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.1.5.4-P1</version>
<version>1.1.5.4-P2</version>
</parent>
<artifactId>pms-common</artifactId>
<version>1.1.5.4-P1</version>
<version>1.1.5.4-P2</version>
<name>pms-common</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
6 changes: 3 additions & 3 deletions partner/policy-management-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<parent>
<artifactId>pms-parent</artifactId>
<groupId>io.mosip.pms</groupId>
<version>1.1.5.4-P1</version>
<version>1.1.5.4-P2</version>
</parent>
<version>1.1.5.4-P1</version>
<version>1.1.5.4-P2</version>
<artifactId>policy-management-service</artifactId>
<name>policy-management-service</name>
<dependencies>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>io.mosip.pms</groupId>
<artifactId>pms-common</artifactId>
<version>1.1.5.4-P1</version>
<version>1.1.5.4-P2</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
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.1.5.4-P1</version>
<version>1.1.5.4-P2</version>

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

0 comments on commit cd3bd97

Please sign in to comment.