Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit cf96f07

Browse files
committed
[maven-release-plugin] prepare release 2.26-b09
1 parent 12e5d8b commit cf96f07

File tree

335 files changed

+342
-338
lines changed

Some content is hidden

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

335 files changed

+342
-338
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.archetypes</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b09</version>
5050
</parent>
5151

5252
<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
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.archetypes</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b09</version>
5050
</parent>
5151
<packaging>maven-archetype</packaging>
5252

archetypes/jersey-quickstart-grizzly2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish.jersey.archetypes</groupId>
4747
<artifactId>project</artifactId>
48-
<version>2.26-SNAPSHOT</version>
48+
<version>2.26-b09</version>
4949
</parent>
5050
<artifactId>jersey-quickstart-grizzly2</artifactId>
5151
<packaging>maven-archetype</packaging>

archetypes/jersey-quickstart-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish.jersey.archetypes</groupId>
4747
<artifactId>project</artifactId>
48-
<version>2.26-SNAPSHOT</version>
48+
<version>2.26-b09</version>
4949
</parent>
5050
<modelVersion>4.0.0</modelVersion>
5151
<packaging>maven-archetype</packaging>

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b09</version>
5050
</parent>
5151

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

bom/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<groupId>org.glassfish.jersey</groupId>
5656
<artifactId>jersey-bom</artifactId>
57-
<version>2.26-SNAPSHOT</version>
57+
<version>2.26-b09</version>
5858
<packaging>pom</packaging>
5959
<name>jersey-bom</name>
6060

@@ -475,4 +475,8 @@
475475
</build>
476476
</profile>
477477
</profiles>
478+
479+
<scm>
480+
<tag>2.26-b09</tag>
481+
</scm>
478482
</project>

bundles/apidocs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish.jersey.bundles</groupId>
4747
<artifactId>project</artifactId>
48-
<version>2.26-SNAPSHOT</version>
48+
<version>2.26-b09</version>
4949
</parent>
5050

5151
<artifactId>apidocs</artifactId>

bundles/examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jersey.bundles</groupId>
4949
<artifactId>project</artifactId>
50-
<version>2.26-SNAPSHOT</version>
50+
<version>2.26-b09</version>
5151
</parent>
5252

5353
<artifactId>jersey-examples</artifactId>

bundles/jaxrs-ri/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.bundles</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b09</version>
5050
</parent>
5151

5252
<artifactId>jaxrs-ri</artifactId>

bundles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>org.glassfish.jersey</groupId>
5050
<artifactId>project</artifactId>
51-
<version>2.26-SNAPSHOT</version>
51+
<version>2.26-b09</version>
5252
</parent>
5353

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

0 commit comments

Comments
 (0)