Skip to content

Commit

Permalink
Merge pull request #894 from /issues/893-release-0.24.1
Browse files Browse the repository at this point in the history
Fix version in pom.xml file and allow build with Java 8
  • Loading branch information
petrdvorak authored Oct 7, 2020
2 parents 54316e0 + bd4e413 commit 4cfab38
Show file tree
Hide file tree
Showing 24 changed files with 79 additions and 120 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.24.0</version>
<version>0.24.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 @@ -7,13 +7,13 @@

<name>powerauth-data-adapter-client</name>
<artifactId>powerauth-data-adapter-client</artifactId>
<version>0.24.0</version>
<version>0.24.1</version>
<packaging>jar</packaging>

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

Expand All @@ -36,12 +36,12 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-data-adapter-model</artifactId>
<version>0.24.0</version>
<version>0.24.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-model</artifactId>
<version>0.24.0</version>
<version>0.24.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.24.0</version>
<version>0.24.1</version>
<packaging>jar</packaging>

<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.24.0</version>
<version>0.24.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.24.0</version>
<version>0.24.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.24.0</version>
<version>0.24.1</version>

<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.24.0</version>
<version>0.24.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.24.0</version>
<version>0.24.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>powerauth-nextstep-client</artifactId>
<name>powerauth-nextstep-client</name>
<groupId>io.getlime.security</groupId>
<version>0.24.0</version>
<version>0.24.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.24.0</version>
<version>0.24.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.24.0</version>
<version>0.24.1</version>
<packaging>jar</packaging>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-parent</artifactId>
<version>0.24.0</version>
<version>0.24.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 @@ -6,13 +6,13 @@
<name>powerauth-nextstep</name>
<artifactId>powerauth-nextstep</artifactId>
<description>PowerAuth 2.0 Next Step Server</description>
<version>0.24.0</version>
<version>0.24.1</version>
<packaging>war</packaging>

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

Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-nextstep-model</artifactId>
<version>0.24.0</version>
<version>0.24.1</version>
</dependency>

<!-- Other Dependencies -->
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 @@ -24,12 +24,12 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.24.0</version>
<version>0.24.1</version>
</parent>

<name>powerauth-tpp-engine-client</name>
<artifactId>powerauth-tpp-engine-client</artifactId>
<version>0.24.0</version>
<version>0.24.1</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-tpp-engine-model</artifactId>
<version>0.24.0</version>
<version>0.24.1</version>
</dependency>
</dependencies>

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

<name>powerauth-tpp-engine-model</name>
<artifactId>powerauth-tpp-engine-model</artifactId>
<version>0.24.0</version>
<version>0.24.1</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -52,45 +52,4 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>11</source>
<target>11</target>
<compilerArgs>
<arg>--add-exports</arg>
<arg>java.base/sun.security.util=ALL-UNNAMED</arg>
<arg>--add-exports</arg>
<arg>java.base/sun.security.x509=ALL-UNNAMED</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<failOnError>false</failOnError>
<detectOfflineLinks>false</detectOfflineLinks>
<additionalOptions>
<option>--add-exports</option>
<option>java.base/sun.security.x509=ALL-UNNAMED</option>
</additionalOptions>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

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

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

Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-tpp-engine-model</artifactId>
<version>0.24.0</version>
<version>0.24.1</version>
</dependency>

<!-- Other Dependencies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</exclude-subsystems>

<dependencies>
<module name="com.wultra.powerauth.nextstep.conf" />
<module name="com.wultra.powerauth.tpp-engine.conf" />
</dependencies>
<local-last value="true" />
</deployment>
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 @@ -8,20 +8,20 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.24.0</version>
<version>0.24.1</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>0.24.0</version>
<version>0.24.1</version>

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>0.24.0</version>
<version>0.24.1</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 @@ -24,25 +24,25 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.24.0</version>
<version>0.24.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>0.24.0</version>
<version>0.24.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-data-adapter-client</artifactId>
<version>0.24.0</version>
<version>0.24.1</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 @@ -8,20 +8,20 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.24.0</version>
<version>0.24.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.24.0</version>
<version>0.24.1</version>

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>0.24.0</version>
<version>0.24.1</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 @@ -8,20 +8,20 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.24.0</version>
<version>0.24.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.24.0</version>
<version>0.24.1</version>

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>0.24.0</version>
<version>0.24.1</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 @@ -8,20 +8,20 @@
<parent>
<artifactId>powerauth-webflow-parent</artifactId>
<groupId>io.getlime.security</groupId>
<version>0.24.0</version>
<version>0.24.1</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>0.24.0</version>
<version>0.24.1</version>

<dependencies>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<version>0.24.0</version>
<version>0.24.1</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
Expand Down
Loading

0 comments on commit 4cfab38

Please sign in to comment.