Skip to content

Commit

Permalink
Updated pom version (#1106)
Browse files Browse the repository at this point in the history
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
  • Loading branch information
ase-101 authored Jan 16, 2025
1 parent 3c70cee commit 1aa0f5d
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 24 deletions.
4 changes: 2 additions & 2 deletions api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>apitest-esignet</name>
<description>Parent project of MOSIP Esignet apitests</description>
<url>https://github.com/mosip/esignet</url>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>

<licenses>
<license>
Expand Down Expand Up @@ -49,7 +49,7 @@
<maven.source.plugin.version>2.2.1</maven.source.plugin.version>

<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>
<fileName>apitest-esignet-1.5.0-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>apitest-esignet-1.5.1-SNAPSHOT-jar-with-dependencies</fileName>
</properties>

<dependencies>
Expand Down
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.5.0-SNAPSHOT</version>
<version>1.5.1-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.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<artifactId>client-management-service-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion consent-service-impl/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.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/dependent-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
restart: always

mock-identity-system:
image: 'mosipdev/mock-identity-system:release-0.10.x'
image: 'mosipdev/mock-identity-system:release-0.10.1-temp'
user: root
ports:
- 8082:8082
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql

mock-identity-system:
image: 'mosipdev/mock-identity-system:release-0.10.x'
image: 'mosipdev/mock-identity-system:release-0.10.1-temp'
user: root
ports:
- 8082:8082
Expand All @@ -25,7 +25,7 @@ services:
- database

esignet:
image: 'mosipdev/esignet-with-plugins'
image: 'mosipdev/esignet-with-plugins:release-1.5.1-temp'
user: root
ports:
- 8088:8088
Expand All @@ -41,7 +41,7 @@ services:
- mock-identity-system

esignet-ui:
image: 'mosipdev/oidc-ui:develop'
image: 'mosipdev/oidc-ui:release-1.5.1-temp'
user: root
ports:
- 3000:3000
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.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion esignet-integration-api/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.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
12 changes: 2 additions & 10 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.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-service</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
<name>esignet-service</name>
<description>e-Signet OIDC Service</description>

Expand All @@ -24,14 +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-plugins.location>target/esignet-plugins</esignet-plugins.location>
<esignet-mock-plugin.version>1.3.0-SNAPSHOT</esignet-mock-plugin.version>
<esignet-mock-plugin.fileName>esignet-mock-plugin.jar</esignet-mock-plugin.fileName>
<mosip-identity-plugin.version>1.3.0-SNAPSHOT</mosip-identity-plugin.version>
<mosip-identity-plugin.fileName>mosip-identity-plugin.jar</mosip-identity-plugin.fileName>
<esignet-digital-credential-wrapper.version>0.2.0</esignet-digital-credential-wrapper.version>
<esignet-digital-credential-wrapper.fileName>sunbird-rc-esignet-plugin.jar</esignet-digital-credential-wrapper.fileName>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion esignet-with-plugins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mosipdev/esignet:develop
FROM mosipdev/esignet:release-1.5.1-temp

ARG SOURCE
ARG COMMIT_HASH
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.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<artifactId>oidc-service-impl</artifactId>
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.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>esignet</name>
<description>Parent project of MOSIP e-Signet</description>
Expand Down

0 comments on commit 1aa0f5d

Please sign in to comment.