Skip to content

Commit

Permalink
[UPDATE] signup-service version to 1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Rana <[email protected]>
  • Loading branch information
sacrana0 committed Feb 7, 2025
1 parent a1f5d52 commit 33ba746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion signup-integration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>signup-integration-api</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>${project.parent.version}</version>
<name>signup-integration-api</name>
<description>Sign Up Integration Library</description>

Expand Down
6 changes: 3 additions & 3 deletions signup-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<groupId>io.mosip.signup</groupId>
<artifactId>signup-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>signup-service</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>${project.parent.version}</version>
<name>signup-service</name>
<description>Sign Up Service</description>
<url>https://github.com/mosip/esignet-signup</url>
Expand Down Expand Up @@ -42,7 +42,7 @@
<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.version>1.5.0-SNAPSHOT</esignet.version>
<esignet.version>1.6.0-SNAPSHOT</esignet.version>

<signup-plugins.location>target/signup-plugins</signup-plugins.location>
<signup-mock-plugin.version>1.3.0-SNAPSHOT</signup-mock-plugin.version>
Expand Down

0 comments on commit 33ba746

Please sign in to comment.