Skip to content

Commit a87aaa5

Browse files
Updated Pom versions for release changes (#1776)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
1 parent 41e8114 commit a87aaa5

File tree

36 files changed

+122
-122
lines changed

36 files changed

+122
-122
lines changed

kernel/kernel-applicanttype-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.mosip.kernel</groupId>
66
<artifactId>kernel-applicanttype-api</artifactId>
77
<description>Mosip Applicant type API</description>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<properties>
1010
<maven.compiler.source>21</maven.compiler.source>
1111
<maven.compiler.target>21</maven.compiler.target>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.mosip.kernel</groupId>
1818
<artifactId>kernel-bom</artifactId>
19-
<version>1.3.0-SNAPSHOT</version>
19+
<version>1.3.0</version>
2020
<type>pom</type>
2121
<scope>import</scope>
2222
</dependency>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.mosip.kernel</groupId>
2929
<artifactId>kernel-core</artifactId>
30-
<version>1.3.0-SNAPSHOT</version>
30+
<version>1.3.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.mvel</groupId>

kernel/kernel-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<version>1.3.0-SNAPSHOT</version>
5+
<version>1.3.0</version>
66
<groupId>io.mosip.kernel</groupId>
77
<artifactId>kernel-bom</artifactId>
88
<packaging>pom</packaging>

kernel/kernel-config-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>io.mosip.kernel</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<artifactId>kernel-config-server</artifactId>
1010
<name>Kernel Config Server</name>
1111
<url>https://github.com/mosip/commons</url>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>io.mosip.kernel</groupId>
3636
<artifactId>kernel-bom</artifactId>
37-
<version>1.3.0-SNAPSHOT</version>
37+
<version>1.3.0</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>

kernel/kernel-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.mosip.kernel</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.mosip.kernel</groupId>
3030
<artifactId>kernel-bom</artifactId>
31-
<version>1.3.0-SNAPSHOT</version>
31+
<version>1.3.0</version>
3232
<type>pom</type>
3333
<scope>import</scope>
3434
</dependency>

kernel/kernel-dataaccess-hibernate/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.mosip.kernel</groupId>
88
<artifactId>kernel-dataaccess-hibernate</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212

@@ -23,15 +23,15 @@
2323
<maven.javadoc.version>3.2.0</maven.javadoc.version>
2424
<maven-shade-plugin.version>2.3</maven-shade-plugin.version>
2525

26-
<kernel.core.version>1.3.0-SNAPSHOT</kernel.core.version>
26+
<kernel.core.version>1.3.0</kernel.core.version>
2727
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
2828
</properties>
2929
<dependencyManagement>
3030
<dependencies>
3131
<dependency>
3232
<groupId>io.mosip.kernel</groupId>
3333
<artifactId>kernel-bom</artifactId>
34-
<version>1.3.0-SNAPSHOT</version>
34+
<version>1.3.0</version>
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>

kernel/kernel-datamapper-orika/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.mosip.kernel</groupId>
88

99
<artifactId>kernel-datamapper-orika</artifactId>
10-
<version>1.3.0-SNAPSHOT</version>
10+
<version>1.3.0</version>
1111
<name>kernel-datamapper-orika</name>
1212
<url>http://maven.apache.org</url>
1313
<description>Mosip commons project </description>
@@ -18,7 +18,7 @@
1818
<maven.compiler.source>21</maven.compiler.source>
1919
<maven.compiler.target>21</maven.compiler.target>
2020
<maven.compiler.version>3.8.0</maven.compiler.version>
21-
<kernel.core.version>1.3.0-SNAPSHOT</kernel.core.version>
21+
<kernel.core.version>1.3.0</kernel.core.version>
2222
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
2323

2424
<datamapper.orika>1.5.2</datamapper.orika>

kernel/kernel-demographics-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.mosip.kernel</groupId>
66

77
<artifactId>kernel-demographics-api</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<name>kernel-demographics-api</name>
1010
<description>demographics api definitions</description>
1111
<url>https://github.com/mosip/commons</url>
@@ -113,15 +113,15 @@
113113
<micrometer.registry.prometheus.version>1.4.2</micrometer.registry.prometheus.version>
114114
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
115115

116-
<kernel.core.version>1.3.0-SNAPSHOT</kernel.core.version>
116+
<kernel.core.version>1.3.0</kernel.core.version>
117117
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
118118
</properties>
119119
<dependencyManagement>
120120
<dependencies>
121121
<dependency>
122122
<groupId>io.mosip.kernel</groupId>
123123
<artifactId>kernel-bom</artifactId>
124-
<version>1.3.0-SNAPSHOT</version>
124+
<version>1.3.0</version>
125125
<type>pom</type>
126126
<scope>import</scope>
127127
</dependency>

kernel/kernel-idgenerator-machineid/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.mosip.kernel</groupId>
77
<artifactId>kernel-idgenerator-machineid</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111
<!-- maven -->
1212
<maven.compiler.source>21</maven.compiler.source>
1313
<maven.compiler.target>21</maven.compiler.target>
14-
<kernel.core.version>1.3.0-SNAPSHOT</kernel.core.version>
15-
<kernel.applicant-type.version>1.3.0-SNAPSHOT</kernel.applicant-type.version>
16-
<kernel.dataaccess-hibernate.version>1.3.0-SNAPSHOT</kernel.dataaccess-hibernate.version>
17-
<kernel.logger.version>1.3.0-SNAPSHOT</kernel.logger.version>
14+
<kernel.core.version>1.3.0</kernel.core.version>
15+
<kernel.applicant-type.version>1.3.0</kernel.applicant-type.version>
16+
<kernel.dataaccess-hibernate.version>1.3.0</kernel.dataaccess-hibernate.version>
17+
<kernel.logger.version>1.3.0</kernel.logger.version>
1818
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
1919
</properties>
2020
<dependencyManagement>
2121
<dependencies>
2222
<dependency>
2323
<groupId>io.mosip.kernel</groupId>
2424
<artifactId>kernel-bom</artifactId>
25-
<version>1.3.0-SNAPSHOT</version>
25+
<version>1.3.0</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>

kernel/kernel-idgenerator-mispid/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.mosip.kernel</groupId>
88

99
<artifactId>kernel-idgenerator-mispid</artifactId>
10-
<version>1.3.0-SNAPSHOT</version>
10+
<version>1.3.0</version>
1111
<name>kernel-idgenerator-mispid</name>
1212
<description>Mosip commons project </description>
1313
<url>https://github.com/mosip/commons</url>
@@ -16,17 +16,17 @@
1616
<!-- maven -->
1717
<maven.compiler.source>21</maven.compiler.source>
1818
<maven.compiler.target>21</maven.compiler.target>
19-
<kernel.core.version>1.3.0-SNAPSHOT</kernel.core.version>
20-
<kernel.dataaccess-hibernate.version>1.3.0-SNAPSHOT</kernel.dataaccess-hibernate.version>
21-
<kernel.logger.version>1.3.0-SNAPSHOT</kernel.logger.version>
19+
<kernel.core.version>1.3.0</kernel.core.version>
20+
<kernel.dataaccess-hibernate.version>1.3.0</kernel.dataaccess-hibernate.version>
21+
<kernel.logger.version>1.3.0</kernel.logger.version>
2222
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
2323
</properties>
2424
<dependencyManagement>
2525
<dependencies>
2626
<dependency>
2727
<groupId>io.mosip.kernel</groupId>
2828
<artifactId>kernel-bom</artifactId>
29-
<version>1.3.0-SNAPSHOT</version>
29+
<version>1.3.0</version>
3030
<type>pom</type>
3131
<scope>import</scope>
3232
</dependency>

kernel/kernel-idgenerator-partnerid/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.mosip.kernel</groupId>
66
<artifactId>kernel-idgenerator-partnerid</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<name>kernel-idgenerator-partnerid</name>
99
<description>Mosip commons project </description>
1010
<url>http://maven.apache.org</url>
@@ -14,17 +14,17 @@
1414
<!-- maven -->
1515
<maven.compiler.source>21</maven.compiler.source>
1616
<maven.compiler.target>21</maven.compiler.target>
17-
<kernel.core.version>1.3.0-SNAPSHOT</kernel.core.version>
18-
<kernel.dataaccess-hibernate.version>1.3.0-SNAPSHOT</kernel.dataaccess-hibernate.version>
19-
<kernel.logger.version>1.3.0-SNAPSHOT</kernel.logger.version>
17+
<kernel.core.version>1.3.0</kernel.core.version>
18+
<kernel.dataaccess-hibernate.version>1.3.0</kernel.dataaccess-hibernate.version>
19+
<kernel.logger.version>1.3.0</kernel.logger.version>
2020
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
2121
</properties>
2222
<dependencyManagement>
2323
<dependencies>
2424
<dependency>
2525
<groupId>io.mosip.kernel</groupId>
2626
<artifactId>kernel-bom</artifactId>
27-
<version>1.3.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

0 commit comments

Comments
 (0)