Skip to content

Commit

Permalink
Update version for hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Oct 29, 2019
1 parent f6da1ae commit 5205ad7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
<packaging>pom</packaging>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions powerauth-java-client-axis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>powerauth-java-client-axis</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
<name>powerauth-java-client-axis</name>
<description>PowerAuth Server SOAP Service Client - Axis</description>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions powerauth-java-client-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>powerauth-java-client-spring</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
<name>powerauth-java-client-spring</name>
<description>PowerAuth Server SOAP Service Client</description>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions powerauth-java-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<name>powerauth-java-server</name>
<description>PowerAuth Server</description>
<artifactId>powerauth-java-server</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
<packaging>war</packaging>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 5205ad7

Please sign in to comment.