This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to annotated tag ANT_1.10.16_RC2
in repository https://gitbox.apache.org/repos/asf/ant.git

commit 9049b6b3f3d768b51971af9f685173d791a938eb
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Mar 29 11:31:54 2026 +0200

    fix URI
---
 fetch.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fetch.xml b/fetch.xml
index 3b09c7e63..d223ecb8d 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -378,7 +378,7 @@ Set -Ddest=LOCATION on the command line
   <target name="netrexx"
           description="load NetRexx compiler"
           depends="init-no-m2">
-    <get src="https://netrexx.org/files/NetRexxC-${netrexx.version}.jar";
+    <get src="https://www.netrexx.org/files/NetRexxC-${netrexx.version}.jar";
          dest="${dest.dir}" skipexisting="true"/>
   </target>
 

Reply via email to