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

Commit a777878

Browse files
committed
[maven-release-plugin] prepare release 2.26-b05
1 parent fab6a70 commit a777878

File tree

334 files changed

+346
-345
lines changed

Some content is hidden

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

334 files changed

+346
-345
lines changed

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

+1-1
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-b05</version>
4949
</parent>
5050

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

archetypes/jersey-heroku-webapp/pom.xml

+1-1
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-b05</version>
4949
</parent>
5050
<packaging>maven-archetype</packaging>
5151

archetypes/jersey-quickstart-grizzly2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<parent>
4545
<groupId>org.glassfish.jersey.archetypes</groupId>
4646
<artifactId>project</artifactId>
47-
<version>2.26-SNAPSHOT</version>
47+
<version>2.26-b05</version>
4848
</parent>
4949
<artifactId>jersey-quickstart-grizzly2</artifactId>
5050
<packaging>maven-archetype</packaging>

archetypes/jersey-quickstart-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<parent>
4545
<groupId>org.glassfish.jersey.archetypes</groupId>
4646
<artifactId>project</artifactId>
47-
<version>2.26-SNAPSHOT</version>
47+
<version>2.26-b05</version>
4848
</parent>
4949
<modelVersion>4.0.0</modelVersion>
5050
<packaging>maven-archetype</packaging>

archetypes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish.jersey</groupId>
4747
<artifactId>project</artifactId>
48-
<version>2.26-SNAPSHOT</version>
48+
<version>2.26-b05</version>
4949
</parent>
5050

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

bom/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<groupId>org.glassfish.jersey</groupId>
5555
<artifactId>jersey-bom</artifactId>
56-
<version>2.26-SNAPSHOT</version>
56+
<version>2.26-b05</version>
5757
<packaging>pom</packaging>
5858
<name>jersey-bom</name>
5959

@@ -474,4 +474,8 @@
474474
</build>
475475
</profile>
476476
</profiles>
477+
478+
<scm>
479+
<tag>2.26-b05</tag>
480+
</scm>
477481
</project>

bundles/apidocs/pom.xml

+1-1
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-b05</version>
4949
</parent>
5050

5151
<artifactId>apidocs</artifactId>

bundles/examples/pom.xml

+1-1
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-b05</version>
4949
</parent>
5050

5151
<artifactId>jersey-examples</artifactId>

bundles/jaxrs-ri/pom.xml

+1-1
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-b05</version>
4949
</parent>
5050

5151
<artifactId>jaxrs-ri</artifactId>

bundles/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jersey</groupId>
4949
<artifactId>project</artifactId>
50-
<version>2.26-SNAPSHOT</version>
50+
<version>2.26-b05</version>
5151
</parent>
5252

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

connectors/apache-connector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.connectors</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

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

connectors/grizzly-connector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.connectors</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

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

connectors/jdk-connector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.connectors</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

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

connectors/jetty-connector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.connectors</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

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

connectors/netty-connector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.connectors</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

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

connectors/pom.xml

+1-1
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-b05</version>
5050
</parent>
5151

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.containers.glassfish</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

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

containers/glassfish/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.containers</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

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

containers/grizzly2-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.containers</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

5252
<artifactId>jersey-container-grizzly2-http</artifactId>

containers/grizzly2-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.containers</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

5252
<artifactId>jersey-container-grizzly2-servlet</artifactId>

containers/jdk-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.containers</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

5252
<artifactId>jersey-container-jdk-http</artifactId>

containers/jersey-servlet-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.containers</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

5252
<artifactId>jersey-container-servlet-core</artifactId>

containers/jersey-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.containers</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

5252
<artifactId>jersey-container-servlet</artifactId>

containers/jetty-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<artifactId>project</artifactId>
4848
<groupId>org.glassfish.jersey.containers</groupId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

5252
<artifactId>jersey-container-jetty-http</artifactId>

containers/jetty-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.containers</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

5252
<artifactId>jersey-container-jetty-servlet</artifactId>

containers/netty-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.containers</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

5252
<artifactId>jersey-container-netty-http</artifactId>

containers/pom.xml

+1-1
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-b05</version>
5050
</parent>
5151

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

containers/simple-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish.jersey.containers</groupId>
4747
<artifactId>project</artifactId>
48-
<version>2.26-SNAPSHOT</version>
48+
<version>2.26-b05</version>
4949
</parent>
5050

