Skip to content

Commit

Permalink
Updated Pom versions for release changes (mosip#177)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
  • Loading branch information
ckm007 and Prafulrakhade authored Dec 8, 2023
1 parent 1928e39 commit 3187ffd
Show file tree
Hide file tree
Showing 4 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 @@ -43,7 +43,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
Expand Down
4 changes: 2 additions & 2 deletions mock-esignet-integration-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.mosip.esignet.mock</groupId>
<artifactId>esignet-mock-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>mock-esignet-integration-impl</artifactId>
<packaging>jar</packaging>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<name>mock-esignet-integration-impl</name>
<description>Mockup of a wrapper implementation that is used to showcase the integration with e-Signet</description>
<url>https://github.com/mosip/esignet-mock-services</url>
Expand Down
4 changes: 2 additions & 2 deletions mock-identity-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>io.mosip.esignet.mock</groupId>
<artifactId>esignet-mock-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>mock-identity-system</artifactId>
<packaging>jar</packaging>

<name>mock-identity-system</name>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<description>Mockup of a ID system that is used to showcase the integration with e-Signet</description>
<url>https://github.com/mosip/esignet-mock-services</url>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.esignet.mock</groupId>
<artifactId>esignet-mock-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<packaging>pom</packaging>
<name>esignet-mock</name>
<description>Parent project of MOSIP e-Signet Mock Services</description>
Expand Down

0 comments on commit 3187ffd

Please sign in to comment.