Skip to content

Commit

Permalink
Merge pull request #318 from /issues/317-prepare-release
Browse files Browse the repository at this point in the history
Fix #317: Prepare release 1.2.5
  • Loading branch information
romanstrobl authored Apr 1, 2022
2 parents c715dfd + 6274a56 commit f1f58d5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 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.5-SNAPSHOT</version>
<version>1.2.5</version>
<packaging>pom</packaging>

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -77,22 +77,22 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
<maven-deploy-plugin.version>3.0.0-M2</maven-deploy-plugin.version>
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-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.5</spring-boot.version>
<spring-boot.version>2.6.6</spring-boot.version>
<commons-text.version>1.9</commons-text.version>
<jackson-databind.version>2.13.2.1</jackson-databind.version>
<jackson-databind.version>2.13.2.2</jackson-databind.version>
<bcprov.version>1.70</bcprov.version>
<rest-model-base.version>1.4.1</rest-model-base.version>
<powerauth-java-crypto.version>1.2.0</powerauth-java-crypto.version>
<powerauth-java-http.version>1.2.0</powerauth-java-http.version>
<powerauth-restful-model.version>1.2.5-SNAPSHOT</powerauth-restful-model.version>
<powerauth-rest-client-spring.version>1.2.5-SNAPSHOT</powerauth-rest-client-spring.version>
<powerauth-restful-security-spring-annotation.version>1.2.5-SNAPSHOT</powerauth-restful-security-spring-annotation.version>
<powerauth-restful-model.version>1.2.5</powerauth-restful-model.version>
<powerauth-rest-client-spring.version>1.2.5</powerauth-rest-client-spring.version>
<powerauth-restful-security-spring-annotation.version>1.2.5</powerauth-restful-security-spring-annotation.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.2.5-SNAPSHOT</version>
<version>1.2.5</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.5-SNAPSHOT</version>
<version>1.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 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.5-SNAPSHOT</version>
<version>1.2.5</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.5-SNAPSHOT</version>
<version>1.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 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.5-SNAPSHOT</version>
<version>1.2.5</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.5-SNAPSHOT</version>
<version>1.2.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit f1f58d5

Please sign in to comment.