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 3b7c29c commit 8cab065
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -24,7 +24,7 @@

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

<parent>
Expand Down
10 changes: 5 additions & 5 deletions powerauth-java-cmd/pom.xml
Expand Up @@ -20,14 +20,14 @@

<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-cmd</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
<name>powerauth-java-cmd</name>
<description>PowerAuth 2.0 Reference Client Application connected to PowerAuth 2.0 Standard RESTful API</description>

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

Expand Down Expand Up @@ -72,17 +72,17 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-model</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-crypto</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-http</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8cab065

Please sign in to comment.