Author: markt
Date: Mon Sep  9 13:00:42 2013
New Revision: 1521086

URL: http://svn.apache.org/r1521086
Log:
Update Maven Central location used to download dependencies at build time to be 
<code>repo.maven.apache.org</code>.
(This was suggested by Olivier Lamy in Re:r1307146, 
http://markmail.org/message/6q2yfkqvic7bcpib ) (kkolinko)

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/build.properties.default
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1521086&r1=1521085&r2=1521086&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Sep  9 13:00:42 2013
@@ -40,14 +40,6 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt, kkolinko
   -1:
 
-* Update Maven Central location used to download dependencies at build time
-  to be <code>repo.maven.apache.org</code>.
-  (This was suggested by Olivier Lamy in Re:r1307146,
-    http://markmail.org/message/6q2yfkqvic7bcpib )
-  http://svn.apache.org/r1491485
-  +1: kkolinko, schultz, markt
-  -1:
-
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55198
   Correctly escape XML output from tagx files.
   http://svn.apache.org/r1500065 (excluding tests)

Modified: tomcat/tc6.0.x/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.properties.default?rev=1521086&r1=1521085&r2=1521086&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/build.properties.default (original)
+++ tomcat/tc6.0.x/trunk/build.properties.default Mon Sep  9 13:00:42 2013
@@ -51,7 +51,8 @@ base-tomcat.loc.1=${base-apache.loc.1}/t
 base-tomcat.loc.2=${base-apache.loc.2}/tomcat
 
 base-sf.loc=http://downloads.sourceforge.net
-base-maven.loc=http://repo2.maven.org/maven2
+# repo.maven.apache.org is the same as repo2.maven.org
+base-maven.loc=http://repo.maven.apache.org/maven2
 
 # ----- Commons Logging, version 1.1 or later -----
 # If this version is updated, check the versions required for the deps

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1521086&r1=1521085&r2=1521086&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Sep  9 13:00:42 2013
@@ -75,6 +75,14 @@
       </add>
     </changelog>
   </subsection>
+  <subsection name="Other">
+    <changelog>
+      <update>
+        Update Maven Central location used to download dependencies at build
+        time to be <code>repo.maven.apache.org</code>. (kkolinko)
+      </update>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 6.0.37 (jfclere)">
   <subsection name="Catalina">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to