Skip to content

Commit

Permalink
Fix #1578: Set release version to 1.8.0 (#1583)
Browse files Browse the repository at this point in the history
* Fix #1578: Set release version to 1.8.0
* Update Wultra dependencies
  • Loading branch information
banterCZ authored Jul 26, 2024
1 parent 0829556 commit 2bbe65f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -86,8 +86,8 @@
<spring-cloud-vault.version>4.1.3</spring-cloud-vault.version>

<!-- Wultra Dependencies -->
<powerauth-java-crypto.version>1.8.0-SNAPSHOT</powerauth-java-crypto.version>
<wultra-core.version>1.10.0-SNAPSHOT</wultra-core.version>
<powerauth-java-crypto.version>1.8.0</powerauth-java-crypto.version>
<wultra-core.version>1.10.0</wultra-core.version>

<istack-commons-runtime.version>3.0.12</istack-commons-runtime.version>

Expand Down
2 changes: 1 addition & 1 deletion powerauth-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-client-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-fido2-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>powerauth-fido2-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-fido2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-java-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-rest-client-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 2bbe65f

Please sign in to comment.