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

Commit 117addf

Browse files
committed
[maven-release-plugin] prepare release 2.20
Change-Id: Ic8829f63cebc0f898004c72ec171f4ec0a11ee9e
1 parent 74d9ef6 commit 117addf

File tree

300 files changed

+314
-317
lines changed

Some content is hidden

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

300 files changed

+314
-317
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,12 @@
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
<parent>
4746
<groupId>org.glassfish.jersey.archetypes</groupId>
4847
<artifactId>project</artifactId>
49-
<version>2.20-SNAPSHOT</version>
48+
<version>2.20</version>
5049
</parent>
5150

5251
<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
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish.jersey.archetypes</groupId>
4747
<artifactId>project</artifactId>
48-
<version>2.20-SNAPSHOT</version>
48+
<version>2.20</version>
4949
</parent>
5050

5151
<artifactId>jersey-heroku-webapp</artifactId>

archetypes/jersey-quickstart-grizzly2/pom.xml

Lines changed: 1 addition & 1 deletion
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.20-SNAPSHOT</version>
47+
<version>2.20</version>
4848
</parent>
4949
<artifactId>jersey-quickstart-grizzly2</artifactId>
5050
<modelVersion>4.0.0</modelVersion>

archetypes/jersey-quickstart-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.20-SNAPSHOT</version>
47+
<version>2.20</version>
4848
</parent>
4949
<modelVersion>4.0.0</modelVersion>
5050
<description>

archetypes/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</groupId>
4747
<artifactId>project</artifactId>
48-
<version>2.20-SNAPSHOT</version>
48+
<version>2.20</version>
4949
</parent>
5050

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

bom/pom.xml

Lines changed: 5 additions & 1 deletion
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.20-SNAPSHOT</version>
56+
<version>2.20</version>
5757
<packaging>pom</packaging>
5858
<name>jersey-bom</name>
5959

@@ -434,4 +434,8 @@
434434
</distributionManagement>
435435
</profile>
436436
</profiles>
437+
438+
<scm>
439+
<tag>2.20</tag>
440+
</scm>
437441
</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.20-SNAPSHOT</version>
48+
<version>2.20</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
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish.jersey.bundles</groupId>
4747
<artifactId>project</artifactId>
48-
<version>2.20-SNAPSHOT</version>
48+
<version>2.20</version>
4949
</parent>
5050

5151
<artifactId>jersey-examples</artifactId>

bundles/jaxrs-ri/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.20-SNAPSHOT</version>
48+
<version>2.20</version>
4949
</parent>
5050

5151
<artifactId>jaxrs-ri</artifactId>

bundles/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</groupId>
4949
<artifactId>project</artifactId>
50-
<version>2.20-SNAPSHOT</version>
50+
<version>2.20</version>
5151
</parent>
5252

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

0 commit comments

Comments
 (0)