Skip to content

Commit

Permalink
Merge pull request #307 from /issues/306-update-version
Browse files Browse the repository at this point in the history
Fix #306: Update version to 1.2.0
  • Loading branch information
romanstrobl authored Dec 22, 2021
2 parents db8b99b + f374943 commit 8891ede
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -79,9 +79,9 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
<maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
<maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-war-plugin.version>3.3.1</maven-war-plugin.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>
<spring-boot.version>2.6.1</spring-boot.version>
<commons-text.version>1.9</commons-text.version>
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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
12 changes: 6 additions & 6 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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -59,22 +59,22 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-crypto</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-http</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-model</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-rest-client-spring</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>

<!-- Other 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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-rest-client-spring</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<exclusions>
<exclusion>
<artifactId>log4j-to-slf4j</artifactId>
Expand Down

0 comments on commit 8891ede

Please sign in to comment.