You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/09/02 19:38:35 UTC

[tomcat] branch main updated: Use CDN as primary source of ASF dependencies

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 69f6483  Use CDN as primary source of ASF dependencies
69f6483 is described below

commit 69f6483e67878f502f1af88497968f7d4f66aa44
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 2cb3fa5..3cc1cc6 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -94,7 +94,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 a35bd14..2377fd3 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -245,6 +245,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org