Skip to content

Commit

Permalink
Merge pull request #28 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
ckm007 authored Feb 8, 2022
2 parents 35bf5cb + e75f448 commit 2ddea15
Show file tree
Hide file tree
Showing 3 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 @@ -115,7 +115,7 @@ jobs:

- name: Publish the maven package
run: |
cd biometrics-util && mvn deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
cd biometrics-util && 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
2 changes: 1 addition & 1 deletion biometrics-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.mosip.biometric.util</groupId>
<artifactId>biometrics-util</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.2.0</version>
<name>biometrics-util</name>
<url>http://maven.apache.org</url>
<description>This utility is used to convert ISO to Image and Image to ISO</description>
Expand Down
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<groupId>io.mosip.bio.utils</groupId>
<artifactId>bioutils</artifactId>
<packaging>jar</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>1.2.0</version>
<name>bioutils</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>io.mosip.biometric.util</groupId>
<artifactId>biometrics-util</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2ddea15

Please sign in to comment.