Skip to content

Commit dfa6472

Browse files
Updated Pom versions for release changes (#1090)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
1 parent 078e9bb commit dfa6472

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MOSIP Reference Implementation
22

3-
[![Maven Package upon a push](https://github.com/mosip/mosip-ref-impl/actions/workflows/push-trigger.yml/badge.svg?branch=master)](https://github.com/mosip/mosip-ref-impl/actions/workflows/push-trigger.yml)
3+
[![Maven Package upon a push](https://github.com/mosip/mosip-ref-impl/actions/workflows/push-trigger.yml/badge.svg?branch=release-1.3.x)](https://github.com/mosip/mosip-ref-impl/actions/workflows/push-trigger.yml)
44

55
## Overview
66
The MOSIP Reference Implementation (Ref Impl) repository contains country-specific customizations and implementations that extend the core MOSIP platform. It serves as a reference for how different countries can adapt and implement MOSIP according to their unique requirements and regulations.

cache-provider-hazelcast/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.mosip.cacheprovider</groupId>
88
<artifactId>cache-provider-hazelcast</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
<name>cache-provider-hazelcast</name>
1111
<description>Cache provider hazelcast of MOSIP</description>
1212
<url>https://github.com/mosip/mosip-ref-impl</url>
@@ -52,7 +52,7 @@
5252
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
5353
<maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
5454
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
55-
<kerne.bom.version>1.3.0-SNAPSHOT</kerne.bom.version>
55+
<kerne.bom.version>1.3.0</kerne.bom.version>
5656
<hazelcast.version>3.12.12</hazelcast.version>
5757
</properties>
5858

cache-provider-redis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.mosip.cacheprovider</groupId>
88
<artifactId>cache-provider-redis</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
<name>cache-provider-redis</name>
1111
<description>Cache provider redis of MOSIP</description>
1212
<url>https://github.com/mosip/mosip-ref-impl</url>
@@ -46,7 +46,7 @@
4646
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
4747
<maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
4848
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
49-
<kerne.bom.version>1.3.0-SNAPSHOT</kerne.bom.version>
49+
<kerne.bom.version>1.3.0</kerne.bom.version>
5050
</properties>
5151

5252
<distributionManagement>

kernel/kernel-ref-idobjectvalidator/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<parent>
55
<groupId>io.mosip.kernel</groupId>
66
<artifactId>kernel-ref-parent</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
</parent>
99

1010
<name>kernel-ref-idobjectvalidator</name>
1111
<artifactId>kernel-ref-idobjectvalidator</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</version>
1313

1414
<properties>
15-
<kernel-logger-logback.version>1.3.0-SNAPSHOT</kernel-logger-logback.version>
16-
<kerne.bom.version>1.3.0-SNAPSHOT</kerne.bom.version>
15+
<kernel-logger-logback.version>1.3.0</kernel-logger-logback.version>
16+
<kerne.bom.version>1.3.0</kerne.bom.version>
1717
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
1818
</properties>
1919
<dependencyManagement>

kernel/kernel-smsserviceprovider-msg91/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>kernel-smsserviceprovider-msg91</name>
88
<description>kernel-smsserviceprovider-msg91</description>
99
<url>https://github.com/mosip/commons</url>
10-
<version>1.3.0-SNAPSHOT</version>
10+
<version>1.3.0</version>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313

@@ -21,8 +21,8 @@
2121
<maven.gpg.plugin.version>1.5</maven.gpg.plugin.version>
2222
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
2323
<git.commit.plugin.version>3.0.1</git.commit.plugin.version>
24-
<kernel.core.version>1.3.0-SNAPSHOT</kernel.core.version>
25-
<kernel.auth.adaptor.version>1.3.0-SNAPSHOT</kernel.auth.adaptor.version>
24+
<kernel.core.version>1.3.0</kernel.core.version>
25+
<kernel.auth.adaptor.version>1.3.0</kernel.auth.adaptor.version>
2626
<junit.vintage.version>5.10.2</junit.vintage.version>
2727
</properties>
2828
<dependencies>

kernel/kernel-virusscanner-clamav/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.kernel</groupId>
88
<artifactId>kernel-ref-parent</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>kernel-virusscanner-clamav</artifactId>
13-
<version>1.3.0-SNAPSHOT</version>
13+
<version>1.3.0</version>
1414
<name>kernel-virusscanner-clamav</name>
1515
<properties>
1616
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>

kernel/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
<groupId>io.mosip.kernel</groupId>
77
<artifactId>kernel-ref-parent</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<packaging>pom</packaging>
1010
<name>kernel</name>
1111
<description>Parent project of MOSIP Kernel Referernce Implementation components</description>
@@ -87,7 +87,7 @@
8787
<!-- logger -->
8888
<jcl.to.slf4j.version>1.7.25</jcl.to.slf4j.version>
8989
<!-- kernel -->
90-
<kernel-core.version>1.3.0-SNAPSHOT</kernel-core.version>
90+
<kernel-core.version>1.3.0</kernel-core.version>
9191

9292
<junit.vintage.version>5.10.2</junit.vintage.version>
9393

pre-registration-booking-service/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55

66
<groupId>io.mosip.preregistration</groupId>
77
<artifactId>pre-registration-booking-service</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<name>pre-registration-booking-service</name>
1010
<description>Booking service of MOSIP Pre-registration</description>
1111
<url>https://github.com/mosip/mosip-ref-impl</url>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
16-
<pre.registration.core.version>1.3.0-SNAPSHOT</pre.registration.core.version>
17-
<kernel.core.version>1.3.0-SNAPSHOT</kernel.core.version>
18-
<kernel.bom.version>1.3.0-SNAPSHOT</kernel.bom.version>
16+
<pre.registration.core.version>1.3.0</pre.registration.core.version>
17+
<kernel.core.version>1.3.0</kernel.core.version>
18+
<kernel.bom.version>1.3.0</kernel.bom.version>
1919
<java.version>21</java.version>
2020
<!-- Core -->
2121
<spring.boot.version>3.2.3</spring.boot.version>
@@ -424,7 +424,7 @@
424424
<dependency>
425425
<groupId>io.mosip.kernel</groupId>
426426
<artifactId>kernel-auth-adapter</artifactId>
427-
<version>1.3.0-SNAPSHOT</version>
427+
<version>1.3.0</version>
428428
</dependency>
429429
</dependencies>
430430
<build>

registration-processor/registration-processor-external-integration-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>io.mosip.registrationprocessor</groupId>
77
<artifactId>pre-processor</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010
<artifactId>registration-processor-external-integration-service</artifactId>
11-
<version>1.3.0-SNAPSHOT</version>
11+
<version>1.3.0</version>
1212
<name>registration-processor-external-integration-service</name>
1313
<description>Registration processor external integration service</description>
1414
<url>https://github.com/mosip/mosip-ref-impl</url>

registration-processor/registration-processor-external-stage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<parent>
2727
<groupId>io.mosip.registrationprocessor</groupId>
2828
<artifactId>pre-processor</artifactId>
29-
<version>1.3.0-SNAPSHOT</version>
29+
<version>1.3.0</version>
3030
</parent>
3131

3232
<artifactId>registration-processor-external-stage</artifactId>
33-
<version>1.3.0-SNAPSHOT</version>
33+
<version>1.3.0</version>
3434
<name>registration-processor-external-stage</name>
3535
<description>Registration processor external stage</description>
3636
<url>https://github.com/mosip/mosip-ref-impl</url>

0 commit comments

Comments
 (0)