Skip to content

Commit

Permalink
[DSD-6825] platform 1.2.1.0-beta-1 release (#161)
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]>

* [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 4adb354 commit 371d6a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
SERVICE_LOCATION: ./biosdk-services
secrets:
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Maven Package upon a push](https://github.com/mosip/biosdk-services/actions/workflows/push_trigger.yml/badge.svg?branch=develop-java21)](https://github.com/mosip/biosdk-services/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=develop-java21&project=mosip_biosdk-services&metric=alert_status)](https://sonarcloud.io/dashboard?branch=develop-java21&id=mosip_biosdk-services)
[![Maven Package upon a push](https://github.com/mosip/biosdk-services/actions/workflows/push-trigger.yml/badge.svg?branch=release-1.3.x)](https://github.com/mosip/biosdk-services/actions/workflows/push-trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.3.x&project=mosip_biosdk-services&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.3.x&id=mosip_biosdk-services)

# Bio-SDK Service

Expand Down
4 changes: 2 additions & 2 deletions biosdk-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>biosdk-services</artifactId>
<groupId>io.mosip.biosdk</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<name>biosdk-services</name>
<description>Sample implementation of biometrics SDK services</description>
<url>https://github.com/mosip/biosdk-services</url>
Expand All @@ -32,7 +32,7 @@
<maven.assembly.plugin.version>3.3.0</maven.assembly.plugin.version>
<maven.surefire.plugin.version>3.1.2</maven.surefire.plugin.version>
<spring.boot.maven.plugin.version>3.2.5</spring.boot.maven.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>
<maven.sonar.plugin.version>3.7.0.1746</maven.sonar.plugin.version>
<!-- git -->
<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>
Expand Down

0 comments on commit 371d6a8

Please sign in to comment.