Skip to content

Commit

Permalink
Extract powerauth-push.version property
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Sep 21, 2023
1 parent 4d9c82d commit 68793cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<wultra-java-core.version>1.7.0</wultra-java-core.version>
<powerauth-java-crypto.version>1.5.1</powerauth-java-crypto.version>
<powerauth.version>1.5.0</powerauth.version>
<powerauth-push.version>1.5.0</powerauth-push.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-webflow-authentication-mtoken/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-client</artifactId>
<version>${powerauth.version}</version>
<version>${powerauth-push.version}</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
Expand Down

0 comments on commit 68793cb

Please sign in to comment.