File tree Expand file tree Collapse file tree 10 files changed +25
-25
lines changed
kernel-ref-idobjectvalidator
kernel-smsserviceprovider-msg91
kernel-virusscanner-clamav
pre-registration-booking-service
registration-processor-external-integration-service
registration-processor-external-stage Expand file tree Collapse file tree 10 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 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
66The 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.
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments