Skip to content

Commit

Permalink
Updated develop version to 1.2.0-SNAPSHOT (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: ase-101 <>
  • Loading branch information
ase-101 authored Jul 26, 2023
1 parent b632f71 commit bfd8a21
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion binding-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion client-management-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
6 changes: 5 additions & 1 deletion consent-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
<artifactId>consent-service-impl</artifactId>
<version>${project.parent.version}</version>
<name>consent-service-impl</name>
<description>e-Signet Consent service Implementation</description>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion esignet-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
4 changes: 2 additions & 2 deletions esignet-integration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-integration-api</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>${project.parent.version}</version>
<name>esignet-integration-api</name>
<description>e-Signet integration Library</description>

Expand Down
5 changes: 2 additions & 3 deletions esignet-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-service</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>${project.parent.version}</version>
<name>esignet-service</name>
<description>e-Signet OIDC Service</description>

Expand All @@ -24,7 +24,6 @@
<jackson.databind>2.12.0</jackson.databind>
<fasterxml.jackson.module.jsr310.version>2.12.0</fasterxml.jackson.module.jsr310.version>
<fasterxml.jackson.module.afterburner.version>2.12.0</fasterxml.jackson.module.afterburner.version>
<esignet.mock.services.version>0.0.1-SNAPSHOT</esignet.mock.services.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion oidc-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>esignet</name>
<description>Parent project of MOSIP e-Signet</description>
Expand Down

0 comments on commit bfd8a21

Please sign in to comment.