Skip to content

Commit

Permalink
Merge pull request #464 from /issues/459-version-1.9.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Fix #459: Set develop version to 1.9.0-SNAPSHOT
  • Loading branch information
banterCZ committed Jul 26, 2024
2 parents fe0e5a0 + a62b74d commit 4714227
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</version>
<version>1.9.0-SNAPSHOT</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</powerauth-restful-integration>
<powerauth-crypto.version>1.8.0</powerauth-crypto.version>
<wultra-core.version>1.10.0</wultra-core.version>
<powerauth-restful-integration>1.9.0-SNAPSHOT</powerauth-restful-integration>
<powerauth-crypto.version>1.9.0-SNAPSHOT</powerauth-crypto.version>
<wultra-core.version>1.11.0-SNAPSHOT</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</version>
<version>1.9.0-SNAPSHOT</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</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 4714227

Please sign in to comment.