Skip to content

Commit

Permalink
Fix #471: Set release version to 1.8.0 (#473)
Browse files Browse the repository at this point in the history
* Fix #471: Set release version to 1.8.0
* Update Wultra dependencies
  • Loading branch information
banterCZ authored Jul 26, 2024
1 parent c079975 commit 18d63b3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.wultra</groupId>
<artifactId>powerauth-backend-tests-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>pom</packaging>

<description>Parent pom for backend tests</description>
Expand Down Expand Up @@ -45,12 +45,12 @@
</developers>

<properties>
<enrollment-server.version>1.8.0-SNAPSHOT</enrollment-server.version>
<powerauth-cmd.version>1.8.0-SNAPSHOT</powerauth-cmd.version>
<powerauth-crypto.version>1.8.0-SNAPSHOT</powerauth-crypto.version>
<powerauth-restful-integration.version>1.8.0-SNAPSHOT</powerauth-restful-integration.version>
<powerauth-server.version>1.8.0-SNAPSHOT</powerauth-server.version>
<wultra-core.version>1.10.0-SNAPSHOT</wultra-core.version>
<enrollment-server.version>1.8.0</enrollment-server.version>
<powerauth-cmd.version>1.8.0</powerauth-cmd.version>
<powerauth-crypto.version>1.8.0</powerauth-crypto.version>
<powerauth-restful-integration.version>1.8.0</powerauth-restful-integration.version>
<powerauth-server.version>1.8.0</powerauth-server.version>
<wultra-core.version>1.10.0</wultra-core.version>

<springdoc-openapi-starter-webmvc-ui.version>2.6.0</springdoc-openapi-starter-webmvc-ui.version>
<logstash.version>7.4</logstash.version>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-backend-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.wultra</groupId>
<artifactId>powerauth-backend-tests-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>com.wultra</groupId>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-fido2-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.wultra</groupId>
<artifactId>powerauth-backend-tests-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-load-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.wultra</groupId>
<artifactId>powerauth-backend-tests-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>powerauth-load-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-test-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.wultra</groupId>
<artifactId>powerauth-backend-tests-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>powerauth-test-server</artifactId>
Expand Down

0 comments on commit 18d63b3

Please sign in to comment.