Skip to content

Commit

Permalink
Fix #276: Set release version to 1.8.0 (#278)
Browse files Browse the repository at this point in the history
* Fix #276: Set release version to 1.8.0
* Update Wultra dependencies
  • Loading branch information
banterCZ authored Jul 29, 2024
1 parent 230e4fa commit b1d6f34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.wultra.app</groupId>
<artifactId>mobile-utility-server</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>war</packaging>
<name>Mobile Utility Server</name>
<description>Utility server with various features suitable for mobile apps</description>
Expand Down Expand Up @@ -61,8 +61,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

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

<!-- Dependency Versions -->
<bc.version>1.78.1</bc.version>
Expand Down

0 comments on commit b1d6f34

Please sign in to comment.