Skip to content

Commit

Permalink
Merge pull request #237 from /issues/219-version-1.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Fix #219: Set develop version to 1.8.0-SNAPSHOT
  • Loading branch information
banterCZ authored Feb 29, 2024
2 parents db0c770 + 6d2711f commit ac5c8cf
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.7.0</version>
<version>1.8.0-SNAPSHOT</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.7.0</powerauth-crypto.version>
<wultra-core.version>1.9.0</wultra-core.version>
<powerauth-crypto.version>1.8.0-SNAPSHOT</powerauth-crypto.version>
<wultra-core.version>1.10.0-SNAPSHOT</wultra-core.version>

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

0 comments on commit ac5c8cf

Please sign in to comment.