Skip to content

Commit a85c4d2

Browse files
authored
Technical merge of released branch 2.44-BRANCH
2 parents 61c7ae5 + cd19f99 commit a85c4d2

File tree

387 files changed

+388
-388
lines changed

Some content is hidden

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

387 files changed

+388
-388
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish.jersey.archetypes</groupId>
2424
<artifactId>project</artifactId>
25-
<version>2.44-SNAPSHOT</version>
25+
<version>2.45-SNAPSHOT</version>
2626
</parent>
2727

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

archetypes/jersey-heroku-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish.jersey.archetypes</groupId>
2424
<artifactId>project</artifactId>
25-
<version>2.44-SNAPSHOT</version>
25+
<version>2.45-SNAPSHOT</version>
2626
</parent>
2727
<packaging>maven-archetype</packaging>
2828

archetypes/jersey-quickstart-grizzly2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.glassfish.jersey.archetypes</groupId>
2323
<artifactId>project</artifactId>
24-
<version>2.44-SNAPSHOT</version>
24+
<version>2.45-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>jersey-quickstart-grizzly2</artifactId>
2727
<packaging>maven-archetype</packaging>

archetypes/jersey-quickstart-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.glassfish.jersey.archetypes</groupId>
2323
<artifactId>project</artifactId>
24-
<version>2.44-SNAPSHOT</version>
24+
<version>2.45-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<packaging>maven-archetype</packaging>

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish.jersey</groupId>
2424
<artifactId>project</artifactId>
25-
<version>2.44-SNAPSHOT</version>
25+
<version>2.45-SNAPSHOT</version>
2626
</parent>
2727

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

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

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

bundles/apidocs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish.jersey.bundles</groupId>
2424
<artifactId>project</artifactId>
25-
<version>2.44-SNAPSHOT</version>
25+
<version>2.45-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>apidocs</artifactId>

bundles/examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.glassfish.jersey.bundles</groupId>
2626
<artifactId>project</artifactId>
27-
<version>2.44-SNAPSHOT</version>
27+
<version>2.45-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>jersey-examples</artifactId>

bundles/jaxrs-ri/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish.jersey.bundles</groupId>
2424
<artifactId>project</artifactId>
25-
<version>2.44-SNAPSHOT</version>
25+
<version>2.45-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>jaxrs-ri</artifactId>

bundles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.glassfish.jersey</groupId>
2626
<artifactId>project</artifactId>
27-
<version>2.44-SNAPSHOT</version>
27+
<version>2.45-SNAPSHOT</version>
2828
</parent>
2929

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

0 commit comments

Comments
 (0)