Skip to content

Commit

Permalink
Release changes (mosip#640)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

Signed-off-by: GitHub <[email protected]>

* Update pom.xml

Signed-off-by: PRAFUL RAKHADE <[email protected]>

* Update push-trigger.yml

Signed-off-by: Chandra Keshav Mishra <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: PRAFUL RAKHADE <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
Co-authored-by: PRAFUL RAKHADE <[email protected]>
  • Loading branch information
3 people authored and aihamh committed Jun 12, 2024
1 parent 1e07d85 commit 819f91b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
push:
branches:
- '!release-branch'
- '!releas-branch'
- release*
- master
- 1.*
Expand Down 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
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-B2</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-B2</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
Expand Down

0 comments on commit 819f91b

Please sign in to comment.