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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MOSIP Reference Implementation

[![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)
[![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)

## Overview
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.
Expand Down
4 changes: 2 additions & 2 deletions cache-provider-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.cacheprovider</groupId>
<artifactId>cache-provider-hazelcast</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>cache-provider-hazelcast</name>
<description>Cache provider hazelcast of MOSIP</description>
<url>https://github.com/mosip/mosip-ref-impl</url>
Expand Down 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.3.0-SNAPSHOT</kerne.bom.version>
<kerne.bom.version>1.3.0</kerne.bom.version>
<hazelcast.version>3.12.12</hazelcast.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions cache-provider-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.cacheprovider</groupId>
<artifactId>cache-provider-redis</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>cache-provider-redis</name>
<description>Cache provider redis of MOSIP</description>
<url>https://github.com/mosip/mosip-ref-impl</url>
Expand Down 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.3.0-SNAPSHOT</kerne.bom.version>
<kerne.bom.version>1.3.0</kerne.bom.version>
</properties>

<distributionManagement>
Expand Down
8 changes: 4 additions & 4 deletions kernel/kernel-ref-idobjectvalidator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<parent>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<name>kernel-ref-idobjectvalidator</name>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>

<properties>
<kernel-logger-logback.version>1.3.0-SNAPSHOT</kernel-logger-logback.version>
<kerne.bom.version>1.3.0-SNAPSHOT</kerne.bom.version>
<kernel-logger-logback.version>1.3.0</kernel-logger-logback.version>
<kerne.bom.version>1.3.0</kerne.bom.version>
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
</properties>
<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions kernel/kernel-smsserviceprovider-msg91/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>kernel-smsserviceprovider-msg91</name>
<description>kernel-smsserviceprovider-msg91</description>
<url>https://github.com/mosip/commons</url>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand All @@ -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.3.0-SNAPSHOT</kernel.core.version>
<kernel.auth.adaptor.version>1.3.0-SNAPSHOT</kernel.auth.adaptor.version>
<kernel.core.version>1.3.0</kernel.core.version>
<kernel.auth.adaptor.version>1.3.0</kernel.auth.adaptor.version>
<junit.vintage.version>5.10.2</junit.vintage.version>
</properties>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions kernel/kernel-virusscanner-clamav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>kernel-virusscanner-clamav</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>kernel-virusscanner-clamav</name>
<properties>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>
<name>kernel</name>
<description>Parent project of MOSIP Kernel Referernce Implementation components</description>
Expand Down Expand Up @@ -87,7 +87,7 @@
<!-- logger -->
<jcl.to.slf4j.version>1.7.25</jcl.to.slf4j.version>
<!-- kernel -->
<kernel-core.version>1.3.0-SNAPSHOT</kernel-core.version>
<kernel-core.version>1.3.0</kernel-core.version>

<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 @@ -5,17 +5,17 @@

<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-booking-service</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>pre-registration-booking-service</name>
<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.3.0-SNAPSHOT</pre.registration.core.version>
<kernel.core.version>1.3.0-SNAPSHOT</kernel.core.version>
<kernel.bom.version>1.3.0-SNAPSHOT</kernel.bom.version>
<pre.registration.core.version>1.3.0</pre.registration.core.version>
<kernel.core.version>1.3.0</kernel.core.version>
<kernel.bom.version>1.3.0</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.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>registration-processor-external-integration-service</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>registration-processor-external-integration-service</name>
<description>Registration processor external integration service</description>
<url>https://github.com/mosip/mosip-ref-impl</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>registration-processor-external-stage</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>registration-processor-external-stage</name>
<description>Registration processor external stage</description>
<url>https://github.com/mosip/mosip-ref-impl</url>
Expand Down
Loading