Skip to content

Commit

Permalink
Merge pull request #408 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
ckm007 authored Jan 29, 2022
2 parents 8e36e56 + 4ca1f4b commit 6ff6fc5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 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-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</version>
</parent>

<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</version>
<artifactId>partner-management-service</artifactId>
<name>partner-management-service</name>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>io.mosip.pms</groupId>
<artifactId>pms-common</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</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-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</version>
</parent>
<artifactId>pms-common</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</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,22 +5,22 @@
<parent>
<artifactId>pms-parent</artifactId>
<groupId>io.mosip.pms</groupId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</version>
</parent>

<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</version>
<artifactId>policy-management-service</artifactId>
<name>policy-management-service</name>
<dependencies>
<dependency>
<groupId>io.mosip.pms</groupId>
<artifactId>policy-validator</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</version>
</dependency>
<dependency>
<groupId>io.mosip.pms</groupId>
<artifactId>pms-common</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</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-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</version>
</parent>
<artifactId>policy-validator</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</version>
<name>policy-validator</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
10 changes: 5 additions & 5 deletions 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-rc2-SNAPSHOT</version>
<version>1.2.0-prerel</version>

<name>partner-management-services</name>
<description>Parent project of MOSIP partner-management-services</description>
Expand Down Expand Up @@ -67,8 +67,8 @@
</distributionManagement>

<properties>
<kernel.version>1.2.0-rc2-SNAPSHOT</kernel.version>
<kernel-dataaccess-hibernate.version>1.2.0-rc2-SNAPSHOT</kernel-dataaccess-hibernate.version>
<kernel.version>1.2.0-prerel</kernel.version>
<kernel-dataaccess-hibernate.version>1.2.0-prerel</kernel-dataaccess-hibernate.version>
<maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
<maven.war.plugin.version>3.1.0</maven.war.plugin.version>
<maven.compiler.source>11</maven.compiler.source>
Expand All @@ -77,8 +77,8 @@
<junit.version>4.12</junit.version>
<lombok.version>1.18.8</lombok.version>
<doclint>none</doclint>
<kernel-websubclient-api.version>1.2.0-rc2-SNAPSHOT</kernel-websubclient-api.version>
<kernel.templatemanager.velocity.version>1.2.0-rc2-SNAPSHOT</kernel.templatemanager.velocity.version>
<kernel-websubclient-api.version>1.2.0-prerel</kernel-websubclient-api.version>
<kernel.templatemanager.velocity.version>1.2.0-prerel</kernel.templatemanager.velocity.version>
<maven.surefire.plugin.version>2.22.0</maven.surefire.plugin.version>
<maven.jacoco.version>0.8.5</maven.jacoco.version>
<maven.sonar.plugin.version>3.7.0.1746</maven.sonar.plugin.version>
Expand Down

0 comments on commit 6ff6fc5

Please sign in to comment.