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 464fe38 Fix copy/paste error
464fe38 is described below
commit 464fe389bc9c774e2cd33ad617aa265c0699923d
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Apr 2 18:50:28 2025 +0100
Fix copy/paste error
---
download/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/download/pom.xml b/download/pom.xml
index 502298e..82846f6 100644
--- a/download/pom.xml
+++ b/download/pom.xml
@@ -55,7 +55,7 @@
<goal>wget</goal>
</goals>
<configuration>
-
<url>https://download.eclipse.org/ee4j/expression-language/jakartaee12/staged/eftl/jakarta-expression-language-tck-${tck.websocket.version}.zip</url>
+
<url>https://download.eclipse.org/ee4j/expression-language/jakartaee12/staged/eftl/jakarta-expression-language-tck-${tck.el.version}.zip</url>
<unpack>true</unpack>
<outputDirectory>${project.build.directory}</outputDirectory>
<!-- Disbale checkum verification while SNAPSHOT
builds are being used
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]