Skip to content

Commit

Permalink
Merge pull request #64 from vharsh/rel
Browse files Browse the repository at this point in the history
[INJICERT-444] merge release 0.2.x changes to develop
  • Loading branch information
jainhitesh9998 authored Sep 26, 2024
2 parents fa0aee7 + c38d8da commit 7f116ef
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
13 changes: 7 additions & 6 deletions mock-certify-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.mosip.certify</groupId>
<artifactId>mock-certify-plugin</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>mock-certify-integration-impl</name>
Expand Down Expand Up @@ -52,6 +52,7 @@
<git-commit-id-plugin.version>3.0.1</git-commit-id-plugin.version>
<maven.jacoco.version>0.8.11</maven.jacoco.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<kernel-keymanager-service.version>1.3.0-beta.1</kernel-keymanager-service.version>
</properties>
<dependencies>

Expand All @@ -65,14 +66,14 @@
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-core</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-core</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -83,7 +84,7 @@
<dependency>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-integration-api</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -95,7 +96,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-keymanager-service</artifactId>
<version>1.2.1-java21-SNAPSHOT</version>
<version>${kernel-keymanager-service.version}</version>
<scope>provided</scope>
<classifier>lib</classifier>
<exclusions>
Expand Down Expand Up @@ -224,7 +225,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.14</version>
<extensions>true</extensions>
<executions>
<execution>
Expand Down
15 changes: 8 additions & 7 deletions mosip-identity-certify-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.certify</groupId>
<artifactId>mosip-identity-certify-plugin</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>mosipid-certify-integration-impl</name>
Expand Down Expand Up @@ -83,7 +83,7 @@
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<maven.jacoco.version>0.8.11</maven.jacoco.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<kernel-keymanager-service.version>1.2.1-java21-SNAPSHOT</kernel-keymanager-service.version>
<kernel-keymanager-service.version>1.3.0-beta.1</kernel-keymanager-service.version>
<jackson.version>2.12.1</jackson.version>

</properties>
Expand All @@ -98,13 +98,13 @@
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-core</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-integration-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -145,7 +145,8 @@
<dependency>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-core</artifactId>
<version>1.4.0</version>

<version>1.4.1</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -156,7 +157,7 @@
<dependency>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-integration-api</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down Expand Up @@ -222,7 +223,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.14</version>
<extensions>true</extensions>
<executions>
<execution>
Expand Down
8 changes: 4 additions & 4 deletions sunbird-rc-certify-integration-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.certify.sunbirdrc</groupId>
<artifactId>sunbird-rc-certify-integration-impl</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>sunbird-rc-certify-integration-impl</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-integration-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -195,7 +195,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.14</version>
<extensions>true</extensions>
<executions>
<execution>
Expand Down Expand Up @@ -327,4 +327,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 3 additions & 3 deletions sunbird-rc-esignet-integration-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.esignet.sunbirdrc</groupId>
<artifactId>sunbird-rc-esignet-integration-impl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>sunbird-rc-esignet-integration-impl</name>
Expand All @@ -28,7 +28,7 @@
<name>Mosip</name>
<email>[email protected]</email>
<organization>io.mosip</organization>
<organizationUrl>https://github.com/mosip/mosip-ref-impl</organizationUrl>
<organizationUrl>https://github.com/mosip/digital-credential-plugins</organizationUrl>
</developer>
</developers>
<properties>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-keymanager-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<scope>provided</scope>
<classifier>lib</classifier>
<exclusions>
Expand Down

0 comments on commit 7f116ef

Please sign in to comment.