This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
The following commit(s) were added to refs/heads/main by this push: new 838ee62 Switch to 2.3.0-SNAPSHOT for WebSocket TCK 838ee62 is described below commit 838ee628de401403789b06fe9beb1a05ff289d49 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Mar 19 23:53:41 2025 +0000 Switch to 2.3.0-SNAPSHOT for WebSocket TCK --- download/pom.xml | 4 ++-- pom.xml | 2 +- websocket-tck/pom.xml | 11 ----------- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/download/pom.xml b/download/pom.xml index f90fd6a..87d7bc5 100644 --- a/download/pom.xml +++ b/download/pom.xml @@ -68,10 +68,10 @@ <goal>wget</goal> </goals> <configuration> - <url>https://download.eclipse.org/jakartaee/websocket/2.2/jakarta-websocket-tck-${tck.websocket.version}.zip</url> + <url>https://download.eclipse.org/ee4j/websocket/jakartaee12/staged/eftl/jakarta-websocket-tck-${tck.websocket.version}.zip</url> <unpack>true</unpack> <outputDirectory>${project.build.directory}</outputDirectory> - <sha256>ff50825305bd1318a4e6bdfab21b829cfd8cf89fab8a970f007b52636d3f2629</sha256> + <sha256>34f542fce2599691458c64474c984e4a095ed5de7f5e1f29c38c7fc67e45aeda</sha256> </configuration> </execution> <execution> diff --git a/pom.xml b/pom.xml index 3dc2cd0..45772c8 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ <api.el.version>6.0.0</api.el.version> <tck.servlet.version>6.2.0-SNAPSHOT</tck.servlet.version> <tck.pages.version>4.0.0</tck.pages.version> - <tck.websocket.version>2.2.0</tck.websocket.version> + <tck.websocket.version>2.3.0-SNAPSHOT</tck.websocket.version> <!-- TCK dependency versions --> <tck.common.version>11.0.0-M1</tck.common.version> diff --git a/websocket-tck/pom.xml b/websocket-tck/pom.xml index bf0f0c1..0e933b4 100644 --- a/websocket-tck/pom.xml +++ b/websocket-tck/pom.xml @@ -98,17 +98,6 @@ <artifactId>arquillian-junit5-core</artifactId> <version>${arquillian.version}</version> </dependency> - <dependency> - <groupId>jakarta.tck</groupId> - <artifactId>sigtest-maven-plugin</artifactId> - <version>2.1</version> - <exclusions> - <exclusion> - <groupId>org.netbeans.tools</groupId> - <artifactId>ct-sym</artifactId> - </exclusion> - </exclusions> - </dependency> </dependencies> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org