Skip to content

Commit

Permalink
Updated Pom versions for release changes (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
  • Loading branch information
ckm007 and Prafulrakhade committed Feb 22, 2024
1 parent 945c010 commit 9fb889a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
SERVICE_LOCATION: ./
secrets:
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.mosip</groupId>
<artifactId>mimoto</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<name>mimoto</name>
<description>Mobile server backend supporting Inji.</description>
<licenses>
Expand Down

0 comments on commit 9fb889a

Please sign in to comment.