Skip to content

Commit aeeba99

Browse files
committed
[maven-release-plugin] prepare release 2.0-rc2
Change-Id: I7c9336ccdbcab530e0e66670267ee0515ef40a7b
1 parent 9ab8439 commit aeeba99

File tree

102 files changed

+166
-208
lines changed

Some content is hidden

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

102 files changed

+166
-208
lines changed

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.0-SNAPSHOT</version>
47+
<version>2.0-rc2</version>
4848
</parent>
4949
<artifactId>jersey-quickstart-grizzly2</artifactId>
5050
<modelVersion>4.0.0</modelVersion>

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.0-SNAPSHOT</version>
47+
<version>2.0-rc2</version>
4848
</parent>
4949
<modelVersion>4.0.0</modelVersion>
5050
<description>

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.0-SNAPSHOT</version>
48+
<version>2.0-rc2</version>
4949
</parent>
5050
<groupId>org.glassfish.jersey.archetypes</groupId>
5151
<artifactId>project</artifactId>

bom/pom.xml

+6-3
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
holder.
4141
4242
-->
43-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4544

4645
<modelVersion>4.0.0</modelVersion>
4746

@@ -53,7 +52,7 @@
5352

5453
<groupId>org.glassfish.jersey</groupId>
5554
<artifactId>jersey-bom</artifactId>
56-
<version>2.0-SNAPSHOT</version>
55+
<version>2.0-rc2</version>
5756
<packaging>pom</packaging>
5857
<name>jersey-bom</name>
5958

@@ -284,4 +283,8 @@
284283
</plugins>
285284
</pluginManagement>
286285
</build>
286+
287+
<scm>
288+
<tag>2.0-rc2</tag>
289+
</scm>
287290
</project>

bundles/jax-rs-ri-archive/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.0-SNAPSHOT</version>
48+
<version>2.0-rc2</version>
4949
</parent>
5050

5151
<artifactId>jax-rs-ri</artifactId>

bundles/jax-rs-ri-bundle/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.0-SNAPSHOT</version>
48+
<version>2.0-rc2</version>
4949
</parent>
5050

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

bundles/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,14 @@
4040
holder.
4141
4242
-->
43-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4544

4645
<modelVersion>4.0.0</modelVersion>
4746

4847
<parent>
4948
<groupId>org.glassfish.jersey</groupId>
5049
<artifactId>project</artifactId>
51-
<version>2.0-SNAPSHOT</version>
50+
<version>2.0-rc2</version>
5251
</parent>
5352

5453
<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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</version>
5050
</parent>
5151

5252
<artifactId>jersey-grizzly-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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</version>
5050
</parent>
5151

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

containers/glassfish/jersey-gf-cdi/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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</version>
5050
</parent>
5151

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

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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</version>
5050
</parent>
5151

5252
<artifactId>jersey-container-servlet</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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</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.0-SNAPSHOT</version>
48+
<version>2.0-rc2</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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</version>
5050
</parent>
5151

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

core-common/pom.xml

+6-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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</version>
5050
</parent>
5151

5252
<groupId>org.glassfish.jersey.core</groupId>
@@ -116,6 +116,11 @@
116116
<artifactId>javax.ws.rs-api</artifactId>
117117
</dependency>
118118

119+
<dependency>
120+
<groupId>javax.annotation</groupId>
121+
<artifactId>javax.annotation-api</artifactId>
122+
</dependency>
123+
119124
<dependency>
120125
<groupId>org.osgi</groupId>
121126
<artifactId>org.osgi.core</artifactId>

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.0-SNAPSHOT</version>
49+
<version>2.0-rc2</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.0-SNAPSHOT</version>
48+
<version>2.0-rc2</version>
4949
</parent>
5050
<artifactId>jersey-documentation</artifactId>
5151
<packaging>pom</packaging>

examples/bean-validation-webapp/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,15 @@
4040
holder.
4141
4242
-->
43-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4544

4645
<modelVersion>4.0.0</modelVersion>
4746

4847
<parent>
4948
<groupId>org.glassfish.jersey.examples</groupId>
5049
<artifactId>webapp-example-parent</artifactId>
5150
<relativePath>../webapp-example-parent/pom.xml</relativePath>
52-
<version>2.0-SNAPSHOT</version>
51+
<version>2.0-rc2</version>
5352
</parent>
5453

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

examples/bookmark-em/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,15 @@
4040
holder.
4141
4242
-->
43-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4544

4645
<modelVersion>4.0.0</modelVersion>
4746

4847
<parent>
4948
<groupId>org.glassfish.jersey.examples</groupId>
5049
<artifactId>webapp-example-parent</artifactId>
5150
<relativePath>../webapp-example-parent/pom.xml</relativePath>
52-
<version>2.0-SNAPSHOT</version>
51+
<version>2.0-rc2</version>
5352
</parent>
5453

5554
<artifactId>bookmark-em</artifactId>

examples/bookmark/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,15 @@
4040
holder.
4141
4242
-->
43-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4544

4645
<modelVersion>4.0.0</modelVersion>
4746

4847
<parent>
4948
<groupId>org.glassfish.jersey.examples</groupId>
5049
<artifactId>webapp-example-parent</artifactId>
5150
<relativePath>../webapp-example-parent/pom.xml</relativePath>
52-
<version>2.0-SNAPSHOT</version>
51+
<version>2.0-rc2</version>
5352
</parent>
5453

5554
<artifactId>bookmark</artifactId>

examples/bookstore-webapp/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,15 @@
4040
holder.
4141
4242
-->
43-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4544

4645
<modelVersion>4.0.0</modelVersion>
4746

4847
<parent>
4948
<groupId>org.glassfish.jersey.examples</groupId>
5049
<artifactId>webapp-example-parent</artifactId>
5150
<relativePath>../webapp-example-parent/pom.xml</relativePath>
52-
<version>2.0-SNAPSHOT</version>
51+
<version>2.0-rc2</version>
5352
</parent>
5453

5554
<artifactId>bookstore-webapp</artifactId>

examples/cdi-webapp/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,15 @@
4040
holder.
4141
4242
-->
43-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4544

4645
<modelVersion>4.0.0</modelVersion>
4746

4847
<parent>
4948
<groupId>org.glassfish.jersey.examples</groupId>
5049
<artifactId>webapp-example-parent</artifactId>
5150
<relativePath>../webapp-example-parent/pom.xml</relativePath>
52-
<version>2.0-SNAPSHOT</version>
51+
<version>2.0-rc2</version>
5352
</parent>
5453

5554
<artifactId>cdi-webapp</artifactId>

examples/clipboard-programmatic/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@
4040
holder.
4141
4242
-->
43-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4544
<modelVersion>4.0.0</modelVersion>
4645

4746
<parent>
4847
<groupId>org.glassfish.jersey.examples</groupId>
4948
<artifactId>project</artifactId>
50-
<version>2.0-SNAPSHOT</version>
49+
<version>2.0-rc2</version>
5150
</parent>
5251

5352
<artifactId>clipboard-programmatic</artifactId>

examples/clipboard/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@
4040
holder.
4141
4242
-->
43-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4544
<modelVersion>4.0.0</modelVersion>
4645

4746
<parent>
4847
<groupId>org.glassfish.jersey.examples</groupId>
4948
<artifactId>project</artifactId>
50-
<version>2.0-SNAPSHOT</version>
49+
<version>2.0-rc2</version>
5150
</parent>
5251

5352
<artifactId>clipboard</artifactId>

0 commit comments

Comments
 (0)