This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 5316299 Use CDN as primary source of ASF dependencies 5316299 is described below commit 531629973d3d21b0c7d2e2749bd808ad2c6ae2cb Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 2 20:37:30 2021 +0100 Use CDN as primary source of ASF dependencies --- build.properties.default | 2 +- webapps/docs/changelog.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.properties.default b/build.properties.default index 6935dca..7a041bf 100644 --- a/build.properties.default +++ b/build.properties.default @@ -99,7 +99,7 @@ compile.debug=true # Do not pass -deprecation (-Xlint:deprecation) flag to javac compile.deprecation=false -base-apache.loc.1=https://www.apache.org/dyn/closer.lua?action=download&filename= +base-apache.loc.1=https://dlcdn.apache.org base-apache.loc.2=https://archive.apache.org/dist base-commons.loc.1=${base-apache.loc.1}/commons base-commons.loc.2=${base-apache.loc.2}/commons diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index a5ee483..a9a6ab4 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -208,6 +208,10 @@ Update the packaged version of the Tomcat Native Library to 1.2.31 to pick up Windows binaries built with OpenSSL 1.1.1l.(markt) </update> + <update> + Switch to the CDN as the primary download location for ASF dependencies. + (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org