Skip to content

Commit

Permalink
[DSD-6825] platform 1.2.1.0-beta-1 release (#133)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

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

* [DSD-6825] platform 1.2.1.0-beta-1 release

Signed-off-by: Praful Rakhade <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: Praful Rakhade <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
Co-authored-by: Praful Rakhade <[email protected]>
  • Loading branch information
3 people authored Dec 10, 2024
1 parent 6b19d0d commit 9390750
Show file tree
Hide file tree
Showing 2 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 @@ -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
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>io.mosip.digitalcard</groupId>
<artifactId>digital-card-service</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<name>digital-card-service</name>

<properties>
Expand Down Expand Up @@ -71,7 +71,7 @@
<!-- <dependency>-->
<!-- <groupId>io.mosip.kernel</groupId>-->
<!-- <artifactId>kernel-auth-adapter</artifactId>-->
<!-- <version>1.3.0-SNAPSHOT</version>-->
<!-- <version>1.3.0-beta.1</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.junit.vintage</groupId>
Expand Down Expand Up @@ -282,7 +282,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.14</version>
<extensions>true</extensions>
<executions>
<execution>
Expand Down

0 comments on commit 9390750

Please sign in to comment.