Skip to content

Commit

Permalink
Updated Pom versions for release changes (#1144)
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 Jan 7, 2025
1 parent 8430d6a commit 6f8af7a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[![Maven Package upon a push](https://github.com/mosip/id-repository/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.1.x)](https://github.com/mosip/id-repository/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.2.1.x&project=mosip_id-repository&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.2.1.x&id=mosip_id-repository)
[![Maven Package upon a push](https://github.com/mosip/id-repository/actions/workflows/push-trigger.yml/badge.svg?branch=release-1.2.2.x)](https://github.com/mosip/id-repository/actions/workflows/push-trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.2.2.x&project=mosip_id-repository&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.2.2.x&id=mosip_id-repository)

# ID Repository

Expand Down
4 changes: 2 additions & 2 deletions id-repository/credential-request-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>

<artifactId>credential-request-generator</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<name>credential-request-generator</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions id-repository/credential-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>credential-service</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<name>credential-service</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions id-repository/id-repository-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>

<artifactId>id-repository-core</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<name>idrepo-core</name>
<description>ID-Repository core</description>

Expand Down
4 changes: 2 additions & 2 deletions id-repository/id-repository-credentials-feeder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-credentials-feeder</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<name>ID-Repository Credentials Feeder</name>
<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>

<description>Batch Job Application for feeding IDA instances with credentials.</description>
Expand Down
4 changes: 2 additions & 2 deletions id-repository/id-repository-identity-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>

<artifactId>id-repository-identity-service</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<name>identity-service</name>
<description>ID-Repository Identity service</description>

Expand Down
4 changes: 2 additions & 2 deletions id-repository/id-repository-salt-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-salt-generator</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<name>ID-Repository Salt Generator</name>

<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>

<description>Batch Job Application to for one-time populating of salt values for ID Repository salt tables.</description>
Expand Down
4 changes: 2 additions & 2 deletions id-repository/id-repository-vid-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>
<artifactId>id-repository-vid-service</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<name>vid-service</name>
<description>ID-Repository Virtual ID Service</description>

Expand Down
2 changes: 1 addition & 1 deletion id-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<packaging>pom</packaging>

<name>ID-Repository</name>
Expand Down

0 comments on commit 6f8af7a

Please sign in to comment.