Skip to content

Commit c06969c

Browse files
authored
Technical merge of released branch 2.47-BRANCH
2 parents d2d3abb + 1f160d8 commit c06969c

File tree

392 files changed

+773
-773
lines changed

Some content is hidden

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

392 files changed

+773
-773
lines changed

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

Lines changed: 2 additions & 2 deletions
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>2.47-SNAPSHOT</version>
25+
<version>2.48-SNAPSHOT</version>
2626
</parent>
2727

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

archetypes/jersey-heroku-webapp/pom.xml

Lines changed: 2 additions & 2 deletions
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>2.47-SNAPSHOT</version>
25+
<version>2.48-SNAPSHOT</version>
2626
</parent>
2727
<packaging>maven-archetype</packaging>
2828

archetypes/jersey-quickstart-grizzly2/pom.xml

Lines changed: 2 additions & 2 deletions
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>2.47-SNAPSHOT</version>
24+
<version>2.48-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>jersey-quickstart-grizzly2</artifactId>
2727
<packaging>maven-archetype</packaging>

archetypes/jersey-quickstart-webapp/pom.xml

Lines changed: 2 additions & 2 deletions
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>2.47-SNAPSHOT</version>
24+
<version>2.48-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<packaging>maven-archetype</packaging>

archetypes/pom.xml

Lines changed: 2 additions & 2 deletions
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>2.47-SNAPSHOT</version>
25+
<version>2.48-SNAPSHOT</version>
2626
</parent>
2727

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

bom/pom.xml

Lines changed: 2 additions & 2 deletions
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>2.47-SNAPSHOT</version>
33+
<version>2.48-SNAPSHOT</version>
3434
<packaging>pom</packaging>
3535
<name>jersey-bom</name>
3636

bundles/apidocs/pom.xml

Lines changed: 2 additions & 2 deletions
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>2.47-SNAPSHOT</version>
25+
<version>2.48-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>apidocs</artifactId>

bundles/examples/pom.xml

Lines changed: 2 additions & 2 deletions
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>2.47-SNAPSHOT</version>
27+
<version>2.48-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>jersey-examples</artifactId>

bundles/jaxrs-ri/pom.xml

Lines changed: 2 additions & 2 deletions
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>2.47-SNAPSHOT</version>
25+
<version>2.48-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>jaxrs-ri</artifactId>

bundles/pom.xml

Lines changed: 2 additions & 2 deletions
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>2.47-SNAPSHOT</version>
27+
<version>2.48-SNAPSHOT</version>
2828
</parent>
2929

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

0 commit comments

Comments
 (0)