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 506300b Switch Servlet download to 6.2.0-SNAPSHOT location 506300b is described below commit 506300bcc8829422d60b61be5672d996e644c23b Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Nov 28 16:33:46 2024 +0000 Switch Servlet download to 6.2.0-SNAPSHOT location --- download/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download/pom.xml b/download/pom.xml index 6d5a2d9..6eb9903 100644 --- a/download/pom.xml +++ b/download/pom.xml @@ -81,10 +81,10 @@ <goal>wget</goal> </goals> <configuration> - <url>https://download.eclipse.org/jakartaee/servlet/6.1/jakarta-servlet-tck-${tck.servlet.version}.zip</url> + <url>https://www.eclipse.org/downloads/download.php?file=/ee4j/servlet/jakartaee12/staged/eftl/jakarta-servlet-tck-${tck.servlet.version}.zip</url> <unpack>true</unpack> <outputDirectory>${project.build.directory}</outputDirectory> - <sha256>1170697a87622a920bd50f0a68ed594c6efc5e17dd370566312194c4e12bec29</sha256> + <sha256>57e9b8cfc0140b142d139b470d6475e6e23ca9536c7cbddc3840af1148c0b11e</sha256> </configuration> </execution> <execution> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org