Skip to content

Commit

Permalink
Merge pull request #223 from /issues/217-version-1.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Fix #217: Set develop version to 1.4.0-SNAPSHOT
  • Loading branch information
romanstrobl authored Sep 23, 2024
2 parents a24eb5d + d2b0e98 commit ebead01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>com.wultra.security</groupId>
<artifactId>user-data-store</artifactId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>user-data-store</name>
<description>Storage of user data</description>
Expand All @@ -43,8 +43,8 @@
<properties>
<java.version>17</java.version>

<wultra-core.version>1.10.0</wultra-core.version>
<powerauth-crypto.version>1.8.0</powerauth-crypto.version>
<wultra-core.version>1.11.0-SNAPSHOT</wultra-core.version>
<powerauth-crypto.version>1.9.0-SNAPSHOT</powerauth-crypto.version>

<swagger-annotations-jakarta.version>2.2.23</swagger-annotations-jakarta.version>
<springdoc-openapi-starter-webmvc-ui.version>2.6.0</springdoc-openapi-starter-webmvc-ui.version>
Expand Down
2 changes: 1 addition & 1 deletion user-data-store-client-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.wultra.security</groupId>
<artifactId>user-data-store</artifactId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>
</parent>

<artifactId>user-data-store-client-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion user-data-store-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.wultra.security</groupId>
<artifactId>user-data-store</artifactId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>
</parent>

<artifactId>user-data-store-rest-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion user-data-store-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.wultra.security</groupId>
<artifactId>user-data-store</artifactId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>
</parent>

<artifactId>user-data-store-server</artifactId>
Expand Down

0 comments on commit ebead01

Please sign in to comment.