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

JERSEY-2429: JDK8 support #5

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions archetypes/jersey-quickstart-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</jersey-version>
<jersey-version>1.18.4-SNAPSHOT</jersey-version>
<netbeans.hint.deploy.server>gfv3ee6</netbeans.hint.deploy.server>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions archetypes/jersey-quickstart-grizzly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</jersey-version>
<jersey-version>1.18.4-SNAPSHOT</jersey-version>
</properties>
</project>
4 changes: 2 additions & 2 deletions archetypes/jersey-quickstart-grizzly2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</jersey-version>
<jersey-version>1.18.4-SNAPSHOT</jersey-version>
</properties>
</project>
4 changes: 2 additions & 2 deletions archetypes/jersey-quickstart-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</jersey.version>
<jersey.version>1.18.4-SNAPSHOT</jersey.version>
<glassfish.version>3.1.1</glassfish.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
6 changes: 3 additions & 3 deletions archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,11 +47,11 @@
<parent>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-project</artifactId>
<version>1.18.1</version>
<version>1.18.4-SNAPSHOT</version>
</parent>

<groupId>com.sun.jersey.archetypes</groupId>
<version>1.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>jersey-archive</artifactId>
<name>Jersey archive for non-maven users</name>
Expand Down
4 changes: 2 additions & 2 deletions contribs/ant-wadl-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</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 @@ -16,7 +16,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>ex11_1_pom</artifactId>
<version>1.18.1</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<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.18.1</version>
<version>1.18.4-SNAPSHOT</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.18.1</version>
<version>1.18.4-SNAPSHOT</version>
</parent>

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

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions contribs/jersey-apache-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.18.1</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>jersey-apache-client</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions contribs/jersey-apache-client4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.18.1</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>jersey-apache-client4</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions contribs/jersey-atom-abdera/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -49,7 +49,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.18.1</version>
<version>1.18.4-SNAPSHOT</version>
</parent>

<artifactId>jersey-atom-abdera</artifactId>
Expand Down
Loading