From 3697dd52a03e6eec9d2284ecd0895d3d9d1f3acf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 6 Oct 2015 15:37:41 +0100 Subject: [PATCH] Use main Apache archive for Tomcat binaries to improve(?) build stability Mirrors of archive.apache.org only mirror the latest release of each project so, as new releases are made, builds using older versions will break as the mirrors are updated. This commit updates the Tomcat deployment test to use the main Apache archive site. This should provide long-term access to Tomcat binaries, improving build stability and ensuring that tagged builds are repeatable. Backport of 5f087e6444002fd943de62fb81987d9fbd0c4082 --- .../spring-boot-deployment-test-tomcat/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/pom.xml b/spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/pom.xml index 898bdde34a1..7854949b345 100644 --- a/spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/pom.xml +++ b/spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/pom.xml @@ -19,7 +19,7 @@ ${basedir}/../.. tomcat8x - http://mirrors.ibiblio.org/apache/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip + http://archive.apache.org/dist/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip