You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2014/02/25 05:10:24 UTC

svn commit: r1571556 - /hama/trunk/pom.xml

Author: edwardyoon
Date: Tue Feb 25 04:10:23 2014
New Revision: 1571556

URL: http://svn.apache.org/r1571556
Log:
HAMA-867: change url to maven central repository

Modified:
    hama/trunk/pom.xml

Modified: hama/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1571556&r1=1571555&r2=1571556&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Tue Feb 25 04:10:23 2014
@@ -108,7 +108,7 @@
     <repository>
       <id>maven-repo</id> <!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
       <name>Maven Repository</name>
-      <url>http://repo.maven.apache.org/maven2</url>
+      <url>http://repo1.maven.apache.org/maven2</url>
       <releases>
         <enabled>true</enabled>
       </releases>