Skip to content

Commit

Permalink
Merge pull request #27 from mosip/releas-branch
Browse files Browse the repository at this point in the history
[DSD-6825] platform 1.2.1.0-beta-1 release
  • Loading branch information
Prafulrakhade authored Dec 11, 2024
2 parents 7d76116 + f02275b commit 0f99ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions image-compressor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>image-compressor</artifactId>
<groupId>io.mosip.image.compressor</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-beta.1</version>
<name>image-compressor</name>
<description>Image Compressorimplementation of biometrics SDK</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -65,7 +65,7 @@
<maven.war.plugin.version>3.1.0</maven.war.plugin.version>
<maven.surefire.plugin.version>2.22.0</maven.surefire.plugin.version>
<maven.assembly.plugin.version>3.1.1</maven.assembly.plugin.version>
<nexus.staging.maven.plugin.version>1.6.7</nexus.staging.maven.plugin.version>
<nexus.staging.maven.plugin.version>1.6.14</nexus.staging.maven.plugin.version>
<spring.boot.maven.plugin.version>3.2.5</spring.boot.maven.plugin.version>
<maven.sonar.plugin.version>3.7.0.1746</maven.sonar.plugin.version>

Expand Down

0 comments on commit 0f99ece

Please sign in to comment.