Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cache-provider-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
<kerne.bom.version>1.4.0-SNAPSHOT</kerne.bom.version>
<kerne.bom.version>1.3.1-rc.1</kerne.bom.version>
<hazelcast.version>3.12.12</hazelcast.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion cache-provider-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
<kerne.bom.version>1.4.0-SNAPSHOT</kerne.bom.version>
<kerne.bom.version>1.3.1-rc.1</kerne.bom.version>
</properties>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions kernel/kernel-ref-idobjectvalidator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<version>1.4.0-SNAPSHOT</version>

<properties>
<kernel-logger-logback.version>1.4.0-SNAPSHOT</kernel-logger-logback.version>
<kerne.bom.version>1.4.0-SNAPSHOT</kerne.bom.version>
<kernel-logger-logback.version>1.3.1-rc.1</kernel-logger-logback.version>
<kerne.bom.version>1.3.1-rc.1</kerne.bom.version>
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
</properties>
<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions kernel/kernel-smsserviceprovider-msg91/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<maven.gpg.plugin.version>1.5</maven.gpg.plugin.version>
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
<git.commit.plugin.version>3.0.1</git.commit.plugin.version>
<kernel.core.version>1.4.0-SNAPSHOT</kernel.core.version>
<kernel.auth.adaptor.version>1.4.0-SNAPSHOT</kernel.auth.adaptor.version>
<kernel.core.version>1.3.1-rc.1</kernel.core.version>
<kernel.auth.adaptor.version>1.3.1</kernel.auth.adaptor.version>
<junit.vintage.version>5.10.2</junit.vintage.version>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<!-- logger -->
<jcl.to.slf4j.version>1.7.25</jcl.to.slf4j.version>
<!-- kernel -->
<kernel-core.version>1.4.0-SNAPSHOT</kernel-core.version>
<kernel-core.version>1.3.1-rc.1</kernel-core.version>
Comment thread
GOKULRAJ136 marked this conversation as resolved.

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

Expand Down
10 changes: 5 additions & 5 deletions pre-registration-booking-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<artifactId>pre-registration-booking-service</artifactId>
<version>1.4.0-SNAPSHOT</version>
<name>pre-registration-booking-service</name>
<description>Booking service of MOSIP Pre-registration</description>
<description>Booking service of MOSIP Pre-registration</description>
<url>https://github.com/mosip/mosip-ref-impl</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
<pre.registration.core.version>1.4.0-SNAPSHOT</pre.registration.core.version>
<kernel.core.version>1.4.0-SNAPSHOT</kernel.core.version>
<kernel.bom.version>1.4.0-SNAPSHOT</kernel.bom.version>
<pre.registration.core.version>1.3.0</pre.registration.core.version>
<kernel.core.version>1.3.1-rc.1</kernel.core.version>
<kernel.bom.version>1.3.1-rc.1</kernel.bom.version>
<java.version>21</java.version>
<!-- Core -->
<spring.boot.version>3.2.3</spring.boot.version>
Expand Down Expand Up @@ -424,7 +424,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
Comment thread
GOKULRAJ136 marked this conversation as resolved.
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1-rc.1</version>
</parent>
<artifactId>registration-processor-external-integration-service</artifactId>
<version>1.4.0-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1-rc.1</version>
</parent>

<artifactId>registration-processor-external-stage</artifactId>
Expand Down
Loading