5151
<artifactId>jersey-container-simple-http</artifactId>

core-client/pom.xml

+1-1
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-b05</version>
5050
</parent>
5151

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

core-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jersey</groupId>
4949
<artifactId>project</artifactId>
50-
<version>2.26-SNAPSHOT</version>
50+
<version>2.26-b05</version>
5151
</parent>
5252

5353
<groupId>org.glassfish.jersey.core</groupId>

core-server/pom.xml

+1-1
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-b05</version>
5050
</parent>
5151

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

docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish.jersey</groupId>
4747
<artifactId>project</artifactId>
48-
<version>2.26-SNAPSHOT</version>
48+
<version>2.26-b05</version>
4949
</parent>
5050
<artifactId>jersey-documentation</artifactId>
5151
<packaging>pom</packaging>

examples/assemblies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.examples</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

5252
<artifactId>assemblies</artifactId>

examples/bean-validation-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<groupId>org.glassfish.jersey.examples</groupId>
4949
<artifactId>webapp-example-parent</artifactId>
5050
<relativePath>../webapp-example-parent/pom.xml</relativePath>
51-
<version>2.26-SNAPSHOT</version>
51+
<version>2.26-b05</version>
5252
</parent>
5353

5454
<artifactId>bean-validation-webapp</artifactId>

examples/bookmark-em/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<groupId>org.glassfish.jersey.examples</groupId>
4949
<artifactId>webapp-example-parent</artifactId>
5050
<relativePath>../webapp-example-parent/pom.xml</relativePath>
51-
<version>2.26-SNAPSHOT</version>
51+
<version>2.26-b05</version>
5252
</parent>
5353

5454
<artifactId>bookmark-em</artifactId>

examples/bookmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<groupId>org.glassfish.jersey.examples</groupId>
4949
<artifactId>webapp-example-parent</artifactId>
5050
<relativePath>../webapp-example-parent/pom.xml</relativePath>
51-
<version>2.26-SNAPSHOT</version>
51+
<version>2.26-b05</version>
5252
</parent>
5353

5454
<artifactId>bookmark</artifactId>

examples/bookstore-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<groupId>org.glassfish.jersey.examples</groupId>
4949
<artifactId>webapp-example-parent</artifactId>
5050
<relativePath>../webapp-example-parent/pom.xml</relativePath>
51-
<version>2.26-SNAPSHOT</version>
51+
<version>2.26-b05</version>
5252
</parent>
5353

5454
<artifactId>bookstore-webapp</artifactId>

examples/cdi-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<groupId>org.glassfish.jersey.examples</groupId>
4949
<artifactId>webapp-example-parent</artifactId>
5050
<relativePath>../webapp-example-parent/pom.xml</relativePath>
51-
<version>2.26-SNAPSHOT</version>
51+
<version>2.26-b05</version>
5252
</parent>
5353

5454
<artifactId>cdi-webapp</artifactId>

examples/clipboard-programmatic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.examples</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

5252
<artifactId>clipboard-programmatic</artifactId>

examples/clipboard/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.examples</groupId>
4848
<artifactId>project</artifactId>
49-
<version>2.26-SNAPSHOT</version>
49+
<version>2.26-b05</version>
5050
</parent>
5151

5252
<artifactId>clipboard</artifactId>

examples/declarative-linking/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jersey.examples</groupId>
4949
<artifactId>project</artifactId>
50-
<version>2.26-SNAPSHOT</version>
50+
<version>2.26-b05</version>
5151
</parent>
5252

5353
<artifactId>declarative-linking</artifactId>

examples/entity-filtering-security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jersey.examples</groupId>
4949
<artifactId>project</artifactId>
50-
<version>2.26-SNAPSHOT</version>
50+
<version>2.26-b05</version>
5151
</parent>
5252

5353
<artifactId>entity-filtering-security</artifactId>

examples/entity-filtering-selectable/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jersey.examples</groupId>
4949
<artifactId>project</artifactId>
50-
<version>2.26-SNAPSHOT</version>
50+
<version>2.26-b05</version>
5151
</parent>
5252

5353
<artifactId>entity-filtering-selectable</artifactId>

0 commit comments

Comments
 (0)