Skip to content

Commit

Permalink
Merge pull request #23 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
ckm007 authored Sep 30, 2022
2 parents affde11 + 6c25fed commit 4117535
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 @@ -122,7 +122,7 @@ jobs:
- name: Publish the maven package
run: |
cd biosdk-client && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
cd biosdk-client && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
env:
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}
GPG_TTY: $(tty)
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-client/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0)](https://github.com/mosip/biosdk-client/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.2.0&project=mosip_biosdk-client&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.2.0&id=mosip_biosdk-client)
[![Maven Package upon a push](https://github.com/mosip/biosdk-client/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0.1)](https://github.com/mosip/biosdk-client/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.2.0.1&id=mosip_biosdk-client)

# Bio-SDK Client

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

<artifactId>biosdk-client</artifactId>
<groupId>io.mosip.biosdk</groupId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
<name>biosdk-client</name>

<description>Sample implementation of biometrics SDK client</description>
Expand Down Expand Up @@ -49,7 +49,7 @@
<properties>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kernel.biometricsdk.version>1.2.0.1-SNAPSHOT</kernel.biometricsdk.version>
<kernel.biometricsdk.version>1.2.0.1-B1</kernel.biometricsdk.version>
<maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
<maven.compiler.version>3.8.0</maven.compiler.version>
<maven.deploy.version>2.8.1</maven.deploy.version>
Expand Down

0 comments on commit 4117535

Please sign in to comment.