Skip to content

Commit

Permalink
Merge pull request #295 from /issues/294-version-1.6.0
Browse files Browse the repository at this point in the history
Fix #294: Set release version to 1.6.0
  • Loading branch information
zcgandcomp authored Jan 18, 2024
2 parents daa61d1 + 15a8f36 commit 71ca75b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 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.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>war</packaging>

<name>powerauth-data-adapter</name>
Expand Down Expand Up @@ -69,7 +69,7 @@
<logback.version>1.4.14</logback.version>

<powerauth-crypto.version>1.6.0</powerauth-crypto.version>
<powerauth-webflow.version>1.5.0</powerauth-webflow.version>
<powerauth-webflow.version>1.6.0</powerauth-webflow.version>
</properties>

<dependencyManagement>
Expand All @@ -79,6 +79,11 @@
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 71ca75b

Please sign in to comment.