Skip to content

Commit

Permalink
Merge pull request #646 from aihamh/release-1.2.0.1
Browse files Browse the repository at this point in the history
[MOSIP-31199] Updated internal dependency
  • Loading branch information
mayuradesh authored Jan 17, 2024
2 parents db0a010 + 8855dd8 commit 9783c22
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions pre-registration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-parent</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>pre-registration</name>
Expand Down Expand Up @@ -69,8 +69,8 @@
</distributionManagement>

<properties>
<pre.registration.core.version>1.2.0.1-B2</pre.registration.core.version>
<kernel.core.version>1.2.0.1-B2</kernel.core.version>
<pre.registration.core.version>1.2.0.1-SNAPSHOT</pre.registration.core.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
20 changes: 10 additions & 10 deletions pre-registration/pre-registration-application-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
<parent>
<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-parent</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
</parent>

<artifactId>pre-registration-application-service</artifactId>
<name>Pre-Registration Application Service Project</name>
<description>Maven project of MOSIP Pre-Registration Service</description>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kernel.core.version>1.2.0.1-B2</kernel.core.version>
<kernel.khazana.version>1.2.0.1-B2</kernel.khazana.version>
<kernel.idobjectvalidator.version>1.2.0.1-B2</kernel.idobjectvalidator.version>
<kernel.templatemanager.velocity.version>1.2.0.1-B2</kernel.templatemanager.velocity.version>
<kernel.qrcodegenerator.zxing.version>1.2.0.1-B2</kernel.qrcodegenerator.zxing.version>
<pre.registration.core.version>1.2.0.1-B2</pre.registration.core.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel.khazana.version>1.2.0.1-SNAPSHOT</kernel.khazana.version>
<kernel.idobjectvalidator.version>1.2.0.1-SNAPSHOT</kernel.idobjectvalidator.version>
<kernel.templatemanager.velocity.version>1.2.0.1-SNAPSHOT</kernel.templatemanager.velocity.version>
<kernel.qrcodegenerator.zxing.version>1.2.0.1-SNAPSHOT</kernel.qrcodegenerator.zxing.version>
<pre.registration.core.version>1.2.0.1-SNAPSHOT</pre.registration.core.version>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
</properties>

Expand Down Expand Up @@ -197,12 +197,12 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-transliteration-icu4j</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions pre-registration/pre-registration-batchjob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-parent</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
</parent>

<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
<artifactId>pre-registration-batchjob</artifactId>

<name>pre-registration-batchjob</name>
Expand Down
10 changes: 5 additions & 5 deletions pre-registration/pre-registration-captcha-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<parent>
<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-parent</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
</parent>
<groupId>io.mosip.preregistration.captcha</groupId>
<artifactId>pre-registration-captcha-service</artifactId>

<name>pre-registration-captcha-service</name>
<description>A pre-registration service to generate and validate captcha</description>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>

<properties>
<java.version>11</java.version>
<maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
<pre.registration.core.version>1.2.0.1-B2</pre.registration.core.version>
<pre.registration.core.version>1.2.0.1-SNAPSHOT</pre.registration.core.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -116,12 +116,12 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-transliteration-icu4j</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
12 changes: 6 additions & 6 deletions pre-registration/pre-registration-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-parent</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
</parent>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>


<artifactId>pre-registration-core</artifactId>
Expand All @@ -18,11 +18,11 @@
<description>Maven project of MOSIP Pre-Registration Service</description>

<properties>
<kernel.core.version>1.2.0.1-B2</kernel.core.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kernel.templatemanager.velocity.version>1.2.0.1-B2</kernel.templatemanager.velocity.version>
<kernel.logger.logback.version>1.2.0.1-B2</kernel.logger.logback.version>
<kernel.dataaccess.hibernate.version>1.2.0.1-B2</kernel.dataaccess.hibernate.version>
<kernel.templatemanager.velocity.version>1.2.0.1-SNAPSHOT</kernel.templatemanager.velocity.version>
<kernel.logger.logback.version>1.2.0.1-SNAPSHOT</kernel.logger.logback.version>
<kernel.dataaccess.hibernate.version>1.2.0.1-SNAPSHOT</kernel.dataaccess.hibernate.version>

</properties>

Expand Down
12 changes: 6 additions & 6 deletions pre-registration/pre-registration-datasync-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
<parent>
<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-parent</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
</parent>



<artifactId>pre-registration-datasync-service</artifactId>
<name>pre-registration-datasync-service</name>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<pre.registration.core.version>1.2.0.1-B2</pre.registration.core.version>
<kernel.keymanager.version>1.2.0.1-B3</kernel.keymanager.version>
<pre.registration.core.version>1.2.0.1-SNAPSHOT</pre.registration.core.version>
<kernel.keymanager.version>1.2.0.1-SNAPSHOT</kernel.keymanager.version>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
</properties>

Expand Down Expand Up @@ -135,12 +135,12 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-transliteration-icu4j</artifactId>
<version>1.2.0.1-B2</version>
<version>1.2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 9783c22

Please sign in to comment.