Skip to content

Commit

Permalink
Update version to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Dvorak committed Jan 31, 2017
1 parent 541d8be commit 3b46bee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-server-parent</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
<packaging>pom</packaging>

<parent>
Expand Down
6 changes: 3 additions & 3 deletions powerauth-push-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<artifactId>powerauth-push-client</artifactId>
<description>PowerAuth 2.0 Push Server RESTful Client</description>
<groupId>io.getlime.security</groupId>
<version>0.13.2</version>
<version>0.13.3</version>
<packaging>jar</packaging>

<parent>
<artifactId>powerauth-push-server-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.13.2</version>
<version>0.13.3</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-model</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions powerauth-push-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<artifactId>powerauth-push-model</artifactId>
<description>PowerAuth 2.0 Push Server RESTful Model Classes</description>
<groupId>io.getlime.security</groupId>
<version>0.13.2</version>
<version>0.13.3</version>
<packaging>jar</packaging>

<parent>
<artifactId>powerauth-push-server-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.13.2</version>
<version>0.13.3</version>
</parent>

</project>
8 changes: 4 additions & 4 deletions powerauth-push-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<description>PowerAuth 2.0 Push Server</description>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-server</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
<packaging>war</packaging>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-server-parent</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -86,13 +86,13 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-model</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
</dependency>

<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-client-spring</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3b46bee

Please sign in to comment.