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

Commit

Permalink
Jersey 1.19.
Browse files Browse the repository at this point in the history
Change-Id: I1fbf90356abb6104e0eb4b6df8202ed0726ed704
Signed-off-by: Michal Gajdos <michal.gajdos.sk@gmail.com>
  • Loading branch information
mgajdos committed Feb 11, 2015
1 parent 577b475 commit 9c7a76c
Show file tree
Hide file tree
Showing 177 changed files with 196 additions and 196 deletions.
2 changes: 1 addition & 1 deletion archetypes/jersey-quickstart-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</dependencies>

<properties>
<jersey-version>1.19-SNAPSHOT</jersey-version>
<jersey-version>1.19</jersey-version>
<netbeans.hint.deploy.server>gfv3ee6</netbeans.hint.deploy.server>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/jersey-quickstart-grizzly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>jersey-quickstart-grizzly</artifactId>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@
</plugins>
</build>
<properties>
<jersey-version>1.19-SNAPSHOT</jersey-version>
<jersey-version>1.19</jersey-version>
</properties>
</project>
2 changes: 1 addition & 1 deletion archetypes/jersey-quickstart-grizzly2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>jersey-quickstart-grizzly2</artifactId>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
</plugins>
</build>
<properties>
<jersey-version>1.19-SNAPSHOT</jersey-version>
<jersey-version>1.19</jersey-version>
</properties>
</project>
2 changes: 1 addition & 1 deletion archetypes/jersey-quickstart-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</dependency>
</dependencies>
<properties>
<jersey.version>1.19-SNAPSHOT</jersey.version>
<jersey.version>1.19</jersey.version>
<glassfish.version>3.1.1</glassfish.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
<parent>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-project</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>

<groupId>com.sun.jersey.archetypes</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
<artifactId>jersey-archetypes</artifactId>
<packaging>pom</packaging>
<name>All Jersey Archetypes</name>
Expand Down
2 changes: 1 addition & 1 deletion archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<parent>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-project</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>jersey-archive</artifactId>
<name>Jersey archive for non-maven users</name>
Expand Down
2 changes: 1 addition & 1 deletion contribs/ant-wadl-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ant-wadl-task</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex03_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex03_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex04_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<packaging>war</packaging>
<name>ex04_1</name>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex04_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex04_2</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex04_3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex04_3</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex05_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex05_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex05_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex05_2</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex06_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex06_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex06_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex06_2</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex07_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex07_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex08_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex08_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex08_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex08_2</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex09_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex09_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex09_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex09_2</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex10_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex10_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex11_1/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>ex11_1_pom</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ex11_1-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex11_1/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>ex11_1_pom</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ex11_1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex11_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex11_1_pom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex11_1/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>ex11_1_pom</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>

<artifactId>ex11_1-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex11_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>ex11_2</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions contribs/bill-burke-book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>

<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-apache-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>jersey-apache-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-apache-client4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>jersey-apache-client4</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-atom-abdera/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>

<artifactId>jersey-atom-abdera</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-aws-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>

<artifactId>jersey-aws-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<artifactId>jersey-contribs</artifactId>
<groupId>com.sun.jersey.contribs</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>jersey-freemarker</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>

<artifactId>jersey-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-moxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<artifactId>jersey-contribs</artifactId>
<groupId>com.sun.jersey.contribs</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>jersey-moxy</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-multipart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>

<artifactId>jersey-multipart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-non-blocking-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<artifactId>jersey-contribs</artifactId>
<groupId>com.sun.jersey.contribs</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>jersey-non-blocking-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-oauth/oauth-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
<artifactId>jersey-oauth</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>oauth-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-oauth/oauth-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
<artifactId>jersey-oauth</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>oauth-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/jersey-oauth/oauth-signature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
<artifactId>jersey-oauth</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.19</version>
</parent>
<artifactId>oauth-signature</artifactId>
<packaging>jar</packaging>
Expand Down
Loading

0 comments on commit 9c7a76c

Please sign in to comment.