Skip to content

Commit

Permalink
Updated Pom versions for release changes (#209)
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 Feb 3, 2025
1 parent c99ff5f commit 66fdf5f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>apitest-injicertify</name>
<description>Parent project of apitest-injicertify</description>
<url>https://github.com/mosip/inji-certify</url>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -51,7 +51,7 @@
<maven.source.plugin.version>2.2.1</maven.source.plugin.version>

<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>
<fileName>apitest-injicertify-0.10.1-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>apitest-injicertify-0.10.1-jar-with-dependencies</fileName>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion certify-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
</parent>

<groupId>io.mosip.certify</groupId>
Expand Down
2 changes: 1 addition & 1 deletion certify-integration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
</parent>

<groupId>io.mosip.certify</groupId>
Expand Down
4 changes: 2 additions & 2 deletions certify-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
</parent>

<groupId>io.mosip.certify</groupId>
<artifactId>certify-service</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<name>certify-service</name>
<description>certify vci service</description>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>pom</packaging>
<name>certify</name>
<description>Parent project for MOSIP certify</description>
Expand Down

0 comments on commit 66fdf5f

Please sign in to comment.