Skip to content

Commit

Permalink
Merge pull request #68 from mosip/releas-branch
Browse files Browse the repository at this point in the history
[DSD-6362] inji-certify 0.9.1 release changes
  • Loading branch information
jainhitesh9998 authored Oct 3, 2024
2 parents f1cf715 + 7e39491 commit 0ca1175
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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 Expand Up @@ -85,7 +85,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-certify-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.mosip.certify</groupId>
<artifactId>mock-certify-plugin</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>mock-certify-integration-impl</name>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-core</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions mosip-identity-certify-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.certify</groupId>
<artifactId>mosip-identity-certify-plugin</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>mosipid-certify-integration-impl</name>
Expand Down Expand Up @@ -98,13 +98,13 @@
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-core</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-integration-api</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions sunbird-rc-certify-integration-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.certify.sunbirdrc</groupId>
<artifactId>sunbird-rc-certify-integration-impl</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>sunbird-rc-certify-integration-impl</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-integration-api</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion sunbird-rc-esignet-integration-impl/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.esignet.sunbirdrc</groupId>
<artifactId>sunbird-rc-esignet-integration-impl</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>sunbird-rc-esignet-integration-impl</name>
Expand Down

0 comments on commit 0ca1175

Please sign in to comment.