Skip to content

Commit

Permalink
Fix #340: Set develop version to 1.9.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Aug 7, 2024
1 parent cc58c22 commit 54f60c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions powerauth-data-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>powerauth-data-adapter</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>war</packaging>

<name>powerauth-data-adapter</name>
Expand Down Expand Up @@ -65,8 +65,8 @@
<springdoc-openapi-starter-webmvc-ui.version>2.6.0</springdoc-openapi-starter-webmvc-ui.version>
<logstash.version>7.4</logstash.version>

<powerauth-crypto.version>1.8.0</powerauth-crypto.version>
<powerauth-webflow.version>1.8.0</powerauth-webflow.version>
<powerauth-crypto.version>1.9.0-SNAPSHOT</powerauth-crypto.version>
<powerauth-webflow.version>1.9.0-SNAPSHOT</powerauth-webflow.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 54f60c2

Please sign in to comment.