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

Commit bc2ec75

Browse files
author
Stephan Fuhrmann
committed
Merge branch 'master' of https://github.com/jersey/jersey into link-fixes
2 parents bde4657 + ef82324 commit bc2ec75

File tree

564 files changed

+11820
-2706
lines changed

Some content is hidden

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

564 files changed

+11820
-2706
lines changed

LICENSE.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ <h1><strong>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)Version 1.1</stron
270270
<h1><strong>The GNU General Public License (GPL) Version 2, June 1991</strong></h1>
271271

272272
<p>Copyright (C) 1989, 1991 Free Software Foundation, Inc.<br/>
273-
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p>
273+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA</p>
274274

275275
<p>Everyone is permitted to copy and distribute verbatim copies<br/>
276276
of this license document, but changing it is not allowed.</p>
@@ -497,7 +497,7 @@ <h1><strong>The GNU General Public License (GPL) Version 2, June 1991</strong></
497497
License for more details.
498498
</blockquote>
499499
<blockquote>You should have received a copy of the GNU General Public License along with this program; if not,
500-
write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
500+
write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
501501
</blockquote>
502502
<p>Also add information on how to contact you by electronic and paper mail.</p>
503503

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The code released under the CDDL shall be governed by the laws of the State of C
140140
The GNU General Public License (GPL) Version 2, June 1991
141141

142142

143-
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
143+
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
144144

145145
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
146146

@@ -244,7 +244,7 @@ To do so, attach the following notices to the program. It is safest to attach th
244244

245245
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
246246

247-
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
247+
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
248248

249249
Also add information on how to contact you by electronic and paper mail.
250250

archetypes/jersey-example-java8-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.21-SNAPSHOT</version>
48+
<version>2.22-SNAPSHOT</version>
4949
</parent>
5050

5151
<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.21-SNAPSHOT</version>
48+
<version>2.22-SNAPSHOT</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.21-SNAPSHOT</version>
47+
<version>2.22-SNAPSHOT</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.21-SNAPSHOT</version>
47+
<version>2.22-SNAPSHOT</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.21-SNAPSHOT</version>
48+
<version>2.22-SNAPSHOT</version>
4949
</parent>
5050

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

bom/pom.xml

Lines changed: 1 addition & 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.21-SNAPSHOT</version>
56+
<version>2.22-SNAPSHOT</version>
5757
<packaging>pom</packaging>
5858
<name>jersey-bom</name>
5959

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.21-SNAPSHOT</version>
48+
<version>2.22-SNAPSHOT</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.21-SNAPSHOT</version>
48+
<version>2.22-SNAPSHOT</version>
4949
</parent>
5050

5151
<artifactId>jersey-examples</artifactId>

0 commit comments

Comments
 (0)