You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ma...@apache.org on 2011/07/03 09:40:20 UTC

svn commit: r1142384 - /aries/trunk/parent/pom.xml

Author: mahrwald
Date: Sun Jul  3 07:40:19 2011
New Revision: 1142384

URL: http://svn.apache.org/viewvc?rev=1142384&view=rev
Log:
ARIES-691: Central EclipseLink maven mirror seems a bit flaky, go to a specific mirror for now

Modified:
    aries/trunk/parent/pom.xml

Modified: aries/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/parent/pom.xml?rev=1142384&r1=1142383&r2=1142384&view=diff
==============================================================================
--- aries/trunk/parent/pom.xml (original)
+++ aries/trunk/parent/pom.xml Sun Jul  3 07:40:19 2011
@@ -103,7 +103,10 @@
         
         <repository>
           <id>EclipseLink Repo</id>
+          <!--
           <url>http://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
+          -->
+          <url>http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/rt/eclipselink/maven.repo/</url>
         </repository>        
     </repositories>