Skip to content

Commit

Permalink
Fix #352: Set develop version to 1.10.0-SNAPSHOT (#355)
Browse files Browse the repository at this point in the history
* Fix #352: Set develop version to 1.10.0-SNAPSHOT
* Update Wultra dependencies
  • Loading branch information
banterCZ authored Oct 25, 2024
1 parent f49d585 commit c8f6843
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.9.0</version>
<version>1.10.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>8.0</logstash.version>

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

<dependencyManagement>
Expand Down

0 comments on commit c8f6843

Please sign in to comment.