Skip to content

Commit

Permalink
Updated Pom versions for release changes
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Prafulrakhade authored Oct 1, 2024
1 parent 246da2b commit a37aaba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion certify-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<groupId>io.mosip.certify</groupId>
Expand Down
2 changes: 1 addition & 1 deletion certify-integration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<groupId>io.mosip.certify</groupId>
Expand Down
4 changes: 2 additions & 2 deletions certify-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<groupId>io.mosip.certify</groupId>
<artifactId>certify-service</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<name>certify-service</name>
<description>certify vci service</description>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<packaging>pom</packaging>
<name>certify</name>
<description>Parent project for MOSIP certify</description>
Expand Down

0 comments on commit a37aaba

Please sign in to comment.