Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrdvorak committed Jun 17, 2022
1 parent d807a8e commit bc5d12f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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>1.3.0</version>
<version>1.3.1</version>
<packaging>pom</packaging>

<parent>
Expand Down
6 changes: 3 additions & 3 deletions powerauth-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<name>powerauth-admin</name>
<description>PowerAuth Server Admin Console</description>
<artifactId>powerauth-admin</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<packaging>war</packaging>

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

Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-rest-client-spring</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>

<!-- Other Libraries -->
Expand Down
4 changes: 2 additions & 2 deletions powerauth-client-model/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-client-model</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>powerauth-client-model</name>
<description>PowerAuth Server Client Model</description>

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

Expand Down
6 changes: 3 additions & 3 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>1.3.0</version>
<version>1.3.1</version>
<packaging>war</packaging>

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

Expand Down Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-client-model</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
Expand Down
6 changes: 3 additions & 3 deletions powerauth-rest-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-rest-client-spring</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>powerauth-rest-client-spring</name>
<description>PowerAuth Server REST Service Client</description>

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

Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-client-model</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>io.getlime.core</groupId>
Expand Down

0 comments on commit bc5d12f

Please sign in to comment.