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 Mar 1, 2024
1 parent 5b49aef commit 375ee35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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-client
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
10 changes: 5 additions & 5 deletions biosdk-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

<description>Sample implementation of biometrics SDK client</description>
Expand Down Expand Up @@ -63,9 +63,9 @@
<springframework.version>5.0.6.RELEASE</springframework.version>

<!-- Kernel -->
<kernel.logger.logback.version>1.2.0.1-SNAPSHOT</kernel.logger.logback.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel.biometrics.api.version>1.2.0.1-SNAPSHOT</kernel.biometrics.api.version>
<kernel.logger.logback.version>1.2.0.1</kernel.logger.logback.version>
<kernel.core.version>1.2.0.1</kernel.core.version>
<kernel.biometrics.api.version>1.2.0.1</kernel.biometrics.api.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -236,7 +236,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

0 comments on commit 375ee35

Please sign in to comment.