Skip to content

Commit 35ba7aa

Browse files
committed
4.0.0-M2
1 parent 544e9c0 commit 35ba7aa

File tree

378 files changed

+746
-746
lines changed

Some content is hidden

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

378 files changed

+746
-746
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>4.0.99-SNAPSHOT</version>
25+
<version>4.0.0-M2</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>4.0.99-SNAPSHOT</version>
25+
<version>4.0.0-M2</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>4.0.99-SNAPSHOT</version>
24+
<version>4.0.0-M2</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>4.0.99-SNAPSHOT</version>
24+
<version>4.0.0-M2</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>4.0.99-SNAPSHOT</version>
25+
<version>4.0.0-M2</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>4.0.99-SNAPSHOT</version>
33+
<version>4.0.0-M2</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>4.0.99-SNAPSHOT</version>
25+
<version>4.0.0-M2</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>4.0.99-SNAPSHOT</version>
27+
<version>4.0.0-M2</version>
2828
</parent>
2929

3030
<artifactId>jersey-examples</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>4.0.99-SNAPSHOT</version>
27+
<version>4.0.0-M2</version>
2828
</parent>
2929

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

connectors/apache5-connector/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"?>
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>4.0.99-SNAPSHOT</version>
26+
<version>4.0.0-M2</version>
2727
</parent>
2828

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

0 commit comments

Comments
 (0)