Skip to content

Commit

Permalink
Prepare release org.glassfish.soteria:parent:3.0.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
soteria-bot committed Mar 23, 2022
1 parent a096dcf commit fded316
Show file tree
Hide file tree
Showing 29 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion impl/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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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 @@ -30,7 +30,7 @@

<groupId>org.glassfish.soteria</groupId>
<artifactId>parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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 @@ -26,7 +26,7 @@
<parent>
<groupId>org.glassfish.soteria</groupId>
<artifactId>spi-bean-decorator</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>soteria.spi.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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>app-custom-rememberme</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>app-custom-session</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>app-custom</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>app-db</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>app-jaxrs</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>app-ldap</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>app-mem-basic</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>app-mem-customform</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>app-mem-form</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>app-mem</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

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

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

<artifactId>app-openid</artifactId>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</dependency>

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

<artifactId>app-openid2</artifactId>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</dependency>

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

<artifactId>app-openid3</artifactId>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.glassfish.soteria.test</groupId>
<artifactId>common</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</dependency>

<dependency>
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>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

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

Expand Down
Loading

0 comments on commit fded316

Please sign in to comment.