diff --git a/api/pom.xml b/api/pom.xml index 801c609..3131183 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -1,7 +1,7 @@ - org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 enforce-maven @@ -161,13 +159,12 @@ - + maven-compiler-plugin - 3.10.1 + 3.11.0 - 11 - 11 + 21 -Xlint:unchecked @@ -179,7 +176,7 @@ 2.1 - 3.0 + 3.1 ${project.version} jakarta.security.auth.message @@ -198,7 +195,7 @@ org.apache.felix maven-bundle-plugin - 5.1.6 + 5.1.9 jar @@ -217,7 +214,7 @@ org.glassfish <_include>-${basedir}/osgi.bundle <_noimportjava>true - <_runee>JavaSE-11 + <_runee>JavaSE-21 @@ -233,9 +230,7 @@ - org.apache.maven.plugins maven-jar-plugin - 3.2.2 ${project.build.outputDirectory}/META-INF/MANIFEST.MF @@ -250,9 +245,7 @@ Create Javadoc for API jar --> - org.apache.maven.plugins maven-javadoc-plugin - 3.4.0 attach-api-javadocs @@ -260,15 +253,14 @@ jar - 11 -Xdoclint:none Jakarta Authentication API documentation Jakarta Authentication API documentation Jakarta Authentication API documentation
Jakarta Authentication API v${project.version}]]>
jaspic-dev@eclipse.org.
-Copyright © 2020, 2022 Eclipse Foundation. All rights reserved.
+Comments to: es-dev@eclipse.org.
+Copyright © 2020, 2023 Eclipse Foundation. All rights reserved.
Use is subject to license terms.]]>
true @@ -287,6 +279,33 @@ Use is subject to
+ + + org.codehaus.mojo + flatten-maven-plugin + 1.5.0 + + ossrh + + + + + flatten + process-resources + + flatten + + + + + flatten.clean + clean + + clean + + + + diff --git a/pom.xml b/pom.xml index 7157be7..7a398a7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ DRAFT MMMM dd, yyyy @@ -64,22 +61,12 @@ org.asciidoctor asciidoctor-maven-plugin - 2.2.2 + 2.2.4 - - org.jruby - jruby-complete - ${jruby.version} - - - org.asciidoctor - asciidoctorj - ${asciidoctorj.version} - org.asciidoctor asciidoctorj-pdf - ${asciidoctorj.pdf.version} + 2.3.9 @@ -156,7 +143,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.3.0 + 3.6.0 false diff --git a/tck/async-authentication/pom.xml b/tck/async-authentication/pom.xml index 6ba49bb..99604a2 100644 --- a/tck/async-authentication/pom.xml +++ b/tck/async-authentication/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT async-authentication diff --git a/tck/basic-authentication/pom.xml b/tck/basic-authentication/pom.xml index 5939b57..d92fde5 100644 --- a/tck/basic-authentication/pom.xml +++ b/tck/basic-authentication/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT basic-authentication diff --git a/tck/custom-principal/pom.xml b/tck/custom-principal/pom.xml index ccc5d97..0b9d96b 100644 --- a/tck/custom-principal/pom.xml +++ b/tck/custom-principal/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT custom-principal diff --git a/tck/dispatching-jsf-cdi/pom.xml b/tck/dispatching-jsf-cdi/pom.xml index 6350a2a..dfe7d3a 100644 --- a/tck/dispatching-jsf-cdi/pom.xml +++ b/tck/dispatching-jsf-cdi/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT dispatching-jsf-cdi diff --git a/tck/dispatching/pom.xml b/tck/dispatching/pom.xml index 3488900..6acc917 100644 --- a/tck/dispatching/pom.xml +++ b/tck/dispatching/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT dispatching diff --git a/tck/ejb-propagation/pom.xml b/tck/ejb-propagation/pom.xml index 1561387..2c2a0aa 100644 --- a/tck/ejb-propagation/pom.xml +++ b/tck/ejb-propagation/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT ejb-propagation diff --git a/tck/ejb-register-session/pom.xml b/tck/ejb-register-session/pom.xml index 61c06b4..c0fb82a 100644 --- a/tck/ejb-register-session/pom.xml +++ b/tck/ejb-register-session/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT ejb-register-session diff --git a/tck/invoke-ejb-cdi/pom.xml b/tck/invoke-ejb-cdi/pom.xml index 7822ec0..d5ba2ab 100644 --- a/tck/invoke-ejb-cdi/pom.xml +++ b/tck/invoke-ejb-cdi/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT invoke-ejb-cdi diff --git a/tck/jacc-propagation/pom.xml b/tck/jacc-propagation/pom.xml index 411f5f8..ab28ff2 100644 --- a/tck/jacc-propagation/pom.xml +++ b/tck/jacc-propagation/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT authorization-propagation diff --git a/tck/lifecycle/pom.xml b/tck/lifecycle/pom.xml index 5f13e91..8dffaef 100644 --- a/tck/lifecycle/pom.xml +++ b/tck/lifecycle/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT lifecycle diff --git a/tck/old-tck/build/pom.xml b/tck/old-tck/build/pom.xml index 0eb93f4..516bb5d 100644 --- a/tck/old-tck/build/pom.xml +++ b/tck/old-tck/build/pom.xml @@ -28,7 +28,7 @@ org.eclipse.ee4j.tck.authentication old-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT pom Old Jakarta Authentication TCK - build diff --git a/tck/old-tck/pom.xml b/tck/old-tck/pom.xml index 57f9ba8..521495a 100644 --- a/tck/old-tck/pom.xml +++ b/tck/old-tck/pom.xml @@ -24,7 +24,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT old-authentication-tck-parent diff --git a/tck/old-tck/run/pom.xml b/tck/old-tck/run/pom.xml index 1283080..fd194b6 100644 --- a/tck/old-tck/run/pom.xml +++ b/tck/old-tck/run/pom.xml @@ -22,7 +22,7 @@ org.eclipse.ee4j.tck.authentication old-authentication-tck-parent - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT glassfish-external-tck-authentication @@ -189,8 +189,7 @@ - - + @@ -241,8 +240,8 @@ ]]> - - ]]> + + ]]> ]]> @@ -260,7 +259,7 @@ run - + @@ -271,20 +270,24 @@ - - + + - + + + + + - + - + run-tck-tests integration-test diff --git a/tck/pom.xml b/tck/pom.xml index acdc806..96f5c6f 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -22,13 +22,13 @@ org.eclipse.ee4j project - 1.0.6 + 1.0.8 org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT pom Jakarta Authentication TCK - main @@ -412,7 +412,7 @@ org.omnifaces.arquillian arquillian-glassfish-server-managed - 1.0 + 1.4 test diff --git a/tck/programmatic-authentication/pom.xml b/tck/programmatic-authentication/pom.xml index 684a51f..89aa7e5 100644 --- a/tck/programmatic-authentication/pom.xml +++ b/tck/programmatic-authentication/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT programmatic-authentication diff --git a/tck/register-session/pom.xml b/tck/register-session/pom.xml index 25bd643..d47b91a 100644 --- a/tck/register-session/pom.xml +++ b/tck/register-session/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT register-session diff --git a/tck/status-codes/pom.xml b/tck/status-codes/pom.xml index 2c66a08..a737bf3 100644 --- a/tck/status-codes/pom.xml +++ b/tck/status-codes/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT status-codes diff --git a/tck/wrapping/pom.xml b/tck/wrapping/pom.xml index 8107adc..a025756 100644 --- a/tck/wrapping/pom.xml +++ b/tck/wrapping/pom.xml @@ -21,7 +21,7 @@ org.eclipse.ee4j.tck.authentication jakarta-authentication-tck - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT wrapping diff --git a/tck/zip.xml b/tck/zip.xml index 5801d41..82826b2 100644 --- a/tck/zip.xml +++ b/tck/zip.xml @@ -1,6 +1,6 @@