This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 7e40af674f Try fixing travis builds - ant 1.10.11 no longer available on download server. 7e40af674f is described below commit 7e40af674f083b07bf651e228379a02a601e5a7b Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Wed Apr 20 23:46:05 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 72ab479e4c..3ee801379e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,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