Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit 6ea49a8

Browse files
committed
[maven-release-plugin] prepare release 1.19.3
Change-Id: I118c3b15ebb3a9c633cee684e98b063086e50f31
1 parent 0dfe4dd commit 6ea49a8

File tree

148 files changed

+164
-164
lines changed

Some content is hidden

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

148 files changed

+164
-164
lines changed

archetypes/jersey-quickstart-ejb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>com.sun.jersey.archetypes</groupId>
4747
<artifactId>jersey-archetypes</artifactId>
48-
<version>1.20-SNAPSHOT</version>
48+
<version>1.19.3</version>
4949
</parent>
5050
<modelVersion>4.0.0</modelVersion>
5151
<description>

archetypes/jersey-quickstart-grizzly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>com.sun.jersey.archetypes</groupId>
4747
<artifactId>jersey-archetypes</artifactId>
48-
<version>1.20-SNAPSHOT</version>
48+
<version>1.19.3</version>
4949
</parent>
5050
<artifactId>jersey-quickstart-grizzly</artifactId>
5151
<modelVersion>4.0.0</modelVersion>

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>com.sun.jersey.archetypes</groupId>
4747
<artifactId>jersey-archetypes</artifactId>
48-
<version>1.20-SNAPSHOT</version>
48+
<version>1.19.3</version>
4949
</parent>
5050
<artifactId>jersey-quickstart-grizzly2</artifactId>
5151
<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
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>com.sun.jersey.archetypes</groupId>
4747
<artifactId>jersey-archetypes</artifactId>
48-
<version>1.20-SNAPSHOT</version>
48+
<version>1.19.3</version>
4949
</parent>
5050
<modelVersion>4.0.0</modelVersion>
5151
<description>

archetypes/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
<parent>
4747
<groupId>com.sun.jersey</groupId>
4848
<artifactId>jersey-project</artifactId>
49-
<version>1.20-SNAPSHOT</version>
49+
<version>1.19.3</version>
5050
</parent>
5151

5252
<groupId>com.sun.jersey.archetypes</groupId>
53-
<version>1.20-SNAPSHOT</version>
53+
<version>1.19.3</version>
5454
<artifactId>jersey-archetypes</artifactId>
5555
<packaging>pom</packaging>
5656
<name>All Jersey Archetypes</name>

archive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>com.sun.jersey</groupId>
4848
<artifactId>jersey-project</artifactId>
49-
<version>1.20-SNAPSHOT</version>
49+
<version>1.19.3</version>
5050
</parent>
5151
<artifactId>jersey-archive</artifactId>
5252
<name>Jersey archive for non-maven users</name>

contribs/ant-wadl-task/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>com.sun.jersey.contribs</groupId>
4848
<artifactId>jersey-contribs</artifactId>
49-
<version>1.20-SNAPSHOT</version>
49+
<version>1.19.3</version>
5050
</parent>
5151
<artifactId>ant-wadl-task</artifactId>
5252
<packaging>jar</packaging>

contribs/bill-burke-book/ex03_1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
1919
<artifactId>bill-burke-book-examples</artifactId>
20-
<version>1.20-SNAPSHOT</version>
20+
<version>1.19.3</version>
2121
</parent>
2222
<artifactId>ex03_1</artifactId>
2323
<packaging>war</packaging>

contribs/bill-burke-book/ex04_1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
2020
<artifactId>bill-burke-book-examples</artifactId>
21-
<version>1.20-SNAPSHOT</version>
21+
<version>1.19.3</version>
2222
</parent>
2323
<packaging>war</packaging>
2424
<name>ex04_1</name>

contribs/bill-burke-book/ex04_2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
1919
<artifactId>bill-burke-book-examples</artifactId>
20-
<version>1.20-SNAPSHOT</version>
20+
<version>1.19.3</version>
2121
</parent>
2222
<artifactId>ex04_2</artifactId>
2323
<packaging>war</packaging>

0 commit comments

Comments
 (0)