3.1.12
diff --git a/archetypes/jersey-example-java8-webapp/pom.xml b/archetypes/jersey-example-java8-webapp/pom.xml index 3a9760c..bf8ea0d 100644 --- a/archetypes/jersey-example-java8-webapp/pom.xml +++ b/archetypes/jersey-example-java8-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.archetypes</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-example-java8-webapp</artifactId>
diff --git a/archetypes/jersey-heroku-webapp/pom.xml b/archetypes/jersey-heroku-webapp/pom.xml index fa49fbd..a21d7c3 100644 --- a/archetypes/jersey-heroku-webapp/pom.xml +++ b/archetypes/jersey-heroku-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.archetypes</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <packaging>maven-archetype</packaging>
diff --git a/archetypes/jersey-quickstart-grizzly2/pom.xml b/archetypes/jersey-quickstart-grizzly2/pom.xml index dd1ba0c..868e3f9 100644 --- a/archetypes/jersey-quickstart-grizzly2/pom.xml +++ b/archetypes/jersey-quickstart-grizzly2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <groupId>org.glassfish.jersey.archetypes</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-quickstart-grizzly2</artifactId> <packaging>maven-archetype</packaging>
diff --git a/archetypes/jersey-quickstart-webapp/pom.xml b/archetypes/jersey-quickstart-webapp/pom.xml index 4af18fa..a486afe 100644 --- a/archetypes/jersey-quickstart-webapp/pom.xml +++ b/archetypes/jersey-quickstart-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <groupId>org.glassfish.jersey.archetypes</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>maven-archetype</packaging>
diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 2510918..7a4dc3d 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.archetypes</groupId>
diff --git a/bom/pom.xml b/bom/pom.xml index 8ac70ec..bc061c0 100644 --- a/bom/pom.xml +++ b/bom/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -30,7 +30,7 @@ <groupId>org.glassfish.jersey</groupId> <artifactId>jersey-bom</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <packaging>pom</packaging> <name>jersey-bom</name>
diff --git a/bundles/apidocs/pom.xml b/bundles/apidocs/pom.xml index b999292..3955036 100644 --- a/bundles/apidocs/pom.xml +++ b/bundles/apidocs/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.bundles</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>apidocs</artifactId>
diff --git a/bundles/examples/pom.xml b/bundles/examples/pom.xml index e20f78a..eb671b2 100644 --- a/bundles/examples/pom.xml +++ b/bundles/examples/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.bundles</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-examples</artifactId>
diff --git a/bundles/jaxrs-ri/pom.xml b/bundles/jaxrs-ri/pom.xml index 51fca8d..2f0d497 100644 --- a/bundles/jaxrs-ri/pom.xml +++ b/bundles/jaxrs-ri/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.bundles</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jaxrs-ri</artifactId>
diff --git a/bundles/pom.xml b/bundles/pom.xml index ebbb1d7..a7180de 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.bundles</groupId>
diff --git a/connectors/apache-connector/pom.xml b/connectors/apache-connector/pom.xml index 68576f5..d0dba9e 100644 --- a/connectors/apache-connector/pom.xml +++ b/connectors/apache-connector/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-apache-connector</artifactId>
diff --git a/connectors/apache5-connector/pom.xml b/connectors/apache5-connector/pom.xml index 1c00ea6..5f31842 100644 --- a/connectors/apache5-connector/pom.xml +++ b/connectors/apache5-connector/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2022, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2022, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-apache5-connector</artifactId>
diff --git a/connectors/grizzly-connector/pom.xml b/connectors/grizzly-connector/pom.xml index e1fa590..f83067f 100644 --- a/connectors/grizzly-connector/pom.xml +++ b/connectors/grizzly-connector/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-grizzly-connector</artifactId>
diff --git a/connectors/helidon-connector/pom.xml b/connectors/helidon-connector/pom.xml index 1fada29..64ac350 100644 --- a/connectors/helidon-connector/pom.xml +++ b/connectors/helidon-connector/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.connectors</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/connectors/jdk-connector/pom.xml b/connectors/jdk-connector/pom.xml index d279a0d..f9011f7 100644 --- a/connectors/jdk-connector/pom.xml +++ b/connectors/jdk-connector/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-jdk-connector</artifactId>
diff --git a/connectors/jetty-connector/pom.xml b/connectors/jetty-connector/pom.xml index bb9cf6c..8efb595 100644 --- a/connectors/jetty-connector/pom.xml +++ b/connectors/jetty-connector/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-jetty-connector</artifactId>
diff --git a/connectors/jetty-http2-connector/pom.xml b/connectors/jetty-http2-connector/pom.xml index 454d5d6..01d8b2a 100644 --- a/connectors/jetty-http2-connector/pom.xml +++ b/connectors/jetty-http2-connector/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2023, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-jetty-http2-connector</artifactId>
diff --git a/connectors/jetty11-connector/pom.xml b/connectors/jetty11-connector/pom.xml index 040546c..1fd350c 100644 --- a/connectors/jetty11-connector/pom.xml +++ b/connectors/jetty11-connector/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2023, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-jetty11-connector</artifactId>
diff --git a/connectors/jnh-connector/pom.xml b/connectors/jnh-connector/pom.xml index e70278f..c2f8b17 100644 --- a/connectors/jnh-connector/pom.xml +++ b/connectors/jnh-connector/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2021, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.connectors</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/connectors/netty-connector/pom.xml b/connectors/netty-connector/pom.xml index cd3b9b2..5a324a2 100644 --- a/connectors/netty-connector/pom.xml +++ b/connectors/netty-connector/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2016, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2016, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-netty-connector</artifactId>
diff --git a/connectors/pom.xml b/connectors/pom.xml index 523b797..959bfd8 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.connectors</groupId>
diff --git a/containers/glassfish/jersey-gf-ejb/pom.xml b/containers/glassfish/jersey-gf-ejb/pom.xml index fe26a11..cd78dab 100644 --- a/containers/glassfish/jersey-gf-ejb/pom.xml +++ b/containers/glassfish/jersey-gf-ejb/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers.glassfish</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-gf-ejb</artifactId>
diff --git a/containers/glassfish/pom.xml b/containers/glassfish/pom.xml index 718cc86..099e9b2 100644 --- a/containers/glassfish/pom.xml +++ b/containers/glassfish/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.containers.glassfish</groupId>
diff --git a/containers/grizzly2-http/pom.xml b/containers/grizzly2-http/pom.xml index e98c1eb..c7895cd 100644 --- a/containers/grizzly2-http/pom.xml +++ b/containers/grizzly2-http/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-grizzly2-http</artifactId>
diff --git a/containers/grizzly2-servlet/pom.xml b/containers/grizzly2-servlet/pom.xml index 49c7d60..b576c0d 100644 --- a/containers/grizzly2-servlet/pom.xml +++ b/containers/grizzly2-servlet/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-grizzly2-servlet</artifactId>
diff --git a/containers/helidon/pom.xml b/containers/helidon/pom.xml index e552686..5b34c2e 100644 --- a/containers/helidon/pom.xml +++ b/containers/helidon/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2025, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.containers</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-helidon-http</artifactId>
diff --git a/containers/jdk-http/pom.xml b/containers/jdk-http/pom.xml index abb6ca0..60b29e6 100644 --- a/containers/jdk-http/pom.xml +++ b/containers/jdk-http/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-jdk-http</artifactId>
diff --git a/containers/jersey-servlet-core/pom.xml b/containers/jersey-servlet-core/pom.xml index 783e2a9..d645582 100644 --- a/containers/jersey-servlet-core/pom.xml +++ b/containers/jersey-servlet-core/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-servlet-core</artifactId>
diff --git a/containers/jersey-servlet/pom.xml b/containers/jersey-servlet/pom.xml index 5fe1ef0..40a3115 100644 --- a/containers/jersey-servlet/pom.xml +++ b/containers/jersey-servlet/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-servlet</artifactId>
diff --git a/containers/jetty-http/pom.xml b/containers/jetty-http/pom.xml index 670a8d2..4ba685f 100644 --- a/containers/jetty-http/pom.xml +++ b/containers/jetty-http/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.containers</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-jetty-http</artifactId>
diff --git a/containers/jetty-http2/pom.xml b/containers/jetty-http2/pom.xml index fd9a89b..8191eaf 100644 --- a/containers/jetty-http2/pom.xml +++ b/containers/jetty-http2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2023, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.containers</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-jetty-http2</artifactId>
diff --git a/containers/jetty-servlet/pom.xml b/containers/jetty-servlet/pom.xml index f8e6ac0..9bbc3fc 100644 --- a/containers/jetty-servlet/pom.xml +++ b/containers/jetty-servlet/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-jetty-servlet</artifactId>
diff --git a/containers/jetty11-http/pom.xml b/containers/jetty11-http/pom.xml index 1dd7db4..dbf0d6a 100644 --- a/containers/jetty11-http/pom.xml +++ b/containers/jetty11-http/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.containers</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-jetty11-http</artifactId>
diff --git a/containers/netty-http/pom.xml b/containers/netty-http/pom.xml index c9b91f8..9f49176 100644 --- a/containers/netty-http/pom.xml +++ b/containers/netty-http/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2016, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2016, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-netty-http</artifactId>
diff --git a/containers/pom.xml b/containers/pom.xml index 7c528b1..e9905f0 100644 --- a/containers/pom.xml +++ b/containers/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.containers</groupId>
diff --git a/containers/simple-http/pom.xml b/containers/simple-http/pom.xml index 823c85f..d6b7d58 100644 --- a/containers/simple-http/pom.xml +++ b/containers/simple-http/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-container-simple-http</artifactId>
diff --git a/core-client/pom.xml b/core-client/pom.xml index 34a1e33..1604236 100644 --- a/core-client/pom.xml +++ b/core-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.core</groupId>
diff --git a/core-common/pom.xml b/core-common/pom.xml index a1ba6b4..df789f4 100644 --- a/core-common/pom.xml +++ b/core-common/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.core</groupId>
diff --git a/core-server/pom.xml b/core-server/pom.xml index 8f94e4b..c0aed86 100644 --- a/core-server/pom.xml +++ b/core-server/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.core</groupId>
diff --git a/docs/pom.xml b/docs/pom.xml index 4d67c9b..6c79d7c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-documentation</artifactId> <packaging>pom</packaging>
diff --git a/examples/assemblies/pom.xml b/examples/assemblies/pom.xml index e60c499..5acbc81 100644 --- a/examples/assemblies/pom.xml +++ b/examples/assemblies/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>assemblies</artifactId>
diff --git a/examples/bookmark-em/pom.xml b/examples/bookmark-em/pom.xml index 778a4ed..3647bc2 100644 --- a/examples/bookmark-em/pom.xml +++ b/examples/bookmark-em/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>bookmark-em</artifactId>
diff --git a/examples/bookmark/pom.xml b/examples/bookmark/pom.xml index eeaddcf..91ad4f4 100644 --- a/examples/bookmark/pom.xml +++ b/examples/bookmark/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>bookmark</artifactId>
diff --git a/examples/bookstore-webapp/pom.xml b/examples/bookstore-webapp/pom.xml index 48f9fb9..cfd1a32 100644 --- a/examples/bookstore-webapp/pom.xml +++ b/examples/bookstore-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -35,7 +35,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>bookstore-webapp</artifactId>
diff --git a/examples/cdi-webapp/pom.xml b/examples/cdi-webapp/pom.xml index e76050a..07d27f9 100644 --- a/examples/cdi-webapp/pom.xml +++ b/examples/cdi-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-webapp</artifactId>
diff --git a/examples/clipboard-programmatic/pom.xml b/examples/clipboard-programmatic/pom.xml index 091d18b..5e36636 100644 --- a/examples/clipboard-programmatic/pom.xml +++ b/examples/clipboard-programmatic/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>clipboard-programmatic</artifactId>
diff --git a/examples/clipboard/pom.xml b/examples/clipboard/pom.xml index eadacea..0836012 100644 --- a/examples/clipboard/pom.xml +++ b/examples/clipboard/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>clipboard</artifactId>
diff --git a/examples/configured-client/pom.xml b/examples/configured-client/pom.xml index 935409d..ca5e7fb 100644 --- a/examples/configured-client/pom.xml +++ b/examples/configured-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2023, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>configured-client</artifactId>
diff --git a/examples/declarative-linking/pom.xml b/examples/declarative-linking/pom.xml index 863dff2..6e017c8 100644 --- a/examples/declarative-linking/pom.xml +++ b/examples/declarative-linking/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>declarative-linking</artifactId>
diff --git a/examples/entity-filtering-security/pom.xml b/examples/entity-filtering-security/pom.xml index 5c8532c..dfe3506 100644 --- a/examples/entity-filtering-security/pom.xml +++ b/examples/entity-filtering-security/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>entity-filtering-security</artifactId>
diff --git a/examples/entity-filtering-selectable/pom.xml b/examples/entity-filtering-selectable/pom.xml index f8d3bf1..1d93aa4 100644 --- a/examples/entity-filtering-selectable/pom.xml +++ b/examples/entity-filtering-selectable/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>entity-filtering-selectable</artifactId>
diff --git a/examples/entity-filtering/pom.xml b/examples/entity-filtering/pom.xml index c882e8c..3e05b41 100644 --- a/examples/entity-filtering/pom.xml +++ b/examples/entity-filtering/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>entity-filtering</artifactId>
diff --git a/examples/exception-mapping/pom.xml b/examples/exception-mapping/pom.xml index 5921888..4f2b7c3 100644 --- a/examples/exception-mapping/pom.xml +++ b/examples/exception-mapping/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>exception-mapping</artifactId>
diff --git a/examples/expect-100-continue-netty-client/pom.xml b/examples/expect-100-continue-netty-client/pom.xml index 287a9b6..4ce4fc4 100644 --- a/examples/expect-100-continue-netty-client/pom.xml +++ b/examples/expect-100-continue-netty-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2025, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent>
diff --git a/examples/extended-wadl-webapp/pom.xml b/examples/extended-wadl-webapp/pom.xml index 59e5040..374fd3d 100644 --- a/examples/extended-wadl-webapp/pom.xml +++ b/examples/extended-wadl-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>extended-wadl-webapp</artifactId>
diff --git a/examples/freemarker-webapp/pom.xml b/examples/freemarker-webapp/pom.xml index 767cdf0..6e13449 100644 --- a/examples/freemarker-webapp/pom.xml +++ b/examples/freemarker-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>freemarker-webapp</artifactId>
diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml index 725d762..90dc207 100644 --- a/examples/groovy/pom.xml +++ b/examples/groovy/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>groovy</artifactId> <packaging>jar</packaging>
diff --git a/examples/helloworld-benchmark/pom.xml b/examples/helloworld-benchmark/pom.xml index 3368128..b07721b 100644 --- a/examples/helloworld-benchmark/pom.xml +++ b/examples/helloworld-benchmark/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>helloworld-benchmark</artifactId>
diff --git a/examples/helloworld-cdi2-se/pom.xml b/examples/helloworld-cdi2-se/pom.xml index 0895034..32988f9 100644 --- a/examples/helloworld-cdi2-se/pom.xml +++ b/examples/helloworld-cdi2-se/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>helloworld-cdi2-se</artifactId>
diff --git a/examples/helloworld-helidon/pom.xml b/examples/helloworld-helidon/pom.xml index 0b66ba7..8ba7bd3 100644 --- a/examples/helloworld-helidon/pom.xml +++ b/examples/helloworld-helidon/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2025, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>helloworld-helidon</artifactId>
diff --git a/examples/helloworld-netty/pom.xml b/examples/helloworld-netty/pom.xml index e2600b2..7218151 100644 --- a/examples/helloworld-netty/pom.xml +++ b/examples/helloworld-netty/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2016, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2016, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>helloworld-netty</artifactId>
diff --git a/examples/helloworld-programmatic/pom.xml b/examples/helloworld-programmatic/pom.xml index 581bd6d..9d83bf2 100644 --- a/examples/helloworld-programmatic/pom.xml +++ b/examples/helloworld-programmatic/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>helloworld-programmatic</artifactId>
diff --git a/examples/helloworld-pure-jax-rs/pom.xml b/examples/helloworld-pure-jax-rs/pom.xml index dfd30cb..3570f02 100644 --- a/examples/helloworld-pure-jax-rs/pom.xml +++ b/examples/helloworld-pure-jax-rs/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>helloworld-pure-jax-rs</artifactId>
diff --git a/examples/helloworld-spring-annotations/pom.xml b/examples/helloworld-spring-annotations/pom.xml index 072cc76..47cb5dd 100644 --- a/examples/helloworld-spring-annotations/pom.xml +++ b/examples/helloworld-spring-annotations/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -15,7 +15,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.examples</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>helloworld-spring-annotations</artifactId>
diff --git a/examples/helloworld-spring-webapp/pom.xml b/examples/helloworld-spring-webapp/pom.xml index d9bb004..a5d769f 100644 --- a/examples/helloworld-spring-webapp/pom.xml +++ b/examples/helloworld-spring-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>helloworld-spring-webapp</artifactId>
diff --git a/examples/helloworld-webapp/pom.xml b/examples/helloworld-webapp/pom.xml index 13db2fa..890f505 100644 --- a/examples/helloworld-webapp/pom.xml +++ b/examples/helloworld-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>helloworld-webapp</artifactId>
diff --git a/examples/helloworld-weld/pom.xml b/examples/helloworld-weld/pom.xml index 032b6f8..5d9d2e7 100644 --- a/examples/helloworld-weld/pom.xml +++ b/examples/helloworld-weld/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>helloworld-weld</artifactId>
diff --git a/examples/helloworld/pom.xml b/examples/helloworld/pom.xml index b3e0c92..75c4aa9 100644 --- a/examples/helloworld/pom.xml +++ b/examples/helloworld/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>helloworld</artifactId>
diff --git a/examples/http-patch/pom.xml b/examples/http-patch/pom.xml index 40d2196..ac8e72f 100644 --- a/examples/http-patch/pom.xml +++ b/examples/http-patch/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>http-patch</artifactId>
diff --git a/examples/http-trace/pom.xml b/examples/http-trace/pom.xml index d0a0074..b673c23 100644 --- a/examples/http-trace/pom.xml +++ b/examples/http-trace/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>http-trace</artifactId>
diff --git a/examples/https-clientserver-grizzly/pom.xml b/examples/https-clientserver-grizzly/pom.xml index 65c331f..61db819 100644 --- a/examples/https-clientserver-grizzly/pom.xml +++ b/examples/https-clientserver-grizzly/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>https-clientserver-grizzly</artifactId>
diff --git a/examples/https-server-glassfish/pom.xml b/examples/https-server-glassfish/pom.xml index 2698b57..e842a3d 100644 --- a/examples/https-server-glassfish/pom.xml +++ b/examples/https-server-glassfish/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>https-server-glassfish</artifactId>
diff --git a/examples/java8-webapp/pom.xml b/examples/java8-webapp/pom.xml index 56ecf83..618f71a 100644 --- a/examples/java8-webapp/pom.xml +++ b/examples/java8-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>java8-webapp</artifactId>
diff --git a/examples/jaxb/pom.xml b/examples/jaxb/pom.xml index 760d831..c01f51e 100644 --- a/examples/jaxb/pom.xml +++ b/examples/jaxb/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jaxb</artifactId>
diff --git a/examples/jaxrs-types-injection/pom.xml b/examples/jaxrs-types-injection/pom.xml index 16ce7b0..01e435b 100644 --- a/examples/jaxrs-types-injection/pom.xml +++ b/examples/jaxrs-types-injection/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jaxrs-types-injection</artifactId>
diff --git a/examples/jersey-ejb/pom.xml b/examples/jersey-ejb/pom.xml index 6126e23..af6efc2 100644 --- a/examples/jersey-ejb/pom.xml +++ b/examples/jersey-ejb/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-ejb</artifactId>
diff --git a/examples/json-binding-webapp/pom.xml b/examples/json-binding-webapp/pom.xml index 2c17250..44ee7ed 100644 --- a/examples/json-binding-webapp/pom.xml +++ b/examples/json-binding-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>json-binding-webapp</artifactId>
diff --git a/examples/json-jackson/pom.xml b/examples/json-jackson/pom.xml index 904cefe..0013d87 100644 --- a/examples/json-jackson/pom.xml +++ b/examples/json-jackson/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>json-jackson</artifactId>
diff --git a/examples/json-jettison/pom.xml b/examples/json-jettison/pom.xml index 454e4dd..97a9a18 100644 --- a/examples/json-jettison/pom.xml +++ b/examples/json-jettison/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>json-jettison</artifactId>
diff --git a/examples/json-moxy/pom.xml b/examples/json-moxy/pom.xml index bf329e9..bdea9cf 100644 --- a/examples/json-moxy/pom.xml +++ b/examples/json-moxy/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>json-moxy</artifactId>
diff --git a/examples/json-processing-webapp/pom.xml b/examples/json-processing-webapp/pom.xml index 9cb069b..afba5ed 100644 --- a/examples/json-processing-webapp/pom.xml +++ b/examples/json-processing-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>json-processing-webapp</artifactId>
diff --git a/examples/json-with-padding/pom.xml b/examples/json-with-padding/pom.xml index f9aadcf..0f27fdd 100644 --- a/examples/json-with-padding/pom.xml +++ b/examples/json-with-padding/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>json-with-padding</artifactId>
diff --git a/examples/managed-beans-webapp/pom.xml b/examples/managed-beans-webapp/pom.xml index 39a2a31..60ceb17 100644 --- a/examples/managed-beans-webapp/pom.xml +++ b/examples/managed-beans-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>managed-beans-webapp</artifactId>
diff --git a/examples/managed-client-simple-webapp/pom.xml b/examples/managed-client-simple-webapp/pom.xml index 01bf6b3..8af41b2 100644 --- a/examples/managed-client-simple-webapp/pom.xml +++ b/examples/managed-client-simple-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>managed-client-simple-webapp</artifactId>
diff --git a/examples/managed-client-webapp/pom.xml b/examples/managed-client-webapp/pom.xml index 2c46380..155ceee 100644 --- a/examples/managed-client-webapp/pom.xml +++ b/examples/managed-client-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>managed-client-webapp</artifactId>
diff --git a/examples/managed-client/pom.xml b/examples/managed-client/pom.xml index 589b75b..7bbcbd1 100644 --- a/examples/managed-client/pom.xml +++ b/examples/managed-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>managed-client</artifactId>
diff --git a/examples/micrometer/pom.xml b/examples/micrometer/pom.xml index aa31d43..63f6b58 100644 --- a/examples/micrometer/pom.xml +++ b/examples/micrometer/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2023, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-micrometer-webapp</artifactId>
diff --git a/examples/multipart-webapp/pom.xml b/examples/multipart-webapp/pom.xml index 2d39845..7f8717d 100644 --- a/examples/multipart-webapp/pom.xml +++ b/examples/multipart-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>multipart-webapp</artifactId>
diff --git a/examples/oauth-client-twitter/pom.xml b/examples/oauth-client-twitter/pom.xml index d8f66a8..44de003 100644 --- a/examples/oauth-client-twitter/pom.xml +++ b/examples/oauth-client-twitter/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -15,7 +15,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.examples</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/examples/open-tracing/pom.xml b/examples/open-tracing/pom.xml index 5016652..96c44fa 100644 --- a/examples/open-tracing/pom.xml +++ b/examples/open-tracing/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>open-tracing</artifactId>
diff --git a/examples/osgi-helloworld-webapp/additional-bundle/pom.xml b/examples/osgi-helloworld-webapp/additional-bundle/pom.xml index 50e374f..33d9ab1 100644 --- a/examples/osgi-helloworld-webapp/additional-bundle/pom.xml +++ b/examples/osgi-helloworld-webapp/additional-bundle/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-helloworld-webapp</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
diff --git a/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml b/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml index c6b8e01..3d3a52c 100644 --- a/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml +++ b/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-helloworld-webapp</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
diff --git a/examples/osgi-helloworld-webapp/functional-test/pom.xml b/examples/osgi-helloworld-webapp/functional-test/pom.xml index e1695c2..3b15b34 100644 --- a/examples/osgi-helloworld-webapp/functional-test/pom.xml +++ b/examples/osgi-helloworld-webapp/functional-test/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-helloworld-webapp</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
diff --git a/examples/osgi-helloworld-webapp/lib-bundle/pom.xml b/examples/osgi-helloworld-webapp/lib-bundle/pom.xml index fc73589..f9a0d2d 100644 --- a/examples/osgi-helloworld-webapp/lib-bundle/pom.xml +++ b/examples/osgi-helloworld-webapp/lib-bundle/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-helloworld-webapp</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
diff --git a/examples/osgi-helloworld-webapp/pom.xml b/examples/osgi-helloworld-webapp/pom.xml index dcfb3cf..fd62034 100644 --- a/examples/osgi-helloworld-webapp/pom.xml +++ b/examples/osgi-helloworld-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>osgi-helloworld-webapp</artifactId>
diff --git a/examples/osgi-helloworld-webapp/war-bundle/pom.xml b/examples/osgi-helloworld-webapp/war-bundle/pom.xml index 9b0bd86..d760d9b 100644 --- a/examples/osgi-helloworld-webapp/war-bundle/pom.xml +++ b/examples/osgi-helloworld-webapp/war-bundle/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-helloworld-webapp</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
diff --git a/examples/pom.xml b/examples/pom.xml index 909db82..5ea77f7 100644 --- a/examples/pom.xml +++ b/examples/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <licenses>
diff --git a/examples/reload/pom.xml b/examples/reload/pom.xml index 3341427..3603c1c 100644 --- a/examples/reload/pom.xml +++ b/examples/reload/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>reload</artifactId>
diff --git a/examples/rest31-sebootstrap-multipart/pom.xml b/examples/rest31-sebootstrap-multipart/pom.xml index a21ad15..dbb8b59 100644 --- a/examples/rest31-sebootstrap-multipart/pom.xml +++ b/examples/rest31-sebootstrap-multipart/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2023, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>rest31-sebootstrap-multipart</artifactId>
diff --git a/examples/rx-client-webapp/pom.xml b/examples/rx-client-webapp/pom.xml index 63a527d..b7f7672 100644 --- a/examples/rx-client-webapp/pom.xml +++ b/examples/rx-client-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>rx-client-webapp</artifactId>
diff --git a/examples/server-async-managed/pom.xml b/examples/server-async-managed/pom.xml index bbb3103..402fd12 100644 --- a/examples/server-async-managed/pom.xml +++ b/examples/server-async-managed/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>server-async-managed</artifactId>
diff --git a/examples/server-async-standalone/client/pom.xml b/examples/server-async-standalone/client/pom.xml index 5996f3a..812044d 100644 --- a/examples/server-async-standalone/client/pom.xml +++ b/examples/server-async-standalone/client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>server-async-standalone</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>server-async-standalone-client</artifactId>
diff --git a/examples/server-async-standalone/pom.xml b/examples/server-async-standalone/pom.xml index f8c2a02..c13b833 100644 --- a/examples/server-async-standalone/pom.xml +++ b/examples/server-async-standalone/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>server-async-standalone</artifactId>
diff --git a/examples/server-async-standalone/webapp/pom.xml b/examples/server-async-standalone/webapp/pom.xml index c3418fd..3904d20 100644 --- a/examples/server-async-standalone/webapp/pom.xml +++ b/examples/server-async-standalone/webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>server-async-standalone</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>server-async-standalone-webapp</artifactId>
diff --git a/examples/server-async/pom.xml b/examples/server-async/pom.xml index 00c18b2..30316b0 100644 --- a/examples/server-async/pom.xml +++ b/examples/server-async/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>server-async</artifactId>
diff --git a/examples/server-sent-events-jaxrs/pom.xml b/examples/server-sent-events-jaxrs/pom.xml index 0372d33..b68837f 100644 --- a/examples/server-sent-events-jaxrs/pom.xml +++ b/examples/server-sent-events-jaxrs/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>server-sent-events-jaxrs</artifactId>
diff --git a/examples/server-sent-events-jersey/pom.xml b/examples/server-sent-events-jersey/pom.xml index c465e97..f085d01 100644 --- a/examples/server-sent-events-jersey/pom.xml +++ b/examples/server-sent-events-jersey/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>server-sent-events-jersey</artifactId>
diff --git a/examples/servlet3-webapp/pom.xml b/examples/servlet3-webapp/pom.xml index 8693516..e9ee325 100644 --- a/examples/servlet3-webapp/pom.xml +++ b/examples/servlet3-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet3-webapp</artifactId>
diff --git a/examples/simple-console/pom.xml b/examples/simple-console/pom.xml index 49285d2..12766cd 100644 --- a/examples/simple-console/pom.xml +++ b/examples/simple-console/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>simple-console</artifactId>
diff --git a/examples/sse-item-store-jaxrs-webapp/pom.xml b/examples/sse-item-store-jaxrs-webapp/pom.xml index 7724a48..4fda3c1 100644 --- a/examples/sse-item-store-jaxrs-webapp/pom.xml +++ b/examples/sse-item-store-jaxrs-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>sse-item-store-jaxrs-webapp</artifactId>
diff --git a/examples/sse-item-store-jersey-webapp/pom.xml b/examples/sse-item-store-jersey-webapp/pom.xml index 0c5c1e9..5e580cf 100644 --- a/examples/sse-item-store-jersey-webapp/pom.xml +++ b/examples/sse-item-store-jersey-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>sse-item-store-jersey-webapp</artifactId>
diff --git a/examples/sse-twitter-aggregator/pom.xml b/examples/sse-twitter-aggregator/pom.xml index d22fcfc..0a83e42 100644 --- a/examples/sse-twitter-aggregator/pom.xml +++ b/examples/sse-twitter-aggregator/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>sse-twitter-aggregator</artifactId>
diff --git a/examples/system-properties-example/pom.xml b/examples/system-properties-example/pom.xml index 17fc7e9..9cdcf32 100644 --- a/examples/system-properties-example/pom.xml +++ b/examples/system-properties-example/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>system-properties-example</artifactId>
diff --git a/examples/webapp-example-parent/pom.xml b/examples/webapp-example-parent/pom.xml index 277b61d..faec20c 100644 --- a/examples/webapp-example-parent/pom.xml +++ b/examples/webapp-example-parent/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>webapp-example-parent</artifactId>
diff --git a/examples/xml-moxy/pom.xml b/examples/xml-moxy/pom.xml index dcc65d9..ff96555 100644 --- a/examples/xml-moxy/pom.xml +++ b/examples/xml-moxy/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>xml-moxy</artifactId>
diff --git a/ext/bean-validation/pom.xml b/ext/bean-validation/pom.xml index b794e01..5b7766c 100644 --- a/ext/bean-validation/pom.xml +++ b/ext/bean-validation/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. Copyright (c) 2018, 2019 Payara Foundation and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the @@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-bean-validation</artifactId>
diff --git a/ext/cdi/jersey-cdi-rs-inject/pom.xml b/ext/cdi/jersey-cdi-rs-inject/pom.xml index bcf7555..406ce88 100644 --- a/ext/cdi/jersey-cdi-rs-inject/pom.xml +++ b/ext/cdi/jersey-cdi-rs-inject/pom.xml
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2021, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext.cdi</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml b/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml index c28de3c..3e76a0c 100644 --- a/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml +++ b/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-cdi1x-ban-custom-hk2-binding</artifactId>
diff --git a/ext/cdi/jersey-cdi1x-servlet/pom.xml b/ext/cdi/jersey-cdi1x-servlet/pom.xml index 3d90bed..64f2f4a 100644 --- a/ext/cdi/jersey-cdi1x-servlet/pom.xml +++ b/ext/cdi/jersey-cdi1x-servlet/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-cdi1x-servlet</artifactId>
diff --git a/ext/cdi/jersey-cdi1x-transaction/pom.xml b/ext/cdi/jersey-cdi1x-transaction/pom.xml index e2fdcfc..fb6c113 100644 --- a/ext/cdi/jersey-cdi1x-transaction/pom.xml +++ b/ext/cdi/jersey-cdi1x-transaction/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-cdi1x-transaction</artifactId>
diff --git a/ext/cdi/jersey-cdi1x-validation/pom.xml b/ext/cdi/jersey-cdi1x-validation/pom.xml index a16850a..da65708 100644 --- a/ext/cdi/jersey-cdi1x-validation/pom.xml +++ b/ext/cdi/jersey-cdi1x-validation/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-cdi1x-validation</artifactId>
diff --git a/ext/cdi/jersey-cdi1x/pom.xml b/ext/cdi/jersey-cdi1x/pom.xml index 87077c2..bfd0acf 100644 --- a/ext/cdi/jersey-cdi1x/pom.xml +++ b/ext/cdi/jersey-cdi1x/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-cdi1x</artifactId>
diff --git a/ext/cdi/jersey-weld2-se/pom.xml b/ext/cdi/jersey-weld2-se/pom.xml index 3d5a71b..426cd43 100644 --- a/ext/cdi/jersey-weld2-se/pom.xml +++ b/ext/cdi/jersey-weld2-se/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-weld2-se</artifactId>
diff --git a/ext/cdi/pom.xml b/ext/cdi/pom.xml index d73f38d..6bddfaa 100644 --- a/ext/cdi/pom.xml +++ b/ext/cdi/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.ext.cdi</groupId>
diff --git a/ext/constants/pom.xml b/ext/constants/pom.xml index 68c4d6d..d26b74b 100644 --- a/ext/constants/pom.xml +++ b/ext/constants/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2025, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-constants</artifactId>
diff --git a/ext/entity-filtering/pom.xml b/ext/entity-filtering/pom.xml index ffaa314..3cbcd78 100644 --- a/ext/entity-filtering/pom.xml +++ b/ext/entity-filtering/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-entity-filtering</artifactId>
diff --git a/ext/metainf-services/pom.xml b/ext/metainf-services/pom.xml index ba18f8f..b9c8338 100644 --- a/ext/metainf-services/pom.xml +++ b/ext/metainf-services/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-metainf-services</artifactId>
diff --git a/ext/micrometer/pom.xml b/ext/micrometer/pom.xml index e8b69cc..52fbe48 100644 --- a/ext/micrometer/pom.xml +++ b/ext/micrometer/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2023, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/ext/microprofile/mp-config/pom.xml b/ext/microprofile/mp-config/pom.xml index a095885..ea86d52 100644 --- a/ext/microprofile/mp-config/pom.xml +++ b/ext/microprofile/mp-config/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext.microprofile</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/ext/microprofile/mp-rest-client/pom.xml b/ext/microprofile/mp-rest-client/pom.xml index d65a9e9..36297fe 100644 --- a/ext/microprofile/mp-rest-client/pom.xml +++ b/ext/microprofile/mp-rest-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext.microprofile</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/ext/microprofile/pom.xml b/ext/microprofile/pom.xml index 0a01914..cbb2b01 100644 --- a/ext/microprofile/pom.xml +++ b/ext/microprofile/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/ext/mvc-bean-validation/pom.xml b/ext/mvc-bean-validation/pom.xml index c207e2e..4c575f8 100644 --- a/ext/mvc-bean-validation/pom.xml +++ b/ext/mvc-bean-validation/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-mvc-bean-validation</artifactId>
diff --git a/ext/mvc-freemarker/pom.xml b/ext/mvc-freemarker/pom.xml index f35c586..43552bc 100644 --- a/ext/mvc-freemarker/pom.xml +++ b/ext/mvc-freemarker/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-mvc-freemarker</artifactId>
diff --git a/ext/mvc-jsp/pom.xml b/ext/mvc-jsp/pom.xml index e8fbd55..e2e9851 100644 --- a/ext/mvc-jsp/pom.xml +++ b/ext/mvc-jsp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-mvc-jsp</artifactId>
diff --git a/ext/mvc-mustache/pom.xml b/ext/mvc-mustache/pom.xml index 02187db..0fcbc89 100644 --- a/ext/mvc-mustache/pom.xml +++ b/ext/mvc-mustache/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-mvc-mustache</artifactId>
diff --git a/ext/mvc-thymeleaf/pom.xml b/ext/mvc-thymeleaf/pom.xml index 33837eb..d4fb9f2 100644 --- a/ext/mvc-thymeleaf/pom.xml +++ b/ext/mvc-thymeleaf/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2024, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2024, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -25,7 +25,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-mvc-thymeleaf</artifactId>
diff --git a/ext/mvc/pom.xml b/ext/mvc/pom.xml index 767799a..ea7f2da 100644 --- a/ext/mvc/pom.xml +++ b/ext/mvc/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-mvc</artifactId>
diff --git a/ext/pom.xml b/ext/pom.xml index 3f4358c..721dde4 100644 --- a/ext/pom.xml +++ b/ext/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.ext</groupId>
diff --git a/ext/proxy-client/pom.xml b/ext/proxy-client/pom.xml index a4d7244..7c43648 100644 --- a/ext/proxy-client/pom.xml +++ b/ext/proxy-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-proxy-client</artifactId>
diff --git a/ext/rx/pom.xml b/ext/rx/pom.xml index 21c23a0..463f36d 100644 --- a/ext/rx/pom.xml +++ b/ext/rx/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.ext.rx</groupId>
diff --git a/ext/rx/rx-client-guava/pom.xml b/ext/rx/rx-client-guava/pom.xml index 12a6b90..cf03c26 100644 --- a/ext/rx/rx-client-guava/pom.xml +++ b/ext/rx/rx-client-guava/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.rx</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-rx-client-guava</artifactId>
diff --git a/ext/rx/rx-client-rxjava/pom.xml b/ext/rx/rx-client-rxjava/pom.xml index 33491a8..750f55c 100644 --- a/ext/rx/rx-client-rxjava/pom.xml +++ b/ext/rx/rx-client-rxjava/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.rx</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-rx-client-rxjava</artifactId>
diff --git a/ext/rx/rx-client-rxjava2/pom.xml b/ext/rx/rx-client-rxjava2/pom.xml index c60be49..96111cd 100644 --- a/ext/rx/rx-client-rxjava2/pom.xml +++ b/ext/rx/rx-client-rxjava2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.rx</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-rx-client-rxjava2</artifactId>
diff --git a/ext/spring6/pom.xml b/ext/spring6/pom.xml index 4cc853e..b9d6994 100644 --- a/ext/spring6/pom.xml +++ b/ext/spring6/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-spring6</artifactId>
diff --git a/ext/wadl-doclet/pom.xml b/ext/wadl-doclet/pom.xml index 8823e8c..92bd6d1 100644 --- a/ext/wadl-doclet/pom.xml +++ b/ext/wadl-doclet/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jersey-wadl-doclet</artifactId>
diff --git a/incubator/cdi-inject-weld/pom.xml b/incubator/cdi-inject-weld/pom.xml index da0e5be..e453b9c 100644 --- a/incubator/cdi-inject-weld/pom.xml +++ b/incubator/cdi-inject-weld/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-cdi-inject-weld</artifactId>
diff --git a/incubator/declarative-linking/pom.xml b/incubator/declarative-linking/pom.xml index 2130a51..ba5bf29 100644 --- a/incubator/declarative-linking/pom.xml +++ b/incubator/declarative-linking/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.ext</groupId>
diff --git a/incubator/gae-integration/pom.xml b/incubator/gae-integration/pom.xml index 366a6bd..1e6ef63 100644 --- a/incubator/gae-integration/pom.xml +++ b/incubator/gae-integration/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-gae-integration</artifactId>
diff --git a/incubator/html-json/pom.xml b/incubator/html-json/pom.xml index e6e5d1e..a592266 100644 --- a/incubator/html-json/pom.xml +++ b/incubator/html-json/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.media</groupId>
diff --git a/incubator/injectless-client/pom.xml b/incubator/injectless-client/pom.xml index 026316e..89ae2e9 100644 --- a/incubator/injectless-client/pom.xml +++ b/incubator/injectless-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2023, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-injectless-client</artifactId>
diff --git a/incubator/kryo/pom.xml b/incubator/kryo/pom.xml index f8a29b1..27e157b 100644 --- a/incubator/kryo/pom.xml +++ b/incubator/kryo/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.media</groupId>
diff --git a/incubator/open-tracing/pom.xml b/incubator/open-tracing/pom.xml index eec6e73..2d0699b 100644 --- a/incubator/open-tracing/pom.xml +++ b/incubator/open-tracing/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.incubator</groupId>
diff --git a/incubator/pom.xml b/incubator/pom.xml index 5d82dd9..97993b4 100644 --- a/incubator/pom.xml +++ b/incubator/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.incubator</groupId>
diff --git a/inject/cdi2-se/pom.xml b/inject/cdi2-se/pom.xml index 09afb2e..0758815 100644 --- a/inject/cdi2-se/pom.xml +++ b/inject/cdi2-se/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.inject</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-cdi2-se</artifactId>
diff --git a/inject/hk2/pom.xml b/inject/hk2/pom.xml index d52eb5c..ba3e6bf 100644 --- a/inject/hk2/pom.xml +++ b/inject/hk2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.inject</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-hk2</artifactId>
diff --git a/inject/pom.xml b/inject/pom.xml index 77575f2..94a40f8 100644 --- a/inject/pom.xml +++ b/inject/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.inject</groupId>
diff --git a/media/jaxb/pom.xml b/media/jaxb/pom.xml index 35804fd..47e9d92 100644 --- a/media/jaxb/pom.xml +++ b/media/jaxb/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-media-jaxb</artifactId>
diff --git a/media/json-binding/pom.xml b/media/json-binding/pom.xml index 538dfa2..3c0b4e1 100644 --- a/media/json-binding/pom.xml +++ b/media/json-binding/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-media-json-binding</artifactId>
diff --git a/media/json-gson/pom.xml b/media/json-gson/pom.xml index 8e37d39..777ed4e 100644 --- a/media/json-gson/pom.xml +++ b/media/json-gson/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2022, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2022, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-media-json-gson</artifactId>
diff --git a/media/json-jackson/pom.xml b/media/json-jackson/pom.xml index ed93813..b3212b2 100644 --- a/media/json-jackson/pom.xml +++ b/media/json-jackson/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-media-json-jackson</artifactId>
diff --git a/media/json-jettison/pom.xml b/media/json-jettison/pom.xml index 7330d35..c28b4e8 100644 --- a/media/json-jettison/pom.xml +++ b/media/json-jettison/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-media-json-jettison</artifactId>
diff --git a/media/json-processing/pom.xml b/media/json-processing/pom.xml index c5e21cf..2356a80 100644 --- a/media/json-processing/pom.xml +++ b/media/json-processing/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-media-json-processing</artifactId>
diff --git a/media/moxy/pom.xml b/media/moxy/pom.xml index 364a03b..cb47dde 100644 --- a/media/moxy/pom.xml +++ b/media/moxy/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-media-moxy</artifactId>
diff --git a/media/multipart/pom.xml b/media/multipart/pom.xml index 46a1ca2..7e85ab4 100644 --- a/media/multipart/pom.xml +++ b/media/multipart/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-media-multipart</artifactId>
diff --git a/media/pom.xml b/media/pom.xml index 754420e..4754f87 100644 --- a/media/pom.xml +++ b/media/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.media</groupId>
diff --git a/media/sse/pom.xml b/media/sse/pom.xml index bea92f4..5792a76 100644 --- a/media/sse/pom.xml +++ b/media/sse/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-media-sse</artifactId>
diff --git a/pom.xml b/pom.xml index ea2aa42..a5a4058 100644 --- a/pom.xml +++ b/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -29,7 +29,7 @@ <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> <packaging>pom</packaging> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <name>jersey</name> <description> Eclipse Jersey is the open source (under dual EPL+GPL license) Jakarta RESTful WebServices 3.0
diff --git a/security/oauth1-client/pom.xml b/security/oauth1-client/pom.xml index e891b23..111ad58 100644 --- a/security/oauth1-client/pom.xml +++ b/security/oauth1-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.security</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>oauth1-client</artifactId>
diff --git a/security/oauth1-server/pom.xml b/security/oauth1-server/pom.xml index 82f6ec2..5d2f3bc 100644 --- a/security/oauth1-server/pom.xml +++ b/security/oauth1-server/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.security</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>oauth1-server</artifactId>
diff --git a/security/oauth1-signature/pom.xml b/security/oauth1-signature/pom.xml index d3aa336..43a743c 100644 --- a/security/oauth1-signature/pom.xml +++ b/security/oauth1-signature/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <groupId>org.glassfish.jersey.security</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/security/oauth2-client/pom.xml b/security/oauth2-client/pom.xml index 9716475..95c89a2 100644 --- a/security/oauth2-client/pom.xml +++ b/security/oauth2-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <groupId>org.glassfish.jersey.security</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/security/pom.xml b/security/pom.xml index 391868b..31a11e9 100644 --- a/security/pom.xml +++ b/security/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.security</groupId>
diff --git a/test-framework/core/pom.xml b/test-framework/core/pom.xml index b97ef75..3e1f1e3 100644 --- a/test-framework/core/pom.xml +++ b/test-framework/core/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-test-framework-core</artifactId>
diff --git a/test-framework/maven/container-runner-maven-plugin/pom.xml b/test-framework/maven/container-runner-maven-plugin/pom.xml index 50277c6..ae5a4ad 100644 --- a/test-framework/maven/container-runner-maven-plugin/pom.xml +++ b/test-framework/maven/container-runner-maven-plugin/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.maven</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>container-runner-maven-plugin</artifactId>
diff --git a/test-framework/maven/custom-enforcer-rules/pom.xml b/test-framework/maven/custom-enforcer-rules/pom.xml index 9638c14..de87fc0 100644 --- a/test-framework/maven/custom-enforcer-rules/pom.xml +++ b/test-framework/maven/custom-enforcer-rules/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.maven</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>custom-enforcer-rules</artifactId>
diff --git a/test-framework/maven/pom.xml b/test-framework/maven/pom.xml index aed9cc7..24e0fe8 100644 --- a/test-framework/maven/pom.xml +++ b/test-framework/maven/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.test-framework.maven</groupId>
diff --git a/test-framework/memleak-test-common/pom.xml b/test-framework/memleak-test-common/pom.xml index 7159554..5ff06c8 100644 --- a/test-framework/memleak-test-common/pom.xml +++ b/test-framework/memleak-test-common/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>memleak-test-common</artifactId>
diff --git a/test-framework/pom.xml b/test-framework/pom.xml index 035c115..5cb38ff 100644 --- a/test-framework/pom.xml +++ b/test-framework/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.test-framework</groupId>
diff --git a/test-framework/providers/bundle/pom.xml b/test-framework/providers/bundle/pom.xml index ac11835..916fb04 100644 --- a/test-framework/providers/bundle/pom.xml +++ b/test-framework/providers/bundle/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-test-framework-provider-bundle</artifactId>
diff --git a/test-framework/providers/external/pom.xml b/test-framework/providers/external/pom.xml index de96b04..98285a5 100644 --- a/test-framework/providers/external/pom.xml +++ b/test-framework/providers/external/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-test-framework-provider-external</artifactId>
diff --git a/test-framework/providers/grizzly2/pom.xml b/test-framework/providers/grizzly2/pom.xml index 5f02011..6de2b86 100644 --- a/test-framework/providers/grizzly2/pom.xml +++ b/test-framework/providers/grizzly2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
diff --git a/test-framework/providers/helidon-http/pom.xml b/test-framework/providers/helidon-http/pom.xml index 2fad9c1..e155b58 100644 --- a/test-framework/providers/helidon-http/pom.xml +++ b/test-framework/providers/helidon-http/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2025, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-test-framework-provider-helidon</artifactId>
diff --git a/test-framework/providers/inmemory/pom.xml b/test-framework/providers/inmemory/pom.xml index 43304a5..51e291b 100644 --- a/test-framework/providers/inmemory/pom.xml +++ b/test-framework/providers/inmemory/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-test-framework-provider-inmemory</artifactId>
diff --git a/test-framework/providers/jdk-http/pom.xml b/test-framework/providers/jdk-http/pom.xml index a2aa21e..ded7d48 100644 --- a/test-framework/providers/jdk-http/pom.xml +++ b/test-framework/providers/jdk-http/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-test-framework-provider-jdk-http</artifactId>
diff --git a/test-framework/providers/jetty-http2/pom.xml b/test-framework/providers/jetty-http2/pom.xml index fb76dcf..cae911e 100644 --- a/test-framework/providers/jetty-http2/pom.xml +++ b/test-framework/providers/jetty-http2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2023, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.test-framework.providers</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test-framework/providers/jetty/pom.xml b/test-framework/providers/jetty/pom.xml index f7c6353..fca9072 100644 --- a/test-framework/providers/jetty/pom.xml +++ b/test-framework/providers/jetty/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.test-framework.providers</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test-framework/providers/netty/pom.xml b/test-framework/providers/netty/pom.xml index 8c4aecf..4ea1a53 100644 --- a/test-framework/providers/netty/pom.xml +++ b/test-framework/providers/netty/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2016, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2016, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-test-framework-provider-netty</artifactId>
diff --git a/test-framework/providers/pom.xml b/test-framework/providers/pom.xml index 2d9c416..add534c 100644 --- a/test-framework/providers/pom.xml +++ b/test-framework/providers/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId>
diff --git a/test-framework/providers/simple/pom.xml b/test-framework/providers/simple/pom.xml index 643d917..57a1c72 100644 --- a/test-framework/providers/simple/pom.xml +++ b/test-framework/providers/simple/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.test-framework.providers</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test-framework/util/pom.xml b/test-framework/util/pom.xml index db7304d..00a1b46 100644 --- a/test-framework/util/pom.xml +++ b/test-framework/util/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-test-framework-util</artifactId>
diff --git a/tests/e2e-client/pom.xml b/tests/e2e-client/pom.xml index 8084d3c..e1c3acb 100644 --- a/tests/e2e-client/pom.xml +++ b/tests/e2e-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>e2e-client</artifactId>
diff --git a/tests/e2e-core-common/pom.xml b/tests/e2e-core-common/pom.xml index 1995d04..791f4fe 100644 --- a/tests/e2e-core-common/pom.xml +++ b/tests/e2e-core-common/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>e2e-core-common</artifactId>
diff --git a/tests/e2e-entity/pom.xml b/tests/e2e-entity/pom.xml index 1ec9ae1..53b05c0 100644 --- a/tests/e2e-entity/pom.xml +++ b/tests/e2e-entity/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>e2e-entity</artifactId>
diff --git a/tests/e2e-inject/cdi-inject-weld/pom.xml b/tests/e2e-inject/cdi-inject-weld/pom.xml index 507c4ad..2e1f7a8 100644 --- a/tests/e2e-inject/cdi-inject-weld/pom.xml +++ b/tests/e2e-inject/cdi-inject-weld/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2021, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>e2e-inject</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>e2e-inject-cdi-inject-weld</artifactId>
diff --git a/tests/e2e-inject/cdi2-se/pom.xml b/tests/e2e-inject/cdi2-se/pom.xml index bba8922..4bd32a8 100644 --- a/tests/e2e-inject/cdi2-se/pom.xml +++ b/tests/e2e-inject/cdi2-se/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>e2e-inject</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>e2e-inject-cdi2-se</artifactId>
diff --git a/tests/e2e-inject/hk2/pom.xml b/tests/e2e-inject/hk2/pom.xml index 275b098..8e9f1c0 100644 --- a/tests/e2e-inject/hk2/pom.xml +++ b/tests/e2e-inject/hk2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>e2e-inject</artifactId> <groupId>org.glassfish.jersey.tests</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/e2e-inject/non-inject/pom.xml b/tests/e2e-inject/non-inject/pom.xml index 4ad29f6..a79a127 100644 --- a/tests/e2e-inject/non-inject/pom.xml +++ b/tests/e2e-inject/non-inject/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2024, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2024, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>e2e-inject</artifactId> <groupId>org.glassfish.jersey.tests</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/e2e-inject/pom.xml b/tests/e2e-inject/pom.xml index c5bc1b2..91ff2c0 100644 --- a/tests/e2e-inject/pom.xml +++ b/tests/e2e-inject/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>e2e-inject</artifactId>
diff --git a/tests/e2e-jdk-specifics/pom.xml b/tests/e2e-jdk-specifics/pom.xml index 973068b..43c4d82 100644 --- a/tests/e2e-jdk-specifics/pom.xml +++ b/tests/e2e-jdk-specifics/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2024, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2024, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>e2e-jdk-specifics</artifactId>
diff --git a/tests/e2e-server/pom.xml b/tests/e2e-server/pom.xml index 3f6d2b0..d754e0f 100644 --- a/tests/e2e-server/pom.xml +++ b/tests/e2e-server/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>e2e-server</artifactId>
diff --git a/tests/e2e-testng/pom.xml b/tests/e2e-testng/pom.xml index 4e9ff98..95fa24d 100644 --- a/tests/e2e-testng/pom.xml +++ b/tests/e2e-testng/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>e2e-testng</artifactId>
diff --git a/tests/e2e-tls/pom.xml b/tests/e2e-tls/pom.xml index 51be479..76926b6 100644 --- a/tests/e2e-tls/pom.xml +++ b/tests/e2e-tls/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2023, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>e2e-tls</artifactId>
diff --git a/tests/e2e/pom.xml b/tests/e2e/pom.xml index 1a6e9ff..0179072 100644 --- a/tests/e2e/pom.xml +++ b/tests/e2e/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>e2e</artifactId>
diff --git a/tests/integration/asm/pom.xml b/tests/integration/asm/pom.xml index 97038df..b7f7b01 100644 --- a/tests/integration/asm/pom.xml +++ b/tests/integration/asm/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/async-jersey-filter/pom.xml b/tests/integration/async-jersey-filter/pom.xml index 7f764d0..4a4e3d0 100644 --- a/tests/integration/async-jersey-filter/pom.xml +++ b/tests/integration/async-jersey-filter/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>async-jersey-filter</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml b/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml index 81543cd..1bdf239 100644 --- a/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-beanvalidation-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-client-on-server/pom.xml b/tests/integration/cdi-integration/cdi-client-on-server/pom.xml index 130e45d..e1fbac4 100644 --- a/tests/integration/cdi-integration/cdi-client-on-server/pom.xml +++ b/tests/integration/cdi-integration/cdi-client-on-server/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-client-on-server</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-client/pom.xml b/tests/integration/cdi-integration/cdi-client/pom.xml index 52e8ad0..52296a8 100644 --- a/tests/integration/cdi-integration/cdi-client/pom.xml +++ b/tests/integration/cdi-integration/cdi-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2021, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-client</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml b/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml index 2e7bf4d..44b26c7 100644 --- a/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-ejb-test-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml b/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml index e64c956..a519af5 100644 --- a/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-iface-with-non-jaxrs-impl-test-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-log-check/pom.xml b/tests/integration/cdi-integration/cdi-log-check/pom.xml index f912ca6..1cad5f8 100644 --- a/tests/integration/cdi-integration/cdi-log-check/pom.xml +++ b/tests/integration/cdi-integration/cdi-log-check/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-log-check</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-manually-bound/pom.xml b/tests/integration/cdi-integration/cdi-manually-bound/pom.xml index 9282f51..7f29316 100644 --- a/tests/integration/cdi-integration/cdi-manually-bound/pom.xml +++ b/tests/integration/cdi-integration/cdi-manually-bound/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>cdi-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml b/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml index ec0219a..887fb16 100644 --- a/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml +++ b/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml b/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml index 1b2590c..0089004 100644 --- a/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml +++ b/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/cdi-integration/cdi-multimodule/pom.xml b/tests/integration/cdi-integration/cdi-multimodule/pom.xml index 6dd6323..8f49f1c 100644 --- a/tests/integration/cdi-integration/cdi-multimodule/pom.xml +++ b/tests/integration/cdi-integration/cdi-multimodule/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-multimodule</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml b/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml index 9ad042b..69ab24b 100644 --- a/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml +++ b/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml b/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml index a1d0f56..a2e6218 100644 --- a/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml +++ b/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml b/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml index 7e97d3b..adcb79b 100644 --- a/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-multipart-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml b/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml index 6ced4c1..37871e7 100644 --- a/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml +++ b/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2021, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/cdi-integration/cdi-singleton/pom.xml b/tests/integration/cdi-integration/cdi-singleton/pom.xml index 536e026..b4aca4c 100644 --- a/tests/integration/cdi-integration/cdi-singleton/pom.xml +++ b/tests/integration/cdi-integration/cdi-singleton/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2021, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>cdi-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/cdi-integration/cdi-skipping-analyzer/pom.xml b/tests/integration/cdi-integration/cdi-skipping-analyzer/pom.xml index 78ed68c..8e71a3f 100644 --- a/tests/integration/cdi-integration/cdi-skipping-analyzer/pom.xml +++ b/tests/integration/cdi-integration/cdi-skipping-analyzer/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2024, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2024, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>cdi-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/cdi-integration/cdi-test-webapp/pom.xml b/tests/integration/cdi-integration/cdi-test-webapp/pom.xml index 7c7e02d..c798444 100644 --- a/tests/integration/cdi-integration/cdi-test-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-test-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-test-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml b/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml index 27a1467..00bd83b 100644 --- a/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-with-jersey-injection-custom-cfg-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml b/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml index 21558f9..c39974c 100644 --- a/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-with-jersey-injection-custom-hk2-banned-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml b/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml index 7fd53f3..1bbbcb7 100644 --- a/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>cdi-with-jersey-injection-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/context-inject-on-server/pom.xml b/tests/integration/cdi-integration/context-inject-on-server/pom.xml index a249be7..d8144bf 100644 --- a/tests/integration/cdi-integration/context-inject-on-server/pom.xml +++ b/tests/integration/cdi-integration/context-inject-on-server/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2021, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>context-inject-on-server</artifactId>
diff --git a/tests/integration/cdi-integration/gf-cdi-inject/pom.xml b/tests/integration/cdi-integration/gf-cdi-inject/pom.xml index 68bbf66..81fe5ed 100644 --- a/tests/integration/cdi-integration/gf-cdi-inject/pom.xml +++ b/tests/integration/cdi-integration/gf-cdi-inject/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2022, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2022, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>gf-cdi-inject-on-server</artifactId>
diff --git a/tests/integration/cdi-integration/pom.xml b/tests/integration/cdi-integration/pom.xml index 9da5b7a..be68025 100644 --- a/tests/integration/cdi-integration/pom.xml +++ b/tests/integration/cdi-integration/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging>
diff --git a/tests/integration/client-connector-provider/pom.xml b/tests/integration/client-connector-provider/pom.xml index c485a64..8ab39ad 100644 --- a/tests/integration/client-connector-provider/pom.xml +++ b/tests/integration/client-connector-provider/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>client-connector-provider</artifactId>
diff --git a/tests/integration/ejb-multimodule-reload/ear/pom.xml b/tests/integration/ejb-multimodule-reload/ear/pom.xml index 1932ba4..7b6576c 100644 --- a/tests/integration/ejb-multimodule-reload/ear/pom.xml +++ b/tests/integration/ejb-multimodule-reload/ear/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule-reload/lib/pom.xml b/tests/integration/ejb-multimodule-reload/lib/pom.xml index 1a9c4c0..273e66c 100644 --- a/tests/integration/ejb-multimodule-reload/lib/pom.xml +++ b/tests/integration/ejb-multimodule-reload/lib/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule-reload/pom.xml b/tests/integration/ejb-multimodule-reload/pom.xml index 8028e76..c5c268a 100644 --- a/tests/integration/ejb-multimodule-reload/pom.xml +++ b/tests/integration/ejb-multimodule-reload/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>ejb-multimodule-reload</artifactId>
diff --git a/tests/integration/ejb-multimodule-reload/war1/pom.xml b/tests/integration/ejb-multimodule-reload/war1/pom.xml index e0ff265..de41d85 100644 --- a/tests/integration/ejb-multimodule-reload/war1/pom.xml +++ b/tests/integration/ejb-multimodule-reload/war1/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule-reload/war2/pom.xml b/tests/integration/ejb-multimodule-reload/war2/pom.xml index 13f4fd9..ac20124 100644 --- a/tests/integration/ejb-multimodule-reload/war2/pom.xml +++ b/tests/integration/ejb-multimodule-reload/war2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule/ear/pom.xml b/tests/integration/ejb-multimodule/ear/pom.xml index 17bd05c..48b965f 100644 --- a/tests/integration/ejb-multimodule/ear/pom.xml +++ b/tests/integration/ejb-multimodule/ear/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule/lib/pom.xml b/tests/integration/ejb-multimodule/lib/pom.xml index 7c63d59..7fac4b3 100644 --- a/tests/integration/ejb-multimodule/lib/pom.xml +++ b/tests/integration/ejb-multimodule/lib/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule/pom.xml b/tests/integration/ejb-multimodule/pom.xml index 2c3a067..e567f84 100644 --- a/tests/integration/ejb-multimodule/pom.xml +++ b/tests/integration/ejb-multimodule/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>ejb-multimodule</artifactId>
diff --git a/tests/integration/ejb-multimodule/war/pom.xml b/tests/integration/ejb-multimodule/war/pom.xml index fd8f593..498a14a 100644 --- a/tests/integration/ejb-multimodule/war/pom.xml +++ b/tests/integration/ejb-multimodule/war/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-test-webapp/pom.xml b/tests/integration/ejb-test-webapp/pom.xml index 8ed4d7c..18b3fdb 100644 --- a/tests/integration/ejb-test-webapp/pom.xml +++ b/tests/integration/ejb-test-webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>ejb-test-webapp</artifactId>
diff --git a/tests/integration/externalproperties/pom.xml b/tests/integration/externalproperties/pom.xml index aecca1a..0245ee1 100644 --- a/tests/integration/externalproperties/pom.xml +++ b/tests/integration/externalproperties/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>externalproperties</artifactId>
diff --git a/tests/integration/helidon3-client/pom.xml b/tests/integration/helidon3-client/pom.xml index 04fba08..d4183db 100644 --- a/tests/integration/helidon3-client/pom.xml +++ b/tests/integration/helidon3-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2025, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/j-376/pom.xml b/tests/integration/j-376/pom.xml index 6847cbc..6be6581 100644 --- a/tests/integration/j-376/pom.xml +++ b/tests/integration/j-376/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>j-376</artifactId>
diff --git a/tests/integration/j-441/ear/pom.xml b/tests/integration/j-441/ear/pom.xml index 380bdd1..094c13e 100644 --- a/tests/integration/j-441/ear/pom.xml +++ b/tests/integration/j-441/ear/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>j-441-ear</artifactId>
diff --git a/tests/integration/j-441/pom.xml b/tests/integration/j-441/pom.xml index 8b82637..8c89fda 100644 --- a/tests/integration/j-441/pom.xml +++ b/tests/integration/j-441/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>j-441</artifactId>
diff --git a/tests/integration/j-441/war1/pom.xml b/tests/integration/j-441/war1/pom.xml index a938cde..35d0d87 100644 --- a/tests/integration/j-441/war1/pom.xml +++ b/tests/integration/j-441/war1/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/j-441/war2/pom.xml b/tests/integration/j-441/war2/pom.xml index 9a42ac4..f4a5a49 100644 --- a/tests/integration/j-441/war2/pom.xml +++ b/tests/integration/j-441/war2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/j-59/ear/pom.xml b/tests/integration/j-59/ear/pom.xml index 87dd0c4..e0f4217 100644 --- a/tests/integration/j-59/ear/pom.xml +++ b/tests/integration/j-59/ear/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/j-59/lib/pom.xml b/tests/integration/j-59/lib/pom.xml index 556389e..b5190c5 100644 --- a/tests/integration/j-59/lib/pom.xml +++ b/tests/integration/j-59/lib/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/j-59/pom.xml b/tests/integration/j-59/pom.xml index 45ab27c..1091f5e 100644 --- a/tests/integration/j-59/pom.xml +++ b/tests/integration/j-59/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>j-59</artifactId>
diff --git a/tests/integration/j-59/war/pom.xml b/tests/integration/j-59/war/pom.xml index 82326d8..7418c73 100644 --- a/tests/integration/j-59/war/pom.xml +++ b/tests/integration/j-59/war/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/jackson-14/pom.xml b/tests/integration/jackson-14/pom.xml index e1eb1d4..4da14e5 100644 --- a/tests/integration/jackson-14/pom.xml +++ b/tests/integration/jackson-14/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2023, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jaxrs-component-inject/pom.xml b/tests/integration/jaxrs-component-inject/pom.xml index 9ad772f..9278dbd 100644 --- a/tests/integration/jaxrs-component-inject/pom.xml +++ b/tests/integration/jaxrs-component-inject/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2017, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jaxrs-component-inject</artifactId>
diff --git a/tests/integration/jersey-1107/pom.xml b/tests/integration/jersey-1107/pom.xml index 41b5303..61fa029 100644 --- a/tests/integration/jersey-1107/pom.xml +++ b/tests/integration/jersey-1107/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-1107</artifactId>
diff --git a/tests/integration/jersey-1223/pom.xml b/tests/integration/jersey-1223/pom.xml index 6e9d68d..a3b8497 100644 --- a/tests/integration/jersey-1223/pom.xml +++ b/tests/integration/jersey-1223/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jersey-1223</artifactId>
diff --git a/tests/integration/jersey-1604/pom.xml b/tests/integration/jersey-1604/pom.xml index 881c328..201ea68 100644 --- a/tests/integration/jersey-1604/pom.xml +++ b/tests/integration/jersey-1604/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jersey-1604</artifactId>
diff --git a/tests/integration/jersey-1667/pom.xml b/tests/integration/jersey-1667/pom.xml index ceba798..c6ddbf0 100644 --- a/tests/integration/jersey-1667/pom.xml +++ b/tests/integration/jersey-1667/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-1667</artifactId>
diff --git a/tests/integration/jersey-1883/pom.xml b/tests/integration/jersey-1883/pom.xml index a9af9cc..4471e42 100644 --- a/tests/integration/jersey-1883/pom.xml +++ b/tests/integration/jersey-1883/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-1883</artifactId>
diff --git a/tests/integration/jersey-1928/pom.xml b/tests/integration/jersey-1928/pom.xml index c0791f9..477aff7 100644 --- a/tests/integration/jersey-1928/pom.xml +++ b/tests/integration/jersey-1928/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jersey-1928</artifactId>
diff --git a/tests/integration/jersey-1960/pom.xml b/tests/integration/jersey-1960/pom.xml index 67b88e7..3e44564 100644 --- a/tests/integration/jersey-1960/pom.xml +++ b/tests/integration/jersey-1960/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-1960</artifactId>
diff --git a/tests/integration/jersey-1964/pom.xml b/tests/integration/jersey-1964/pom.xml index b0c106d..8157afa 100644 --- a/tests/integration/jersey-1964/pom.xml +++ b/tests/integration/jersey-1964/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-1964</artifactId>
diff --git a/tests/integration/jersey-2031/pom.xml b/tests/integration/jersey-2031/pom.xml index 6d3987f..970c142 100644 --- a/tests/integration/jersey-2031/pom.xml +++ b/tests/integration/jersey-2031/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -25,7 +25,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2031</artifactId>
diff --git a/tests/integration/jersey-2136/pom.xml b/tests/integration/jersey-2136/pom.xml index b3a88d7..257f328 100644 --- a/tests/integration/jersey-2136/pom.xml +++ b/tests/integration/jersey-2136/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2136</artifactId>
diff --git a/tests/integration/jersey-2137/pom.xml b/tests/integration/jersey-2137/pom.xml index 5ed4487..e1ad2ac 100644 --- a/tests/integration/jersey-2137/pom.xml +++ b/tests/integration/jersey-2137/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2137</artifactId>
diff --git a/tests/integration/jersey-2154/pom.xml b/tests/integration/jersey-2154/pom.xml index bab5d62..ed07a61 100644 --- a/tests/integration/jersey-2154/pom.xml +++ b/tests/integration/jersey-2154/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2154</artifactId>
diff --git a/tests/integration/jersey-2160/pom.xml b/tests/integration/jersey-2160/pom.xml index 965b340..41e032f 100644 --- a/tests/integration/jersey-2160/pom.xml +++ b/tests/integration/jersey-2160/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2160</artifactId>
diff --git a/tests/integration/jersey-2164/pom.xml b/tests/integration/jersey-2164/pom.xml index aa283be..0ff719b 100644 --- a/tests/integration/jersey-2164/pom.xml +++ b/tests/integration/jersey-2164/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2164</artifactId>
diff --git a/tests/integration/jersey-2167/pom.xml b/tests/integration/jersey-2167/pom.xml index 2a643ba..0897a42 100644 --- a/tests/integration/jersey-2167/pom.xml +++ b/tests/integration/jersey-2167/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2167</artifactId>
diff --git a/tests/integration/jersey-2176/pom.xml b/tests/integration/jersey-2176/pom.xml index 2e98ace..e8e7aa8 100644 --- a/tests/integration/jersey-2176/pom.xml +++ b/tests/integration/jersey-2176/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2176</artifactId>
diff --git a/tests/integration/jersey-2184/pom.xml b/tests/integration/jersey-2184/pom.xml index b04e813..5992101 100644 --- a/tests/integration/jersey-2184/pom.xml +++ b/tests/integration/jersey-2184/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2184</artifactId>
diff --git a/tests/integration/jersey-2255/pom.xml b/tests/integration/jersey-2255/pom.xml index add5231..172d89f 100644 --- a/tests/integration/jersey-2255/pom.xml +++ b/tests/integration/jersey-2255/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2255</artifactId>
diff --git a/tests/integration/jersey-2322/pom.xml b/tests/integration/jersey-2322/pom.xml index d73e88f..c75a9ab 100644 --- a/tests/integration/jersey-2322/pom.xml +++ b/tests/integration/jersey-2322/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2322</artifactId>
diff --git a/tests/integration/jersey-2335/pom.xml b/tests/integration/jersey-2335/pom.xml index 60612a4..bfd1481 100644 --- a/tests/integration/jersey-2335/pom.xml +++ b/tests/integration/jersey-2335/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2335</artifactId>
diff --git a/tests/integration/jersey-2421/pom.xml b/tests/integration/jersey-2421/pom.xml index 1a7c805..44034f1 100644 --- a/tests/integration/jersey-2421/pom.xml +++ b/tests/integration/jersey-2421/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2421</artifactId>
diff --git a/tests/integration/jersey-2551/pom.xml b/tests/integration/jersey-2551/pom.xml index b2075c2..93e0849 100644 --- a/tests/integration/jersey-2551/pom.xml +++ b/tests/integration/jersey-2551/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2551</artifactId>
diff --git a/tests/integration/jersey-2612/pom.xml b/tests/integration/jersey-2612/pom.xml index 4a77762..5f20d17 100644 --- a/tests/integration/jersey-2612/pom.xml +++ b/tests/integration/jersey-2612/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2612</artifactId>
diff --git a/tests/integration/jersey-2637/pom.xml b/tests/integration/jersey-2637/pom.xml index 02a3bae..fd4a650 100644 --- a/tests/integration/jersey-2637/pom.xml +++ b/tests/integration/jersey-2637/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2637</artifactId>
diff --git a/tests/integration/jersey-2654/pom.xml b/tests/integration/jersey-2654/pom.xml index cd29d07..1379414 100644 --- a/tests/integration/jersey-2654/pom.xml +++ b/tests/integration/jersey-2654/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2654</artifactId>
diff --git a/tests/integration/jersey-2673/pom.xml b/tests/integration/jersey-2673/pom.xml index ffcc0be..c266c3d 100644 --- a/tests/integration/jersey-2673/pom.xml +++ b/tests/integration/jersey-2673/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2673</artifactId>
diff --git a/tests/integration/jersey-2689/pom.xml b/tests/integration/jersey-2689/pom.xml index d859cfe..5ee4f70 100644 --- a/tests/integration/jersey-2689/pom.xml +++ b/tests/integration/jersey-2689/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2689</artifactId>
diff --git a/tests/integration/jersey-2704/pom.xml b/tests/integration/jersey-2704/pom.xml index 30823d9..a180617 100644 --- a/tests/integration/jersey-2704/pom.xml +++ b/tests/integration/jersey-2704/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2704</artifactId>
diff --git a/tests/integration/jersey-2776/pom.xml b/tests/integration/jersey-2776/pom.xml index afb8694..11c2e05 100644 --- a/tests/integration/jersey-2776/pom.xml +++ b/tests/integration/jersey-2776/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2776</artifactId>
diff --git a/tests/integration/jersey-2794/pom.xml b/tests/integration/jersey-2794/pom.xml index c519c37..4ca21a5 100644 --- a/tests/integration/jersey-2794/pom.xml +++ b/tests/integration/jersey-2794/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2794</artifactId>
diff --git a/tests/integration/jersey-2846/pom.xml b/tests/integration/jersey-2846/pom.xml index d07ca08..f913cb1 100644 --- a/tests/integration/jersey-2846/pom.xml +++ b/tests/integration/jersey-2846/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2846</artifactId>
diff --git a/tests/integration/jersey-2878/pom.xml b/tests/integration/jersey-2878/pom.xml index b683e2b..d37d6e3 100644 --- a/tests/integration/jersey-2878/pom.xml +++ b/tests/integration/jersey-2878/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2878</artifactId>
diff --git a/tests/integration/jersey-2892/pom.xml b/tests/integration/jersey-2892/pom.xml index 11770ed..ccb8fba 100644 --- a/tests/integration/jersey-2892/pom.xml +++ b/tests/integration/jersey-2892/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-2892</artifactId>
diff --git a/tests/integration/jersey-3662/pom.xml b/tests/integration/jersey-3662/pom.xml index 9dc64ca..20ee799 100644 --- a/tests/integration/jersey-3662/pom.xml +++ b/tests/integration/jersey-3662/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2021, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-3670/pom.xml b/tests/integration/jersey-3670/pom.xml index 1956955..3e1f7e7 100644 --- a/tests/integration/jersey-3670/pom.xml +++ b/tests/integration/jersey-3670/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-3670</artifactId>
diff --git a/tests/integration/jersey-3796/pom.xml b/tests/integration/jersey-3796/pom.xml index 6999d32..0fbaec8 100644 --- a/tests/integration/jersey-3796/pom.xml +++ b/tests/integration/jersey-3796/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2018, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-3796</artifactId>
diff --git a/tests/integration/jersey-3992/pom.xml b/tests/integration/jersey-3992/pom.xml index 0f68dba..431c5ae 100644 --- a/tests/integration/jersey-3992/pom.xml +++ b/tests/integration/jersey-3992/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. Copyright (c) 2018 Payara Foundation and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-3992</artifactId>
diff --git a/tests/integration/jersey-4003/pom.xml b/tests/integration/jersey-4003/pom.xml index 647be9d..fb47ceb 100644 --- a/tests/integration/jersey-4003/pom.xml +++ b/tests/integration/jersey-4003/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4099/pom.xml b/tests/integration/jersey-4099/pom.xml index 5ff4933..a2aeb4e 100644 --- a/tests/integration/jersey-4099/pom.xml +++ b/tests/integration/jersey-4099/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. Copyright (c) 2019 Christian Kaltepoth. All rights reserved. This program and the accompanying materials are made available under the @@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-4099</artifactId>
diff --git a/tests/integration/jersey-4321/pom.xml b/tests/integration/jersey-4321/pom.xml index 5b7fd16..a6e2ae0 100644 --- a/tests/integration/jersey-4321/pom.xml +++ b/tests/integration/jersey-4321/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. Copyright (c) 2019 Christian Kaltepoth. All rights reserved. This program and the accompanying materials are made available under the @@ -24,7 +24,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4507/pom.xml b/tests/integration/jersey-4507/pom.xml index b0f3676..a818de6 100644 --- a/tests/integration/jersey-4507/pom.xml +++ b/tests/integration/jersey-4507/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4542/pom.xml b/tests/integration/jersey-4542/pom.xml index f938177..2940e27 100644 --- a/tests/integration/jersey-4542/pom.xml +++ b/tests/integration/jersey-4542/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4697/pom.xml b/tests/integration/jersey-4697/pom.xml index 881b39a..dc41e1a 100644 --- a/tests/integration/jersey-4697/pom.xml +++ b/tests/integration/jersey-4697/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2021, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4722/pom.xml b/tests/integration/jersey-4722/pom.xml index 217699b..41c7053 100644 --- a/tests/integration/jersey-4722/pom.xml +++ b/tests/integration/jersey-4722/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2021, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4949/pom.xml b/tests/integration/jersey-4949/pom.xml index 1a9f0cb..a6b51e2 100644 --- a/tests/integration/jersey-4949/pom.xml +++ b/tests/integration/jersey-4949/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2022, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2022, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-4949</artifactId>
diff --git a/tests/integration/jersey-5087/pom.xml b/tests/integration/jersey-5087/pom.xml index 373aa19..75c9ac6 100644 --- a/tests/integration/jersey-5087/pom.xml +++ b/tests/integration/jersey-5087/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2022, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2022, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-5796/pom.xml b/tests/integration/jersey-5796/pom.xml index 45a371c..c052f52 100644 --- a/tests/integration/jersey-5796/pom.xml +++ b/tests/integration/jersey-5796/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2025, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-780/pom.xml b/tests/integration/jersey-780/pom.xml index 1d93128..5adf8df 100644 --- a/tests/integration/jersey-780/pom.xml +++ b/tests/integration/jersey-780/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-780</artifactId>
diff --git a/tests/integration/microprofile/config/helidon/pom.xml b/tests/integration/microprofile/config/helidon/pom.xml index 281e36c..39c54af 100644 --- a/tests/integration/microprofile/config/helidon/pom.xml +++ b/tests/integration/microprofile/config/helidon/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>microprofile-config-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.microprofile</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/microprofile/config/pom.xml b/tests/integration/microprofile/config/pom.xml index 526419d..958f25b 100644 --- a/tests/integration/microprofile/config/pom.xml +++ b/tests/integration/microprofile/config/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>microprofile-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.microprofile</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging>
diff --git a/tests/integration/microprofile/config/webapp/pom.xml b/tests/integration/microprofile/config/webapp/pom.xml index c162af8..cb03667 100644 --- a/tests/integration/microprofile/config/webapp/pom.xml +++ b/tests/integration/microprofile/config/webapp/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>microprofile-config-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.microprofile</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/microprofile/pom.xml b/tests/integration/microprofile/pom.xml index 97a819f..f0f79e8 100644 --- a/tests/integration/microprofile/pom.xml +++ b/tests/integration/microprofile/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging>
diff --git a/tests/integration/microprofile/rest-client-tck/pom.xml b/tests/integration/microprofile/rest-client-tck/pom.xml index 62c570e..ec531c1 100644 --- a/tests/integration/microprofile/rest-client-tck/pom.xml +++ b/tests/integration/microprofile/rest-client-tck/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>microprofile-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.microprofile</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/microprofile/rest-client-tck3/pom.xml b/tests/integration/microprofile/rest-client-tck3/pom.xml index c26ac72..ae024cb 100644 --- a/tests/integration/microprofile/rest-client-tck3/pom.xml +++ b/tests/integration/microprofile/rest-client-tck3/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>microprofile-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.microprofile</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/microprofile/rest-client/pom.xml b/tests/integration/microprofile/rest-client/pom.xml index cdafb5f..b7c70ce 100644 --- a/tests/integration/microprofile/rest-client/pom.xml +++ b/tests/integration/microprofile/rest-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2019, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>microprofile-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.microprofile</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 49fc438..7f1bc5c 100644 --- a/tests/integration/pom.xml +++ b/tests/integration/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. Copyright (c) 2018 Payara Foundation and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the @@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.tests.integration</groupId>
diff --git a/tests/integration/property-check/pom.xml b/tests/integration/property-check/pom.xml index 24bb6af..78e07f8 100644 --- a/tests/integration/property-check/pom.xml +++ b/tests/integration/property-check/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>property-check</artifactId>
diff --git a/tests/integration/reactive-streams/pom.xml b/tests/integration/reactive-streams/pom.xml index c4b3de5..3391b90 100644 --- a/tests/integration/reactive-streams/pom.xml +++ b/tests/integration/reactive-streams/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging>
diff --git a/tests/integration/reactive-streams/sse/pom.xml b/tests/integration/reactive-streams/sse/pom.xml index 2292975..fe2be73 100644 --- a/tests/integration/reactive-streams/sse/pom.xml +++ b/tests/integration/reactive-streams/sse/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <artifactId>reactive-streams-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.reactive</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/resteasy-client/pom.xml b/tests/integration/resteasy-client/pom.xml index 97a2de8..779a982 100644 --- a/tests/integration/resteasy-client/pom.xml +++ b/tests/integration/resteasy-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2025, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -25,7 +25,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>resteasy-client</artifactId>
diff --git a/tests/integration/security-digest/pom.xml b/tests/integration/security-digest/pom.xml index c378737..00c8858 100644 --- a/tests/integration/security-digest/pom.xml +++ b/tests/integration/security-digest/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>security-digest</artifactId>
diff --git a/tests/integration/servlet-2.5-autodiscovery-1/pom.xml b/tests/integration/servlet-2.5-autodiscovery-1/pom.xml index 6b1e7be..8dcabbb 100644 --- a/tests/integration/servlet-2.5-autodiscovery-1/pom.xml +++ b/tests/integration/servlet-2.5-autodiscovery-1/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-autodiscovery-1</artifactId>
diff --git a/tests/integration/servlet-2.5-autodiscovery-2/pom.xml b/tests/integration/servlet-2.5-autodiscovery-2/pom.xml index c3a4318..85ae7e4 100644 --- a/tests/integration/servlet-2.5-autodiscovery-2/pom.xml +++ b/tests/integration/servlet-2.5-autodiscovery-2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-autodiscovery-2</artifactId>
diff --git a/tests/integration/servlet-2.5-filter/pom.xml b/tests/integration/servlet-2.5-filter/pom.xml index 396c2dd..1d8026d 100644 --- a/tests/integration/servlet-2.5-filter/pom.xml +++ b/tests/integration/servlet-2.5-filter/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-filter</artifactId>
diff --git a/tests/integration/servlet-2.5-inflector-1/pom.xml b/tests/integration/servlet-2.5-inflector-1/pom.xml index a4d0f5b..27ac63e 100644 --- a/tests/integration/servlet-2.5-inflector-1/pom.xml +++ b/tests/integration/servlet-2.5-inflector-1/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-inflector-1</artifactId>
diff --git a/tests/integration/servlet-2.5-init-1/pom.xml b/tests/integration/servlet-2.5-init-1/pom.xml index 165eb8f..a9a247a 100644 --- a/tests/integration/servlet-2.5-init-1/pom.xml +++ b/tests/integration/servlet-2.5-init-1/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-init-1</artifactId>
diff --git a/tests/integration/servlet-2.5-init-2/pom.xml b/tests/integration/servlet-2.5-init-2/pom.xml index 7fdd702..52ca2d5 100644 --- a/tests/integration/servlet-2.5-init-2/pom.xml +++ b/tests/integration/servlet-2.5-init-2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-init-2</artifactId>
diff --git a/tests/integration/servlet-2.5-init-3/pom.xml b/tests/integration/servlet-2.5-init-3/pom.xml index 24b2193..d1f2271 100644 --- a/tests/integration/servlet-2.5-init-3/pom.xml +++ b/tests/integration/servlet-2.5-init-3/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-init-3</artifactId>
diff --git a/tests/integration/servlet-2.5-init-4/pom.xml b/tests/integration/servlet-2.5-init-4/pom.xml index 1498e81..77d85b5 100644 --- a/tests/integration/servlet-2.5-init-4/pom.xml +++ b/tests/integration/servlet-2.5-init-4/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-init-4</artifactId>
diff --git a/tests/integration/servlet-2.5-init-5/pom.xml b/tests/integration/servlet-2.5-init-5/pom.xml index 8bd5555..b3941a5 100644 --- a/tests/integration/servlet-2.5-init-5/pom.xml +++ b/tests/integration/servlet-2.5-init-5/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-init-5</artifactId>
diff --git a/tests/integration/servlet-2.5-init-6/pom.xml b/tests/integration/servlet-2.5-init-6/pom.xml index 1147fc0..6fe784a 100644 --- a/tests/integration/servlet-2.5-init-6/pom.xml +++ b/tests/integration/servlet-2.5-init-6/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-init-6</artifactId>
diff --git a/tests/integration/servlet-2.5-init-7/pom.xml b/tests/integration/servlet-2.5-init-7/pom.xml index 28567bc..30a2863 100644 --- a/tests/integration/servlet-2.5-init-7/pom.xml +++ b/tests/integration/servlet-2.5-init-7/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-init-7</artifactId>
diff --git a/tests/integration/servlet-2.5-init-8/pom.xml b/tests/integration/servlet-2.5-init-8/pom.xml index f50bb0e..d1e6f69 100644 --- a/tests/integration/servlet-2.5-init-8/pom.xml +++ b/tests/integration/servlet-2.5-init-8/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-init-8</artifactId>
diff --git a/tests/integration/servlet-2.5-mvc-1/pom.xml b/tests/integration/servlet-2.5-mvc-1/pom.xml index 57d34b3..f9a96f4 100644 --- a/tests/integration/servlet-2.5-mvc-1/pom.xml +++ b/tests/integration/servlet-2.5-mvc-1/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-mvc-1</artifactId>
diff --git a/tests/integration/servlet-2.5-mvc-2/pom.xml b/tests/integration/servlet-2.5-mvc-2/pom.xml index 43839cf..7a8e429 100644 --- a/tests/integration/servlet-2.5-mvc-2/pom.xml +++ b/tests/integration/servlet-2.5-mvc-2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-mvc-2</artifactId>
diff --git a/tests/integration/servlet-2.5-mvc-3/pom.xml b/tests/integration/servlet-2.5-mvc-3/pom.xml index 3779fbd..f64ab67 100644 --- a/tests/integration/servlet-2.5-mvc-3/pom.xml +++ b/tests/integration/servlet-2.5-mvc-3/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-mvc-3</artifactId>
diff --git a/tests/integration/servlet-2.5-reload/pom.xml b/tests/integration/servlet-2.5-reload/pom.xml index af13afd..90d9e72 100644 --- a/tests/integration/servlet-2.5-reload/pom.xml +++ b/tests/integration/servlet-2.5-reload/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-2.5-reload</artifactId>
diff --git a/tests/integration/servlet-3-async/pom.xml b/tests/integration/servlet-3-async/pom.xml index 7c29b93..01fce7f 100644 --- a/tests/integration/servlet-3-async/pom.xml +++ b/tests/integration/servlet-3-async/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-async</artifactId>
diff --git a/tests/integration/servlet-3-chunked-io/pom.xml b/tests/integration/servlet-3-chunked-io/pom.xml index 6f956d1..22e3e51 100644 --- a/tests/integration/servlet-3-chunked-io/pom.xml +++ b/tests/integration/servlet-3-chunked-io/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-chunked-io</artifactId>
diff --git a/tests/integration/servlet-3-filter/pom.xml b/tests/integration/servlet-3-filter/pom.xml index bc2fa1a..7a41498 100644 --- a/tests/integration/servlet-3-filter/pom.xml +++ b/tests/integration/servlet-3-filter/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-filter</artifactId>
diff --git a/tests/integration/servlet-3-gf-async/pom.xml b/tests/integration/servlet-3-gf-async/pom.xml index 216cccf..1ce0657 100644 --- a/tests/integration/servlet-3-gf-async/pom.xml +++ b/tests/integration/servlet-3-gf-async/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-gf-async</artifactId>
diff --git a/tests/integration/servlet-3-inflector-1/pom.xml b/tests/integration/servlet-3-inflector-1/pom.xml index 2d3caf4..3f7dd4c 100644 --- a/tests/integration/servlet-3-inflector-1/pom.xml +++ b/tests/integration/servlet-3-inflector-1/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-inflector-1</artifactId>
diff --git a/tests/integration/servlet-3-init-1/pom.xml b/tests/integration/servlet-3-init-1/pom.xml index b5a8fa4..9146950 100644 --- a/tests/integration/servlet-3-init-1/pom.xml +++ b/tests/integration/servlet-3-init-1/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-init-1</artifactId>
diff --git a/tests/integration/servlet-3-init-2/pom.xml b/tests/integration/servlet-3-init-2/pom.xml index 8ab5315..8f14bbb 100644 --- a/tests/integration/servlet-3-init-2/pom.xml +++ b/tests/integration/servlet-3-init-2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-init-2</artifactId>
diff --git a/tests/integration/servlet-3-init-3/pom.xml b/tests/integration/servlet-3-init-3/pom.xml index b2e2e94..14458ab 100644 --- a/tests/integration/servlet-3-init-3/pom.xml +++ b/tests/integration/servlet-3-init-3/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-init-3</artifactId>
diff --git a/tests/integration/servlet-3-init-4/pom.xml b/tests/integration/servlet-3-init-4/pom.xml index 9fc4983..8461c25 100644 --- a/tests/integration/servlet-3-init-4/pom.xml +++ b/tests/integration/servlet-3-init-4/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-init-4</artifactId>
diff --git a/tests/integration/servlet-3-init-5/pom.xml b/tests/integration/servlet-3-init-5/pom.xml index 3a7575f..9dd9f50 100644 --- a/tests/integration/servlet-3-init-5/pom.xml +++ b/tests/integration/servlet-3-init-5/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-init-5</artifactId>
diff --git a/tests/integration/servlet-3-init-6/pom.xml b/tests/integration/servlet-3-init-6/pom.xml index 4e00536..71a026c 100644 --- a/tests/integration/servlet-3-init-6/pom.xml +++ b/tests/integration/servlet-3-init-6/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-init-6</artifactId>
diff --git a/tests/integration/servlet-3-init-7/pom.xml b/tests/integration/servlet-3-init-7/pom.xml index dc0b47a..480db94 100644 --- a/tests/integration/servlet-3-init-7/pom.xml +++ b/tests/integration/servlet-3-init-7/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-init-7</artifactId>
diff --git a/tests/integration/servlet-3-init-8/pom.xml b/tests/integration/servlet-3-init-8/pom.xml index 83ff80e..669294f 100644 --- a/tests/integration/servlet-3-init-8/pom.xml +++ b/tests/integration/servlet-3-init-8/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-init-8</artifactId>
diff --git a/tests/integration/servlet-3-init-9/pom.xml b/tests/integration/servlet-3-init-9/pom.xml index 4b081ff..39300c8 100644 --- a/tests/integration/servlet-3-init-9/pom.xml +++ b/tests/integration/servlet-3-init-9/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-init-9</artifactId>
diff --git a/tests/integration/servlet-3-init-provider/pom.xml b/tests/integration/servlet-3-init-provider/pom.xml index 15127e1..4000e58 100644 --- a/tests/integration/servlet-3-init-provider/pom.xml +++ b/tests/integration/servlet-3-init-provider/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-init-provider</artifactId>
diff --git a/tests/integration/servlet-3-params/pom.xml b/tests/integration/servlet-3-params/pom.xml index b35ddaf..de483c7 100644 --- a/tests/integration/servlet-3-params/pom.xml +++ b/tests/integration/servlet-3-params/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-params</artifactId>
diff --git a/tests/integration/servlet-3-sse-1/pom.xml b/tests/integration/servlet-3-sse-1/pom.xml index c507d00..e26b11f 100644 --- a/tests/integration/servlet-3-sse-1/pom.xml +++ b/tests/integration/servlet-3-sse-1/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-3-sse-1</artifactId>
diff --git a/tests/integration/servlet-4.0-mvc-1/pom.xml b/tests/integration/servlet-4.0-mvc-1/pom.xml index 492ee36..af7562a 100644 --- a/tests/integration/servlet-4.0-mvc-1/pom.xml +++ b/tests/integration/servlet-4.0-mvc-1/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-4.0-mvc-1</artifactId>
diff --git a/tests/integration/servlet-request-wrapper-binding-2/pom.xml b/tests/integration/servlet-request-wrapper-binding-2/pom.xml index d23b7da..3390036 100644 --- a/tests/integration/servlet-request-wrapper-binding-2/pom.xml +++ b/tests/integration/servlet-request-wrapper-binding-2/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-request-wrappper-binding-2</artifactId>
diff --git a/tests/integration/servlet-request-wrapper-binding/pom.xml b/tests/integration/servlet-request-wrapper-binding/pom.xml index 1399245..17c7cb2 100644 --- a/tests/integration/servlet-request-wrapper-binding/pom.xml +++ b/tests/integration/servlet-request-wrapper-binding/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-request-wrappper-binding</artifactId>
diff --git a/tests/integration/servlet-tests/pom.xml b/tests/integration/servlet-tests/pom.xml index 30459a9..15bfeb6 100644 --- a/tests/integration/servlet-tests/pom.xml +++ b/tests/integration/servlet-tests/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>servlet-tests</artifactId>
diff --git a/tests/integration/sonar-test/pom.xml b/tests/integration/sonar-test/pom.xml index a60d566..9f480c2 100644 --- a/tests/integration/sonar-test/pom.xml +++ b/tests/integration/sonar-test/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>sonar-test</artifactId>
diff --git a/tests/integration/spring6/pom.xml b/tests/integration/spring6/pom.xml index f3848be..dcd0176 100644 --- a/tests/integration/spring6/pom.xml +++ b/tests/integration/spring6/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -25,7 +25,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>spring6</artifactId>
diff --git a/tests/integration/thin-server/pom.xml b/tests/integration/thin-server/pom.xml index f6a74e5..7cc3a1a 100644 --- a/tests/integration/thin-server/pom.xml +++ b/tests/integration/thin-server/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2022, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2022, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/tracing-support/pom.xml b/tests/integration/tracing-support/pom.xml index 8df78b9..8e67941 100644 --- a/tests/integration/tracing-support/pom.xml +++ b/tests/integration/tracing-support/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>tracing-support</artifactId>
diff --git a/tests/jmockit/pom.xml b/tests/jmockit/pom.xml index e625624..041d2e7 100644 --- a/tests/jmockit/pom.xml +++ b/tests/jmockit/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2020, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests</groupId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/mem-leaks/pom.xml b/tests/mem-leaks/pom.xml index 10fbb5b..93dbc91 100644 --- a/tests/mem-leaks/pom.xml +++ b/tests/mem-leaks/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.tests.memleaks</groupId>
diff --git a/tests/mem-leaks/redeployment/pom.xml b/tests/mem-leaks/redeployment/pom.xml index 9d0817d..4698fe8 100644 --- a/tests/mem-leaks/redeployment/pom.xml +++ b/tests/mem-leaks/redeployment/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.tests.memleaks.redeployment</groupId>
diff --git a/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml b/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml index ca0eaf6..0d91aa9 100644 --- a/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml +++ b/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.redeployment</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>redeployment-hello-world-app-ref</artifactId> @@ -132,7 +132,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>helloworld-webapp</artifactId> <type>war</type> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </dependency> </dependencies>
diff --git a/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml b/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml index 4087b56..8262aec 100644 --- a/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml +++ b/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.redeployment</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>redeployment-leaking-test-app</artifactId>
diff --git a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml index 17caf27..bb57740 100644 --- a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml +++ b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.redeployment</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>redeployment-no-jersey-app</artifactId>
diff --git a/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml b/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml index 7726803..d08e10e 100644 --- a/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml +++ b/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.redeployment</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>redeployment-threadlocals-app</artifactId>
diff --git a/tests/mem-leaks/test-cases/bean-param-leak/pom.xml b/tests/mem-leaks/test-cases/bean-param-leak/pom.xml index c959f37..a4eba69 100644 --- a/tests/mem-leaks/test-cases/bean-param-leak/pom.xml +++ b/tests/mem-leaks/test-cases/bean-param-leak/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>bean-param-leak</artifactId>
diff --git a/tests/mem-leaks/test-cases/leaking-test-app/pom.xml b/tests/mem-leaks/test-cases/leaking-test-app/pom.xml index 34e7e93..4f63d48 100644 --- a/tests/mem-leaks/test-cases/leaking-test-app/pom.xml +++ b/tests/mem-leaks/test-cases/leaking-test-app/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>leaking-test-app</artifactId>
diff --git a/tests/mem-leaks/test-cases/pom.xml b/tests/mem-leaks/test-cases/pom.xml index 6287ce2..ddb3282 100644 --- a/tests/mem-leaks/test-cases/pom.xml +++ b/tests/mem-leaks/test-cases/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.tests.memleaks.testcases</groupId>
diff --git a/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml b/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml index 7fe29c3..3d37e8a 100644 --- a/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml +++ b/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>shutdown-hook-leak-client</artifactId>
diff --git a/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml b/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml index fb37ae3..e37f8b5 100644 --- a/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml +++ b/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>shutdown-hook-leak</artifactId>
diff --git a/tests/osgi/functional/pom.xml b/tests/osgi/functional/pom.xml index fd4e7d1..9ffa37d 100644 --- a/tests/osgi/functional/pom.xml +++ b/tests/osgi/functional/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2010, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests.osgi</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>jersey-tests-osgi-functional</artifactId>
diff --git a/tests/osgi/pom.xml b/tests/osgi/pom.xml index 1a4a0f2..273ec19 100644 --- a/tests/osgi/pom.xml +++ b/tests/osgi/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.tests.osgi</groupId>
diff --git a/tests/performance/benchmarks/pom.xml b/tests/performance/benchmarks/pom.xml index 79ce03f..741f1fa 100644 --- a/tests/performance/benchmarks/pom.xml +++ b/tests/performance/benchmarks/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>performance-test-benchmarks</artifactId>
diff --git a/tests/performance/pom.xml b/tests/performance/pom.xml index f21ac50..8c772af 100644 --- a/tests/performance/pom.xml +++ b/tests/performance/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.tests.performance</groupId>
diff --git a/tests/performance/runners/jersey-grizzly-runner/pom.xml b/tests/performance/runners/jersey-grizzly-runner/pom.xml index 42d8d17..9430f24 100644 --- a/tests/performance/runners/jersey-grizzly-runner/pom.xml +++ b/tests/performance/runners/jersey-grizzly-runner/pom.xml
@@ -1,6 +1,6 @@ <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.runners</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent>
diff --git a/tests/performance/runners/pom.xml b/tests/performance/runners/pom.xml index c82f6c3..975ee98 100644 --- a/tests/performance/runners/pom.xml +++ b/tests/performance/runners/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.tests.performance.runners</groupId>
diff --git a/tests/performance/test-cases/assemblies/pom.xml b/tests/performance/test-cases/assemblies/pom.xml index 1c1faf4..4781179 100644 --- a/tests/performance/test-cases/assemblies/pom.xml +++ b/tests/performance/test-cases/assemblies/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>assemblies</artifactId>
diff --git a/tests/performance/test-cases/filter-dynamic/pom.xml b/tests/performance/test-cases/filter-dynamic/pom.xml index 4b9884c..31bccc2 100644 --- a/tests/performance/test-cases/filter-dynamic/pom.xml +++ b/tests/performance/test-cases/filter-dynamic/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>filter-dynamic</artifactId>
diff --git a/tests/performance/test-cases/filter-global/pom.xml b/tests/performance/test-cases/filter-global/pom.xml index 83860e9..fbf3a75 100644 --- a/tests/performance/test-cases/filter-global/pom.xml +++ b/tests/performance/test-cases/filter-global/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>filter-global</artifactId>
diff --git a/tests/performance/test-cases/filter-name/pom.xml b/tests/performance/test-cases/filter-name/pom.xml index 0da39ce..0632178 100644 --- a/tests/performance/test-cases/filter-name/pom.xml +++ b/tests/performance/test-cases/filter-name/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>filter-name</artifactId>
diff --git a/tests/performance/test-cases/interceptor-dynamic/pom.xml b/tests/performance/test-cases/interceptor-dynamic/pom.xml index 1535aef..ec89732 100644 --- a/tests/performance/test-cases/interceptor-dynamic/pom.xml +++ b/tests/performance/test-cases/interceptor-dynamic/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>interceptor-dynamic</artifactId>
diff --git a/tests/performance/test-cases/interceptor-global/pom.xml b/tests/performance/test-cases/interceptor-global/pom.xml index 643b54d..51e4b40 100644 --- a/tests/performance/test-cases/interceptor-global/pom.xml +++ b/tests/performance/test-cases/interceptor-global/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>interceptor-global</artifactId>
diff --git a/tests/performance/test-cases/interceptor-name/pom.xml b/tests/performance/test-cases/interceptor-name/pom.xml index a72c754..90df8ff 100644 --- a/tests/performance/test-cases/interceptor-name/pom.xml +++ b/tests/performance/test-cases/interceptor-name/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>interceptor-name</artifactId>
diff --git a/tests/performance/test-cases/mbw-custom-provider/pom.xml b/tests/performance/test-cases/mbw-custom-provider/pom.xml index 95eca30..3e0ff2c 100644 --- a/tests/performance/test-cases/mbw-custom-provider/pom.xml +++ b/tests/performance/test-cases/mbw-custom-provider/pom.xml
@@ -1,6 +1,6 @@ <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>custom-provider</artifactId>
diff --git a/tests/performance/test-cases/mbw-json-jackson/pom.xml b/tests/performance/test-cases/mbw-json-jackson/pom.xml index 793a493..f70b1ed 100644 --- a/tests/performance/test-cases/mbw-json-jackson/pom.xml +++ b/tests/performance/test-cases/mbw-json-jackson/pom.xml
@@ -1,6 +1,6 @@ <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>json-jackson</artifactId>
diff --git a/tests/performance/test-cases/mbw-json-moxy/pom.xml b/tests/performance/test-cases/mbw-json-moxy/pom.xml index 37e7cbc..5a64460 100644 --- a/tests/performance/test-cases/mbw-json-moxy/pom.xml +++ b/tests/performance/test-cases/mbw-json-moxy/pom.xml
@@ -1,6 +1,6 @@ <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>json-moxy</artifactId>
diff --git a/tests/performance/test-cases/mbw-kryo/pom.xml b/tests/performance/test-cases/mbw-kryo/pom.xml index 1c56641..cb79d53 100644 --- a/tests/performance/test-cases/mbw-kryo/pom.xml +++ b/tests/performance/test-cases/mbw-kryo/pom.xml
@@ -1,6 +1,6 @@ <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>mbw-kryo</artifactId>
diff --git a/tests/performance/test-cases/mbw-text-plain/pom.xml b/tests/performance/test-cases/mbw-text-plain/pom.xml index ee05906..b2e5a96 100644 --- a/tests/performance/test-cases/mbw-text-plain/pom.xml +++ b/tests/performance/test-cases/mbw-text-plain/pom.xml
@@ -1,6 +1,6 @@ <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>text-plain</artifactId>
diff --git a/tests/performance/test-cases/mbw-xml-jaxb/pom.xml b/tests/performance/test-cases/mbw-xml-jaxb/pom.xml index e232bf8..3c57aac 100644 --- a/tests/performance/test-cases/mbw-xml-jaxb/pom.xml +++ b/tests/performance/test-cases/mbw-xml-jaxb/pom.xml
@@ -1,6 +1,6 @@ <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>xml-jaxb</artifactId>
diff --git a/tests/performance/test-cases/mbw-xml-moxy/pom.xml b/tests/performance/test-cases/mbw-xml-moxy/pom.xml index 0e0bdbd..d477677 100644 --- a/tests/performance/test-cases/mbw-xml-moxy/pom.xml +++ b/tests/performance/test-cases/mbw-xml-moxy/pom.xml
@@ -1,6 +1,6 @@ <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>xml-moxy</artifactId>
diff --git a/tests/performance/test-cases/param-srl/pom.xml b/tests/performance/test-cases/param-srl/pom.xml index 3fdebab..ef1a946 100644 --- a/tests/performance/test-cases/param-srl/pom.xml +++ b/tests/performance/test-cases/param-srl/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>param-srl</artifactId>
diff --git a/tests/performance/test-cases/pom.xml b/tests/performance/test-cases/pom.xml index 3f2d1f7..fc8f894 100644 --- a/tests/performance/test-cases/pom.xml +++ b/tests/performance/test-cases/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId>
diff --git a/tests/performance/test-cases/proxy-injection/pom.xml b/tests/performance/test-cases/proxy-injection/pom.xml index cd84840..fdb1da6 100644 --- a/tests/performance/test-cases/proxy-injection/pom.xml +++ b/tests/performance/test-cases/proxy-injection/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2013, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>proxy-injection</artifactId>
diff --git a/tests/performance/tools/pom.xml b/tests/performance/tools/pom.xml index d7577c8..0a2c543 100644 --- a/tests/performance/tools/pom.xml +++ b/tests/performance/tools/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2014, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.tests.performance.tools</groupId> <artifactId>performance-test-tools</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml index fe30100..4975b3d 100644 --- a/tests/pom.xml +++ b/tests/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <groupId>org.glassfish.jersey.tests</groupId>
diff --git a/tests/release-test/pom.xml b/tests/release-test/pom.xml index e075457..fd6fc3f 100644 --- a/tests/release-test/pom.xml +++ b/tests/release-test/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2022, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2022, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,13 +23,13 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>release-test</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> <packaging>jar</packaging> <name>jersey-release-test</name>
diff --git a/tests/stress/pom.xml b/tests/stress/pom.xml index fc0c5b2..49b3dae 100644 --- a/tests/stress/pom.xml +++ b/tests/stress/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2015, 2026 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>3.1.99-SNAPSHOT</version> + <version>3.1.12</version> </parent> <artifactId>stress</artifactId>