Skip to content

Commit

Permalink
MOSIP-38488 Corrected version
Browse files Browse the repository at this point in the history
Signed-off-by: kameshsr <[email protected]>
  • Loading branch information
kameshsr committed Dec 19, 2024
1 parent 58c5dd5 commit 61000c6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions admin/admin-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.admin</groupId>
<artifactId>admin-parent</artifactId>
<version>1.2.1.0</version>
<version>1.2.1.1-SNAPSHOT</version>
</parent>
<artifactId>admin-service</artifactId>
<name>admin-service</name>
<version>1.2.1.0</version>
<version>1.2.1.1-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>jar</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion admin/hotlist-service/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.hotlist</groupId>
<artifactId>hotlist-service</artifactId>
<version>1.2.1.0</version>
<version>1.2.1.1-SNAPSHOT</version>
<name>Hotlist Service</name>
<description>Service to block/unblock ids in MOSIP</description>
<url>https://github.com/mosip/admin-services</url>
Expand Down
2 changes: 1 addition & 1 deletion admin/kernel-masterdata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>kernel-masterdata-service</name>
<description>Mosip commons project </description>
<url>https://github.com/mosip/commons</url>
<version>1.2.1.0</version>
<version>1.2.1.1-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion admin/kernel-syncdata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>kernel-syncdata-service</name>
<description>Mosip commons project </description>
<url>https://github.com/mosip/commons</url>
<version>1.2.1.0</version>
<version>1.2.1.1-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.admin</groupId>
<artifactId>admin-parent</artifactId>
<version>1.2.1.0</version>
<version>1.2.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>admin</name>
Expand Down

0 comments on commit 61000c6

Please sign in to comment.