Skip to content

Commit

Permalink
Merge pull request #286 from /issues/282-update-version
Browse files Browse the repository at this point in the history
Fix #282: Update version to 1.1.0
  • Loading branch information
romanstrobl authored Jun 10, 2021
2 parents 970d899 + 6e3f383 commit 6f72d89
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-integration-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -89,7 +89,7 @@
<commons-text.version>1.9</commons-text.version>
<jackson-databind.version>2.12.3</jackson-databind.version>
<bcprov.version>1.68</bcprov.version>
<rest-model-base.version>1.3.0-SNAPSHOT</rest-model-base.version>
<rest-model-base.version>1.3.0</rest-model-base.version>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions powerauth-restful-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>powerauth-restful-model</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>powerauth-restful-model</name>
<description>Model classes PowerAuth Standard RESTful API</description>

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

Expand Down
10 changes: 5 additions & 5 deletions powerauth-restful-security-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>powerauth-restful-security-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

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

Expand All @@ -40,17 +40,17 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-crypto</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-http</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-model</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

<!-- Other Dependencies -->
Expand Down
8 changes: 4 additions & 4 deletions powerauth-restful-security-spring-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>powerauth-restful-security-spring-annotation</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>powerauth-restful-security-spring-annotation</name>
<description>PowerAuth RESTful API Security Annotations for Spring</description>

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

Expand All @@ -53,12 +53,12 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-security-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-rest-client-spring</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions powerauth-restful-security-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>powerauth-restful-security-spring</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>powerauth-restful-security-spring</name>
<description>PowerAuth RESTful API Security Additions for Spring</description>

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

Expand All @@ -41,12 +41,12 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-security-spring-annotation</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-rest-client-spring</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions powerauth-restful-server-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<name>powerauth-restful-server-spring</name>
<description>PowerAuth Standard RESTful API</description>
<artifactId>powerauth-restful-server-spring</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>war</packaging>

<parent>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-security-spring</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

<!-- Other Dependencies -->
Expand Down

0 comments on commit 6f72d89

Please sign in to comment.