Author: markt
Date: Sat Jul 2 14:01:35 2016
New Revision: 1751061
URL: http://svn.apache.org/viewvc?rev=1751061&view=rev
Log:
Use the mirror network rather than the ASF master site to download the current
ASF dependencies.
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/build.properties.default
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1751061&r1=1751060&r2=1751061&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Sat Jul 2 14:01:35 2016
@@ -81,7 +81,7 @@ compile.debug=true
# Do not pass -deprecation (-Xlint:deprecation) flag to javac
compile.deprecation=false
-base-apache.loc.1=http://www.apache.org/dist
+base-apache.loc.1=http://www.apache.org/dyn/closer.lua?action=download&filename=
base-apache.loc.2=http://archive.apache.org/dist
base-commons.loc.1=${base-apache.loc.1}/commons
base-commons.loc.2=${base-apache.loc.2}/commons
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1751061&r1=1751060&r2=1751061&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sat Jul 2 14:01:35 2016
@@ -211,6 +211,10 @@
Remove JULI plus log4j extras and embedded artifacts from Maven release
script. (markt)
</fix>
+ <add>
+ Use the mirror network rather than the ASF master site to download the
+ current ASF dependencies. (markt)
+ </add>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]