Skip to content

Commit

Permalink
Release changes (#920)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

Signed-off-by: GitHub <[email protected]>

* Update pom.xml

Signed-off-by: Praful Rakhade <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: Praful Rakhade <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
Co-authored-by: Praful Rakhade <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2024
1 parent 0bb693c commit d4179f5
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 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.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<artifactId>credential-request-generator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
<name>credential-request-generator</name>

<properties>
Expand All @@ -31,7 +31,7 @@
<kernel.dataaccess.hibernate.version>1.2.0.1-B2</kernel.dataaccess.hibernate.version>
<apache.httpcomponents.version>4.5.6</apache.httpcomponents.version>
<gson.version>2.8.4</gson.version>
<kernel.auth.adaptor.version>1.2.0.1-B3</kernel.auth.adaptor.version>
<kernel.auth.adaptor.version>1.2.0.1-B4</kernel.auth.adaptor.version>
<postgresql.version>42.2.2</postgresql.version>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
<kernel.websubclient.version>1.2.0.1-B2</kernel.websubclient.version>
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.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>credential-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<artifactId>id-repository-core</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-credentials-feeder</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
<name>ID-Repository Credentials Feeder</name>

<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>

<artifactId>id-repository-identity-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
<name>ID-Repository Salt Generator</name>

<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
</parent>
<artifactId>id-repository-vid-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</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.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3</version>
<packaging>pom</packaging>

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

0 comments on commit d4179f5

Please sign in to comment.