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

Commit 75a09ff

Browse files
committed
[maven-release-plugin] prepare release 2.15
Change-Id: Ie5fd6dc5d115a8b34d34e792685f483ea0e90d86
1 parent c6268ca commit 75a09ff

File tree

238 files changed

+244
-240
lines changed

Some content is hidden

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

238 files changed

+244
-240
lines changed

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.15-SNAPSHOT</version>
48+
<version>2.15</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.15-SNAPSHOT</version>
47+
<version>2.15</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.15-SNAPSHOT</version>
47+
<version>2.15</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.15-SNAPSHOT</version>
48+
<version>2.15</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.15-SNAPSHOT</version>
56+
<version>2.15</version>
5757
<packaging>pom</packaging>
5858
<name>jersey-bom</name>
5959

@@ -389,4 +389,8 @@
389389
</distributionManagement>
390390
</profile>
391391
</profiles>
392+
393+
<scm>
394+
<tag>2.15</tag>
395+
</scm>
392396
</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.15-SNAPSHOT</version>
48+
<version>2.15</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.15-SNAPSHOT</version>
48+
<version>2.15</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.15-SNAPSHOT</version>
48+
<version>2.15</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.15-SNAPSHOT</version>
50+
<version>2.15</version>
5151
</parent>
5252

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

bundles/repackaged/jersey-guava/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.repackaged</groupId>
4949
<artifactId>project</artifactId>
50-
<version>2.15-SNAPSHOT</version>
50+
<version>2.15</version>
5151
</parent>
5252

5353
<artifactId>jersey-guava</artifactId>

0 commit comments

Comments
 (0)