Skip to content

Commit

Permalink
Release changes (#548)
Browse files Browse the repository at this point in the history
* Release Bot Pre-release changes

* Update README.md

---------

Co-authored-by: Mohanraj209 <[email protected]>
Co-authored-by: Mohan E <[email protected]>
  • Loading branch information
3 people authored Apr 14, 2023
1 parent c2579a6 commit bfaac3c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.2.0.1-B3-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

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

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>io.mosip.pms</groupId>
<artifactId>pms-common</artifactId>
<version>1.2.0.1-B3-SNAPSHOT</version>
<version>1.2.0.1-B3</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.2.0.1-B3-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>pms-common</artifactId>
<version>1.2.0.1-B3-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
<name>pms-common</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
8 changes: 4 additions & 4 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-B3-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<version>1.2.0.1-B3-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
<artifactId>policy-management-service</artifactId>
<name>policy-management-service</name>
<dependencies>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>io.mosip.pms</groupId>
<artifactId>policy-validator</artifactId>
<version>1.2.0.1-B3-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</dependency>
<dependency>
<groupId>io.mosip.pms</groupId>
<artifactId>pms-common</artifactId>
<version>1.2.0.1-B3-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
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-B3-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>policy-validator</artifactId>
<version>1.2.0.1-B3-SNAPSHOT</version>
<version>1.2.0.1-B3</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-B3-SNAPSHOT</version>
<version>1.2.0.1-B3</version>

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

0 comments on commit bfaac3c

Please sign in to comment.