Skip to content

Commit

Permalink
Merge pull request #824 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
ckm007 authored Oct 28, 2022
2 parents 22890ed + e7593eb commit 1de2dc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
mvn -B -U package -s $GITHUB_WORKSPACE/settings.xml --file pom.xml
- name: Publish the maven package
run: |
cd admin && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
cd admin && 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 admin/kernel-masterdata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>kernel-masterdata-service</name>
<description>Mosip commons project </description>
<url>https://github.com/mosip/commons</url>
<version>1.1.5.3-p1-SNAPSHOT</version>
<version>1.1.5.3-P1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.admin</groupId>
<artifactId>admin-parent</artifactId>
<version>1.1.5.3-p1-SNAPSHOT</version>
<version>1.1.5.3-P1</version>
<packaging>pom</packaging>

<name>admin</name>
Expand Down

0 comments on commit 1de2dc7

Please sign in to comment.