Skip to content

Commit

Permalink
Updated Pom versions for release changes
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Prafulrakhade authored Jan 7, 2025
1 parent 071e54c commit fd23a87
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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
4 changes: 2 additions & 2 deletions 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.3-SNAPSHOT</version>
<version>1.2.0.3</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 Expand Up @@ -175,7 +175,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<!--<configuration><skip>true</skip></configuration>-->
<!--<configuration><skip>false</skip></configuration>-->
<executions>
<execution>
<id>sign-artifacts</id>
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.3-SNAPSHOT</version>
<version>1.2.0.3</version>
<name>kernel-biometrics-api</name>
<description>biometrics api definitions</description>
<url>https://github.com/mosip/commons</url>
Expand Down
2 changes: 1 addition & 1 deletion 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.3-SNAPSHOT</version>
<version>1.2.0.3</version>
<name>kernel-biosdk-provider</name>
<description>Implementation of biosdk provider</description>
<url>https://github.com/mosip/commons</url>
Expand Down
2 changes: 1 addition & 1 deletion 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.3-SNAPSHOT</version>
<version>1.2.0.3</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down

0 comments on commit fd23a87

Please sign in to comment.