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

Commit 626df48

Browse files
author
Petr Bouda
committed
Fix 2.23-SNAPSHOT version
Change-Id: I04d929eaf064f211d72fabf93c8b0abd87fd5bc1
1 parent a4bd112 commit 626df48

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/integration/JERSEY-2988/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2015-2016 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>org.glassfish.jersey.tests.integration</groupId>
5050
<artifactId>project</artifactId>
51-
<version>3.0-SNAPSHOT</version>
51+
<version>2.23-SNAPSHOT</version>
5252
</parent>
5353

5454
<artifactId>jersey-2988</artifactId>

tests/integration/servlet-2.5-filter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2015-2016 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.tests.integration</groupId>
4848
<artifactId>project</artifactId>
49-
<version>3.0-SNAPSHOT</version>
49+
<version>2.23-SNAPSHOT</version>
5050
</parent>
5151

5252
<artifactId>servlet-2.5-filter</artifactId>

tests/integration/servlet-3-filter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2015-2016 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jersey.tests.integration</groupId>
4848
<artifactId>project</artifactId>
49-
<version>3.0-SNAPSHOT</version>
49+
<version>2.23-SNAPSHOT</version>
5050
</parent>
5151

5252
<artifactId>servlet-3-filter</artifactId>

0 commit comments

Comments
 (0)