Skip to content

Commit

Permalink
Merge pull request #864 from /issues/856-version-1.9.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Fix #856: Set develop version to 1.9.0-SNAPSHOT
  • Loading branch information
banterCZ authored Jul 26, 2024
2 parents 5819d24 + 5d67820 commit 54c174a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

<parent>
Expand Down Expand Up @@ -69,10 +69,10 @@

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

<!-- Library Versions -->
<pushy.version>0.15.4</pushy.version>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-push-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>powerauth-push-server-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-push-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>powerauth-push-server-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-push-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-server-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down

0 comments on commit 54c174a

Please sign in to comment.