Skip to content

Commit

Permalink
Release changes (#131)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

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

* Update pom.xml

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 Mar 14, 2024
1 parent 9c79248 commit 1636a43
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .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: 'biometrics-util'
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 Expand Up @@ -83,7 +83,7 @@ jobs:
with:
SERVICE_LOCATION: 'kernel-biometrics-api'
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 Expand Up @@ -125,7 +125,7 @@ jobs:
with:
SERVICE_LOCATION: 'kernel-biosdk-provider'
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 Expand Up @@ -167,7 +167,7 @@ jobs:
with:
SERVICE_LOCATION: 'kernel-cbeffutil-api'
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
2 changes: 1 addition & 1 deletion biometrics-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.biometric.util</groupId>
<artifactId>biometrics-util</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</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
2 changes: 1 addition & 1 deletion kernel-biometrics-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-biometrics-api</artifactId>

<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<name>kernel-biometrics-api</name>
<description>biometrics api definitions</description>
<url>https://github.com/mosip/commons</url>
Expand Down
4 changes: 2 additions & 2 deletions kernel-biosdk-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>kernel-biosdk-provider</artifactId>
<groupId>io.mosip.kernel</groupId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<name>kernel-biosdk-provider</name>
<description>Implementation of biosdk provider</description>
<url>https://github.com/mosip/commons</url>
Expand Down Expand Up @@ -126,7 +126,7 @@
<!-- Mosip kernel -->
<kernel.core.version>1.2.0.1</kernel.core.version>
<kernel.biometricsdk.version>1.2.0.1</kernel.biometricsdk.version>
<kernel.biometrics-api.version>1.2.0.2-SNAPSHOT</kernel.biometrics-api.version>
<kernel.biometrics-api.version>1.2.0.2</kernel.biometrics-api.version>
<kernel.logger.logback.version>1.2.0.1</kernel.logger.logback.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions kernel-cbeffutil-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-cbeffutil-api</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down Expand Up @@ -224,7 +224,7 @@

<!-- Mosip kernel -->
<kernel.core.version>1.2.0.1</kernel.core.version>
<kernel-biometrics-api.version>1.2.0.2-SNAPSHOT</kernel-biometrics-api.version>
<kernel-biometrics-api.version>1.2.0.2</kernel-biometrics-api.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>io.mosip.bio.utils</groupId>
<artifactId>bioutils</artifactId>
<packaging>jar</packaging>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<name>bioutils</name>
<url>http://maven.apache.org</url>

Expand All @@ -25,7 +25,7 @@
<kernel.core.version>1.2.0.1</kernel.core.version>
<fasterxml.jackson.version>2.15.0</fasterxml.jackson.version>
<hibernate-validator.version>8.0.0.Final</hibernate-validator.version>
<biometrics-util.version>1.2.0.2-SNAPSHOT</biometrics-util.version>
<biometrics-util.version>1.2.0.2</biometrics-util.version>
<!-- fasterxml jackson-->
<com.fasterxml.jackson.version>2.15.0</com.fasterxml.jackson.version>
<okhttp.version>2.7.5</okhttp.version>
Expand Down

0 comments on commit 1636a43

Please sign in to comment.