Skip to content

Commit

Permalink
Prepare release Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6…
Browse files Browse the repository at this point in the history
…ba2883f)

Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
org.glassfish.soteria:Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
parent:2.0.0-M3
  • Loading branch information
soteria-bot committed Aug 25, 2020
1 parent c627c12 commit f1ac65a
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>jakarta.security.enterprise</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.glassfish.soteria</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
<packaging>pom</packaging>

<description>Security Soteria - the Reference Implementation of JSR 375</description>
Expand Down
2 changes: 1 addition & 1 deletion spi/bean-decorator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.glassfish.soteria</groupId>
<artifactId>spi</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>spi-bean-decorator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spi/bean-decorator/weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.glassfish.soteria</groupId>
<artifactId>spi-bean-decorator</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>soteria-bean-decorator-weld</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.soteria</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>spi</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions test/app-custom-identity-store-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-custom-identity-store-handler</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions test/app-custom-rememberme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-custom-rememberme</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions test/app-custom-session/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-custom-session</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions test/app-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-custom</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions test/app-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-db</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions test/app-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-jaxrs</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
Expand Down
4 changes: 2 additions & 2 deletions test/app-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-ldap</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions test/app-ldap2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions test/app-ldap3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/app-mem-basic-decorate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-mem-basic-decorate</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions test/app-mem-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-mem-basic</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions test/app-mem-customform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-mem-customform</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
<dependency>
<groupId>jakarta.faces</groupId>
Expand Down
4 changes: 2 additions & 2 deletions test/app-mem-form/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-mem-form</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions test/app-mem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-mem</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions test/app-multiple-store-backup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-multiple-store-backup</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions test/app-multiple-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-multiple-store</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions test/app-securitycontext-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-securitycontext-auth</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions test/app-securitycontext-customprincipal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-securitycontext-customprincipal</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions test/app-securitycontext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>app-securitycontext</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion test/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.soteria</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-M3</version>
</parent>

<groupId>org.glassfish.soteria.test</groupId>
Expand Down

0 comments on commit f1ac65a

Please sign in to comment.