Skip to content

Commit

Permalink
Fix #529: Set release version to 1.8.0 (#531)
Browse files Browse the repository at this point in the history
* Fix #529: Set release version to 1.8.0
* Update Wultra dependencies
  • Loading branch information
banterCZ authored Jul 26, 2024
1 parent 04eeb3b commit 150de4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

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

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -87,9 +87,9 @@
<spring-boot.version>3.3.2</spring-boot.version>
<commons-text.version>1.12.0</commons-text.version>

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

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

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

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

<dependencies>
Expand Down

0 comments on commit 150de4a

Please sign in to comment.