Skip to content

Commit 237a78e

Browse files
committed
3.1.10
1 parent f245159 commit 237a78e

File tree

384 files changed

+770
-770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

384 files changed

+770
-770
lines changed

archetypes/jersey-example-java8-webapp/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2015, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2015, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish.jersey.archetypes</groupId>
2424
<artifactId>project</artifactId>
25-
<version>3.1.99-SNAPSHOT</version>
25+
<version>3.1.10</version>
2626
</parent>
2727

2828
<artifactId>jersey-example-java8-webapp</artifactId>

archetypes/jersey-heroku-webapp/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2013, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish.jersey.archetypes</groupId>
2424
<artifactId>project</artifactId>
25-
<version>3.1.99-SNAPSHOT</version>
25+
<version>3.1.10</version>
2626
</parent>
2727
<packaging>maven-archetype</packaging>
2828

archetypes/jersey-quickstart-grizzly2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2010, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.glassfish.jersey.archetypes</groupId>
2323
<artifactId>project</artifactId>
24-
<version>3.1.99-SNAPSHOT</version>
24+
<version>3.1.10</version>
2525
</parent>
2626
<artifactId>jersey-quickstart-grizzly2</artifactId>
2727
<packaging>maven-archetype</packaging>

archetypes/jersey-quickstart-webapp/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2010, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.glassfish.jersey.archetypes</groupId>
2323
<artifactId>project</artifactId>
24-
<version>3.1.99-SNAPSHOT</version>
24+
<version>3.1.10</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<packaging>maven-archetype</packaging>

archetypes/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2010, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2010, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish.jersey</groupId>
2424
<artifactId>project</artifactId>
25-
<version>3.1.99-SNAPSHOT</version>
25+
<version>3.1.10</version>
2626
</parent>
2727

2828
<groupId>org.glassfish.jersey.archetypes</groupId>

bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2013, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.glassfish.jersey</groupId>
3232
<artifactId>jersey-bom</artifactId>
33-
<version>3.1.99-SNAPSHOT</version>
33+
<version>3.1.10</version>
3434
<packaging>pom</packaging>
3535
<name>jersey-bom</name>
3636

bundles/apidocs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish.jersey.bundles</groupId>
2424
<artifactId>project</artifactId>
25-
<version>3.1.99-SNAPSHOT</version>
25+
<version>3.1.10</version>
2626
</parent>
2727

2828
<artifactId>apidocs</artifactId>

bundles/examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2013, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2013, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.glassfish.jersey.bundles</groupId>
2626
<artifactId>project</artifactId>
27-
<version>3.1.99-SNAPSHOT</version>
27+
<version>3.1.10</version>
2828
</parent>
2929

3030
<artifactId>jersey-examples</artifactId>

bundles/jaxrs-ri/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish.jersey.bundles</groupId>
2424
<artifactId>project</artifactId>
25-
<version>3.1.99-SNAPSHOT</version>
25+
<version>3.1.10</version>
2626
</parent>
2727

2828
<artifactId>jaxrs-ri</artifactId>

bundles/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.glassfish.jersey</groupId>
2626
<artifactId>project</artifactId>
27-
<version>3.1.99-SNAPSHOT</version>
27+
<version>3.1.10</version>
2828
</parent>
2929

3030
<groupId>org.glassfish.jersey.bundles</groupId>

connectors/apache-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (c) 2011, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.jersey.connectors</groupId>
2525
<artifactId>project</artifactId>
26-
<version>3.1.99-SNAPSHOT</version>
26+
<version>3.1.10</version>
2727
</parent>
2828

2929
<artifactId>jersey-apache-connector</artifactId>

connectors/apache5-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (c) 2022, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2022, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.jersey.connectors</groupId>
2525
<artifactId>project</artifactId>
26-
<version>3.1.99-SNAPSHOT</version>
26+
<version>3.1.10</version>
2727
</parent>
2828

2929
<artifactId>jersey-apache5-connector</artifactId>

connectors/grizzly-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (c) 2011, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.jersey.connectors</groupId>
2525
<artifactId>project</artifactId>
26-
<version>3.1.99-SNAPSHOT</version>
26+
<version>3.1.10</version>
2727
</parent>
2828

2929
<artifactId>jersey-grizzly-connector</artifactId>

connectors/helidon-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>project</artifactId>
2424
<groupId>org.glassfish.jersey.connectors</groupId>
25-
<version>3.1.99-SNAPSHOT</version>
25+
<version>3.1.10</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

connectors/jdk-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (c) 2011, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.jersey.connectors</groupId>
2525
<artifactId>project</artifactId>
26-
<version>3.1.99-SNAPSHOT</version>
26+
<version>3.1.10</version>
2727
</parent>
2828

2929
<artifactId>jersey-jdk-connector</artifactId>

connectors/jetty-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (c) 2011, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.jersey.connectors</groupId>
2525
<artifactId>project</artifactId>
26-
<version>3.1.99-SNAPSHOT</version>
26+
<version>3.1.10</version>
2727
</parent>
2828

2929
<artifactId>jersey-jetty-connector</artifactId>

connectors/jetty-http2-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (c) 2023, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.jersey.connectors</groupId>
2525
<artifactId>project</artifactId>
26-
<version>3.1.99-SNAPSHOT</version>
26+
<version>3.1.10</version>
2727
</parent>
2828

2929
<artifactId>jersey-jetty-http2-connector</artifactId>

connectors/jetty11-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (c) 2023, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.jersey.connectors</groupId>
2525
<artifactId>project</artifactId>
26-
<version>3.1.99-SNAPSHOT</version>
26+
<version>3.1.10</version>
2727
</parent>
2828

2929
<artifactId>jersey-jetty11-connector</artifactId>

connectors/jnh-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2021, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>project</artifactId>
2525
<groupId>org.glassfish.jersey.connectors</groupId>
26-
<version>3.1.99-SNAPSHOT</version>
26+
<version>3.1.10</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

connectors/netty-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (c) 2016, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2016, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.jersey.connectors</groupId>
2525
<artifactId>project</artifactId>
26-
<version>3.1.99-SNAPSHOT</version>
26+
<version>3.1.10</version>
2727
</parent>
2828

2929
<artifactId>jersey-netty-connector</artifactId>

connectors/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2011, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.jersey</groupId>
2525
<artifactId>project</artifactId>
26-
<version>3.1.99-SNAPSHOT</version>
26+
<version>3.1.10</version>
2727
</parent>
2828

2929
<groupId>org.glassfish.jersey.connectors</groupId>

containers/glassfish/jersey-gf-ejb/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.jersey.containers.glassfish</groupId>
2525
<artifactId>project</artifactId>
26-
<version>3.1.99-SNAPSHOT</version>
26+
<version>3.1.10</version>
2727
</parent>
2828

2929
<artifactId>jersey-gf-ejb</artifactId>

0 commit comments

Comments
 (0)