Skip to content

Commit a3c4da2

Browse files
[MOSIP-37901]: Exclude mosip services being published to nexus snapshot fix (#1043)
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
1 parent 4be07e5 commit a3c4da2

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

  • pre-registration

pre-registration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.mosip.preregistration</groupId>
88
<artifactId>pre-registration-parent</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.3.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>pre-registration</name>

pre-registration/pre-registration-application-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>io.mosip.preregistration</groupId>
88
<artifactId>pre-registration-parent</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.3.1</version>
1010
</parent>
1111

1212
<artifactId>pre-registration-application-service</artifactId>
13-
<version>1.3.0</version>
13+
<version>1.3.1</version>
1414
<name>Pre-Registration Application Service Project</name>
1515
<description>Maven project of MOSIP Pre-Registration Service</description>
1616

pre-registration/pre-registration-batchjob/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>io.mosip.preregistration</groupId>
99
<artifactId>pre-registration-parent</artifactId>
10-
<version>1.3.0</version>
10+
<version>1.3.1</version>
1111
</parent>
1212

1313
<artifactId>pre-registration-batchjob</artifactId>
1414
<name>pre-registration-batchjob</name>
15-
<version>1.3.0</version>
15+
<version>1.3.1</version>
1616
<url>http://maven.apache.org</url>
1717

1818
<properties>

pre-registration/pre-registration-captcha-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.mosip.preregistration</groupId>
88
<artifactId>pre-registration-parent</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.3.1</version>
1010
</parent>
1111

1212
<groupId>io.mosip.preregistration.captcha</groupId>
1313
<artifactId>pre-registration-captcha-service</artifactId>
14-
<version>1.3.0</version>
14+
<version>1.3.1</version>
1515

1616
<name>pre-registration-captcha-service</name>
1717
<description>A pre-registration service to generate and validate captcha</description>

pre-registration/pre-registration-datasync-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>io.mosip.preregistration</groupId>
99
<artifactId>pre-registration-parent</artifactId>
10-
<version>1.3.0</version>
10+
<version>1.3.1</version>
1111
</parent>
1212

1313
<artifactId>pre-registration-datasync-service</artifactId>
14-
<version>1.3.0</version>
14+
<version>1.3.1</version>
1515
<name>pre-registration-datasync-service</name>
1616

1717
<properties>

0 commit comments

Comments
 (0)