Skip to content

Commit

Permalink
Fix #186: Set release version to 1.3.0
Browse files Browse the repository at this point in the history
- Update Wultra dependencies

(cherry picked from commit 8a7ef6a)
  • Loading branch information
banterCZ committed Aug 6, 2024
1 parent dff49d6 commit 1a4dfbb
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-SNAPSHOT</version>
<version>1.3.0</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-SNAPSHOT</wultra-core.version>
<powerauth-crypto.version>1.8.0-SNAPSHOT</powerauth-crypto.version>
<wultra-core.version>1.10.0</wultra-core.version>
<powerauth-crypto.version>1.8.0</powerauth-crypto.version>

<swagger-annotations-jakarta.version>2.2.22</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-SNAPSHOT</version>
<version>1.3.0</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-SNAPSHOT</version>
<version>1.3.0</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-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

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

0 comments on commit 1a4dfbb

Please sign in to comment.