Skip to content

Commit

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

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

<inceptionYear>2016</inceptionYear>
Expand Down Expand Up @@ -88,9 +88,9 @@
<json-simple.version>1.1.1</json-simple.version>

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

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

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-java-cmd/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-cmd-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<dependencies>
Expand Down

0 comments on commit fe0e5a0

Please sign in to comment.