Skip to content

Commit

Permalink
Merge pull request #101 from vharsh/ver_bump
Browse files Browse the repository at this point in the history
[INJICERT-444] bump up version to 0.9.1-SNAPSHOT
  • Loading branch information
ckm007 authored Oct 1, 2024
2 parents 53cbd16 + 1979b39 commit 246da2b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions certify-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<groupId>io.mosip.certify</groupId>
Expand Down Expand Up @@ -54,4 +54,4 @@
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions certify-integration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<groupId>io.mosip.certify</groupId>
Expand All @@ -24,4 +24,4 @@
</dependencies>


</project>
</project>
6 changes: 3 additions & 3 deletions certify-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<groupId>io.mosip.certify</groupId>
<artifactId>certify-service</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
<name>certify-service</name>
<description>certify vci service</description>

Expand Down Expand Up @@ -85,4 +85,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>certify</name>
<description>Parent project for MOSIP certify</description>
Expand Down

0 comments on commit 246da2b

Please sign in to comment.