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 b173e0a Use direct download location b173e0a is described below commit b173e0ab2550ee3e74a127b36911b433dcec59d9 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Nov 28 16:40:19 2024 +0000 Use direct download location --- download/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download/pom.xml b/download/pom.xml index 6eb9903..e5062d3 100644 --- a/download/pom.xml +++ b/download/pom.xml @@ -81,7 +81,7 @@ <goal>wget</goal> </goals> <configuration> - <url>https://www.eclipse.org/downloads/download.php?file=/ee4j/servlet/jakartaee12/staged/eftl/jakarta-servlet-tck-${tck.servlet.version}.zip</url> + <url>https://download.eclipse.org/ee4j/servlet/jakartaee12/staged/eftl/jakarta-servlet-tck-${tck.servlet.version}.zip</url> <unpack>true</unpack> <outputDirectory>${project.build.directory}</outputDirectory> <sha256>57e9b8cfc0140b142d139b470d6475e6e23ca9536c7cbddc3840af1148c0b11e</sha256> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org