Skip to content

Commit

Permalink
Merge pull request #1141 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
vishwa-vyom authored Dec 8, 2023
2 parents a87ae9c + 71a8af6 commit b72ce41
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 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 authentication/authentication-authtypelockfilter-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
</parent>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
<artifactId>authentication-authtypelockfilter-impl</artifactId>
<name>authentication-authtypelockfilter-impl</name>
<description>ID Authentication Filter Implementation for Auth Type Lock validation</description>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
</parent>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
<artifactId>authentication-common</artifactId>
<name>authentication-common</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
</parent>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>

<artifactId>authentication-core</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-filter-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
</parent>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
<artifactId>authentication-filter-api</artifactId>
<name>authentication-filter-api</name>
<description>ID Authentication Filter API</description>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-hotlistfilter-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
</parent>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
<artifactId>authentication-hotlistfilter-impl</artifactId>
<name>authentication-hotlistfilter-impl</name>
<description>ID Authentication Filter Implementation for Hotlist validation</description>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-internal-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
</parent>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
<artifactId>authentication-internal-service</artifactId>
<name>authentication-internal-service</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-otp-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
</parent>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
<artifactId>authentication-otp-service</artifactId>
<name>authentication-otp-service</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
</parent>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>

<artifactId>authentication-service</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions authentication/esignet-integration-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
</parent>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
<artifactId>esignet-integration-impl</artifactId>
<name>esignet-integration-impl</name>
<description>e-Signet Integration Implementation Library</description>
Expand Down
2 changes: 1 addition & 1 deletion authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.0.1-B5-SNAPSHOT</version>
<version>1.2.0.1-B5</version>
<packaging>pom</packaging>

<name>id-authentication</name>
Expand Down

0 comments on commit b72ce41

Please sign in to comment.