Skip to content

Commit

Permalink
Merge pull request #266 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
ckm007 authored Feb 4, 2022
2 parents 4f976b4 + 9195cd0 commit 17232f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Publish the maven package
run: |
cd resident && mvn deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_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.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>
<name>resident</name>
<description>Parent project of MOSIP Resident</description>
Expand Down
10 changes: 5 additions & 5 deletions resident/resident-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>io.mosip.resident</groupId>
<artifactId>resident-parent</artifactId>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>resident-service</artifactId>
<name>resident-service</name>
<version>1.2.0-rc2-SNAPSHOT</version>
<version>1.2.0</version>
<properties>
<commons.packet.manager.version>1.2.0-rc2-SNAPSHOT</commons.packet.manager.version>
<kernel.core.version>1.2.0-rc2-SNAPSHOT</kernel.core.version>
<kernel-keymanager-service.version>1.2.0-rc2-SNAPSHOT</kernel-keymanager-service.version>
<commons.packet.manager.version>1.2.0</commons.packet.manager.version>
<kernel.core.version>1.2.0</kernel.core.version>
<kernel-keymanager-service.version>1.2.0</kernel-keymanager-service.version>
<springdoc.version>1.5.10</springdoc.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit 17232f5

Please sign in to comment.