Skip to content

Commit

Permalink
Update version to 1.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Apr 13, 2021
1 parent 6095739 commit c8df76d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions 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.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -95,8 +95,8 @@
<spring-cloud-vault.version>2.2.6.RELEASE</spring-cloud-vault.version>

<!-- PowerAuth Dependencies -->
<powerauth-java-crypto.version>1.0.0</powerauth-java-crypto.version>
<powerauth-rest-base.version>1.2.0</powerauth-rest-base.version>
<powerauth-java-crypto.version>1.1.0-SNAPSHOT</powerauth-java-crypto.version>
<powerauth-rest-base.version>1.3.0-SNAPSHOT</powerauth-rest-base.version>
<bcprov-jdk15on.version>1.67</bcprov-jdk15on.version>

<!-- Java 11 Dependencies -->
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.0.0</version>
<version>1.1.0-SNAPSHOT</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.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</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>1.0.0</version>
<version>1.1.0-SNAPSHOT</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>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 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>1.0.0</version>
<version>1.1.0-SNAPSHOT</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>1.0.0</version>
<version>1.1.0-SNAPSHOT</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.0.0</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>

<!-- Spring Dependencies -->
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.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>war</packaging>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-client-model</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</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.0.0</version>
<version>1.1.0-SNAPSHOT</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.0.0</version>
<version>1.1.0-SNAPSHOT</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.0.0</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.getlime.core</groupId>
Expand Down

0 comments on commit c8df76d

Please sign in to comment.