Skip to content

Commit 3697dd5

Browse files
committed
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 5f087e6
1 parent 9a703ab commit 3697dd5

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-deployment-tests/spring-boot-deployment-test-tomcat

1 file changed

+1
-1
lines changed

spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<main.basedir>${basedir}/../..</main.basedir>
2020
<cargo.container.id>tomcat8x</cargo.container.id>
2121
<cargo.container.url>
22-
http://mirrors.ibiblio.org/apache/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip
22+
http://archive.apache.org/dist/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip
2323
</cargo.container.url>
2424
</properties>
2525
<dependencies>

0 commit comments

Comments
 (0)