Skip to content

Commit

Permalink
Merge pull request #454 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
ckm007 authored May 10, 2022
2 parents 33a262a + a8ed799 commit fb08fa8
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Publish the maven package
run: |
chmod +x ./deploy.sh
cd partner && mvn deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
cd partner && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
env:
GPG_TTY: $(tty)

Expand Down
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.3</version>
<version>1.1.5.4</version>
</parent>

<version>1.1.5.3</version>
<version>1.1.5.4</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.3</version>
<version>1.1.5.4</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.3</version>
<version>1.1.5.4</version>
</parent>
<artifactId>pms-common</artifactId>
<version>1.1.5.3</version>
<version>1.1.5.4</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,21 +5,21 @@
<parent>
<artifactId>pms-parent</artifactId>
<groupId>io.mosip.pms</groupId>
<version>1.1.5.3</version>
<version>1.1.5.4</version>
</parent>
<version>1.1.5.3</version>
<version>1.1.5.4</version>
<artifactId>policy-management-service</artifactId>
<name>policy-management-service</name>
<dependencies>
<dependency>
<groupId>io.mosip.pms</groupId>
<artifactId>policy-validator</artifactId>
<version>1.1.5.3</version>
<version>1.1.5.4</version>
</dependency>
<dependency>
<groupId>io.mosip.pms</groupId>
<artifactId>pms-common</artifactId>
<version>1.1.5.3</version>
<version>1.1.5.4</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.1.5.3</version>
<version>1.1.5.4</version>
</parent>
<artifactId>policy-validator</artifactId>
<version>1.1.5.3</version>
<version>1.1.5.4</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.1.5.3</version>
<version>1.1.5.4</version>

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

0 comments on commit fb08fa8

Please sign in to comment.