Skip to content

Commit 51869ec

Browse files
committed
Do not point to a SNAPSHOT Jersey in version-agnostic tests
Signed-off-by: jansupol <jan.supol@oracle.com>
1 parent be07aef commit 51869ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/version-agnostic/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2023, 2024 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.eclipse.ee4j</groupId>
2525
<artifactId>project</artifactId>
26-
<version>1.0.8</version>
26+
<version>1.0.9</version>
2727
<relativePath>../../../pom.xml</relativePath>
2828
</parent>
2929

@@ -38,7 +38,7 @@
3838
<maven.compiler.source>8</maven.compiler.source>
3939
<maven.compiler.target>8</maven.compiler.target>
4040
<hk2.version>3.0.3</hk2.version>
41-
<jersey.version>3.0.99-SNAPSHOT</jersey.version>
41+
<jersey.version>3.0.14</jersey.version>
4242
</properties>
4343

4444
<build>

tests/version-agnostic/src/test/java/org/glassfish/jersey/test/agnostic/JettyHeaderTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2023, 2024 Oracle and/or its affiliates. All rights reserved.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0, which is available at

0 commit comments

Comments
 (0)