Skip to content

Commit

Permalink
Merge pull request #524 from wultra/issues/prepare-release-0.21.1
Browse files Browse the repository at this point in the history
Prepare release 0.21.1
  • Loading branch information
romanstrobl authored Jun 17, 2019
2 parents b83892c + d1ffb84 commit e7c732b
Show file tree
Hide file tree
Showing 17 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-parent</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
<packaging>pom</packaging>

<parent>
Expand Down
8 changes: 4 additions & 4 deletions powerauth-data-adapter-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<name>powerauth-data-adapter-client</name>
<artifactId>powerauth-data-adapter-client</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<packaging>jar</packaging>

<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -37,12 +37,12 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-data-adapter-model</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-model</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions powerauth-data-adapter-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<name>powerauth-data-adapter-model</name>
<artifactId>powerauth-data-adapter-model</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<packaging>jar</packaging>

<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-model</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions powerauth-mtoken-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>powerauth-mtoken-model</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>

<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions powerauth-nextstep-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>powerauth-nextstep-client</artifactId>
<name>powerauth-nextstep-client</name>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-model</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions powerauth-nextstep-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<artifactId>powerauth-nextstep-model</artifactId>
<name>powerauth-nextstep-model</name>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<packaging>jar</packaging>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-parent</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions powerauth-nextstep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<artifactId>powerauth-nextstep</artifactId>
<groupId>io.getlime.security</groupId>
<description>PowerAuth 2.0 Next Step Server</description>
<version>0.21.0</version>
<version>0.21.1</version>
<packaging>war</packaging>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-parent</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-model</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>

<!-- Other Dependencies -->
Expand Down
6 changes: 3 additions & 3 deletions powerauth-webflow-authentication-form/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>powerauth-webflow-authentication-form</name>
<artifactId>powerauth-webflow-authentication-form</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions powerauth-webflow-authentication-init/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>powerauth-webflow-authentication-init</name>
<artifactId>powerauth-webflow-authentication-init</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
</dependencies>

Expand Down
12 changes: 6 additions & 6 deletions powerauth-webflow-authentication-mtoken/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>powerauth-webflow-authentication-mtoken</artifactId>
<name>powerauth-webflow-authentication-mtoken</name>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>

<dependencies>

Expand All @@ -50,22 +50,22 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-security-spring</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-client</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-mtoken-model</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>

<!-- Other Dependencies -->
Expand Down
6 changes: 3 additions & 3 deletions powerauth-webflow-authentication-operation-review/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>powerauth-webflow-authentication-operation-review</artifactId>
<name>powerauth-webflow-authentication-operation-review</name>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions powerauth-webflow-authentication-sms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>powerauth-webflow-authentication-sms</artifactId>
<name>powerauth-webflow-authentication-sms</name>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-data-adapter-client</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
</dependencies>

Expand Down
12 changes: 6 additions & 6 deletions powerauth-webflow-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<name>powerauth-webflow-authentication</name>
<version>0.21.0</version>
<version>0.21.1</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -41,22 +41,22 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-data-adapter-client</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-client</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-i18n</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-client-spring</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>org.javamoney</groupId>
Expand Down
6 changes: 3 additions & 3 deletions powerauth-webflow-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<artifactId>powerauth-webflow-client</artifactId>
<groupId>io.getlime.security</groupId>
<description>PowerAuth 2.0 Web Flow testing client for OAuth 2.0 dance.</description>
<version>0.21.0</version>
<version>0.21.1</version>
<packaging>war</packaging>

<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-client</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
</dependency>

<!-- H2 DB -->
Expand Down
4 changes: 2 additions & 2 deletions powerauth-webflow-i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<artifactId>powerauth-webflow-i18n</artifactId>
<groupId>io.getlime.security</groupId>
<description>PowerAuth 2.0 Next Step Server</description>
<version>0.21.0</version>
<version>0.21.1</version>
<packaging>jar</packaging>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-parent</artifactId>
<version>0.21.0</version>
<version>0.21.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit e7c732b

Please sign in to comment.