Skip to content

Commit

Permalink
Merge pull request #589 from /issues/584-version-1.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Fix #584: Set develop version to 1.8.0-SNAPSHOT
  • Loading branch information
banterCZ committed Feb 27, 2024
2 parents 6be0322 + 956dd12 commit 9bd37ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

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

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

<dependencies>
Expand Down

0 comments on commit 9bd37ad

Please sign in to comment.