From 5f087e6444002fd943de62fb81987d9fbd0c4082 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. T 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. --- .../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 f821a6a91c5..7a44dade2a7 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.sonic.net/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