Skip to content

Commit

Permalink
Updated Pom versions for release changes (mosip#653)
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
2 people authored and aihamh committed May 16, 2024
1 parent 73a6d30 commit 8cbd80c
Show file tree
Hide file tree
Showing 4 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 @@ -43,7 +43,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
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pre-registration/pre-registration-captcha-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pre-registration/pre-registration-datasync-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
Expand Down

0 comments on commit 8cbd80c

Please sign in to comment.