Skip to content

Commit

Permalink
+ Jakarta EE 10
Browse files Browse the repository at this point in the history
+ Redeploy support
+ Tomcat Parallel Deployment support with status NOT_DONE
+ Minor optimizations
  • Loading branch information
pizzi80 committed Jan 22, 2024
1 parent 71511e6 commit fd3ea42
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.4-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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.4-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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.4-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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.4-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.4-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>spi</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.4-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

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

0 comments on commit fd3ea42

Please sign in to comment.