Skip to content

Commit

Permalink
Update version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Jan 27, 2022
1 parent 2d71887 commit e314aa7
Show file tree
Hide file tree
Showing 23 changed files with 80 additions and 80 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>1.2.1</version>
<version>1.2.2</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 @@ -24,13 +24,13 @@

<name>powerauth-data-adapter-client</name>
<artifactId>powerauth-data-adapter-client</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>jar</packaging>

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

Expand All @@ -46,12 +46,12 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-data-adapter-model</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-model</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>io.getlime.core</groupId>
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 @@ -25,13 +25,13 @@
<name>powerauth-data-adapter-model</name>
<artifactId>powerauth-data-adapter-model</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>jar</packaging>

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

Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-model</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
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 @@ -23,12 +23,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>powerauth-mtoken-model</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>

<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</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 @@ -25,14 +25,14 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<dependencies>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-model</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>io.getlime.core</groupId>
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 @@ -25,13 +25,13 @@
<artifactId>powerauth-nextstep-model</artifactId>
<name>powerauth-nextstep-model</name>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>jar</packaging>

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

Expand Down
10 changes: 5 additions & 5 deletions powerauth-nextstep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<name>powerauth-nextstep</name>
<artifactId>powerauth-nextstep</artifactId>
<description>PowerAuth 2.0 Next Step Server</description>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>war</packaging>

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

Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-model</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
Expand All @@ -82,7 +82,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-data-adapter-client</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
Expand Down Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-client</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions powerauth-tpp-engine-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<name>powerauth-tpp-engine-client</name>
<artifactId>powerauth-tpp-engine-client</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-tpp-engine-model</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions powerauth-tpp-engine-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<name>powerauth-tpp-engine-model</name>
<artifactId>powerauth-tpp-engine-model</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions powerauth-tpp-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<name>powerauth-tpp-engine</name>
<artifactId>powerauth-tpp-engine</artifactId>
<description>Default TPP registry and consent engine implementation</description>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>war</packaging>

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

Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-tpp-engine-model</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>io.getlime.core</groupId>
Expand Down
6 changes: 3 additions & 3 deletions powerauth-webflow-authentication-approval-sca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>powerauth-webflow-authentication-approval-sca</name>
<artifactId>powerauth-webflow-authentication-approval-sca</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>

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

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

<artifactId>powerauth-webflow-authentication-consent</artifactId>
<name>powerauth-webflow-authentication-consent</name>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-data-adapter-client</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
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 @@ -25,20 +25,20 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
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 @@ -25,20 +25,20 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

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

<name>powerauth-webflow-authentication-login-sca</name>
<artifactId>powerauth-webflow-authentication-login-sca</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
Expand Down
8 changes: 4 additions & 4 deletions powerauth-webflow-authentication-mtoken/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<dependencies>

Expand All @@ -56,7 +56,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
Expand All @@ -71,7 +71,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-mtoken-model</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>io.getlime.core</groupId>
Expand Down
Loading

0 comments on commit e314aa7

Please sign in to comment.