Skip to content

Commit

Permalink
Fix #240: Prepare release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Apr 5, 2022
1 parent 67e1cf4 commit 6867586
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>io.getlime.security</groupId>
<artifactId>powerauth-cmd-parent</artifactId>
<version>1.2.0</version>
<version>1.2.5</version>
<packaging>pom</packaging>

<inceptionYear>2016</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions powerauth-java-cmd-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>powerauth-java-cmd-lib</artifactId>
<description>PowerAuth Command-line Utility - Java Library</description>
<version>1.2.0</version>
<version>1.2.5</version>

<parent>
<artifactId>powerauth-cmd-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.0</version>
<version>1.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions powerauth-java-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>powerauth-java-cmd</artifactId>
<version>1.2.0</version>
<version>1.2.5</version>
<name>powerauth-java-cmd</name>
<description>PowerAuth Reference Client Application connected to PowerAuth Standard RESTful API</description>

Expand All @@ -31,15 +31,15 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-cmd-parent</artifactId>
<version>1.2.0</version>
<version>1.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-cmd-lib</artifactId>
<version>1.2.0</version>
<version>1.2.5</version>
<exclusions>
<exclusion>
<artifactId>log4j-to-slf4j</artifactId>
Expand Down

0 comments on commit 6867586

Please sign in to comment.