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

rjung pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 6a81221eed Try fixing travis builds - ant 1.10.11 no longer available 
on download server.
6a81221eed is described below

commit 6a81221eedc583c91409fa4be28da17670b2776e
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Wed Apr 20 23:43:57 2022 +0200

    Try fixing travis builds - ant 1.10.11 no longer available on download 
server.
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ab3ca3584c..572d0c2b66 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,8 +48,8 @@ install:
     - wget -q $JDK_URL && tar xzf OpenJDK*.tar.gz
     - mv jdk-11* jdk
     - export JAVA_HOME=`pwd`/jdk
-    - wget -q 
https://mirrors.netix.net/apache/ant/binaries/apache-ant-1.10.11-bin.tar.gz && 
tar xzf apache-ant-*-bin.tar.gz
-    - export ANT_HOME=`pwd`/apache-ant-1.10.11
+    - wget -q 
https://mirrors.netix.net/apache/ant/binaries/apache-ant-1.10.12-bin.tar.gz && 
tar xzf apache-ant-*-bin.tar.gz
+    - export ANT_HOME=`pwd`/apache-ant-1.10.12
     - export PATH="$JAVA_HOME/bin:$ANT_HOME/bin:$PATH"
     - java -version
     - ant -version


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to