Skip to content

Commit 9cacfc5

Browse files
committed
Remove Servlet parent
If I am reading the CI errors correctly, the use of Servlet parent is preventing the TCK module from completing an independent release. We need to release the API and the TCK separately.
1 parent e5da584 commit 9cacfc5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tck/pom.xml

Lines changed: 7 additions & 4 deletions
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) 1997, 2022 Oracle and/or its affiliates and others.
4+
Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
55
All rights reserved.
66
77
This program and the accompanying materials are made available under the
@@ -22,11 +22,14 @@
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>jakarta.servlet</groupId>
26-
<artifactId>servlet-parent</artifactId>
27-
<version>6.1.0-SNAPSHOT</version>
25+
<groupId>org.eclipse.ee4j</groupId>
26+
<artifactId>project</artifactId>
27+
<version>1.0.9</version>
28+
<relativePath/>
2829
</parent>
2930

31+
<groupId>jakarta.servlet</groupId>
32+
<version>6.1.0-SNAPSHOT</version>
3033
<artifactId>tck</artifactId>
3134
<packaging>pom</packaging>
3235

0 commit comments

Comments
 (0)