Skip to content

Commit

Permalink
Merge pull request #334 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 ee56826 + 6585f57 commit 8812a90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Publish the maven package
run: |
cd resident && mvn deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
cd resident && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GPG_TTY: $(tty)
Expand Down
2 changes: 1 addition & 1 deletion resident/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.resident</groupId>
<artifactId>resident-parent</artifactId>
<version>1.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
<packaging>pom</packaging>
<name>resident</name>
<description>Parent project of MOSIP Resident</description>
Expand Down
4 changes: 2 additions & 2 deletions resident/resident-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.resident</groupId>
<artifactId>resident-parent</artifactId>
<version>1.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
</parent>
<artifactId>resident-service</artifactId>
<name>resident-service</name>
<version>1.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
<properties>
<commons.packet.manager.version>1.1.5.3</commons.packet.manager.version>
<kernel.core.version>1.1.5.3</kernel.core.version>
Expand Down

0 comments on commit 8812a90

Please sign in to comment.