You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2011/11/15 19:16:05 UTC

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

Author: dkulp
Date: Tue Nov 15 18:16:04 2011
New Revision: 1202351

URL: http://svn.apache.org/viewvc?rev=1202351&view=rev
Log:
Change eclipselink url as per recommendation at:
http://wiki.eclipse.org/EclipseLink/Maven

Modified:
    aries/trunk/parent/pom.xml

Modified: aries/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/parent/pom.xml?rev=1202351&r1=1202350&r2=1202351&view=diff
==============================================================================
--- aries/trunk/parent/pom.xml (original)
+++ aries/trunk/parent/pom.xml Tue Nov 15 18:16:04 2011
@@ -103,10 +103,7 @@
         
         <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>
+          <url>http://download.eclipse.org/rt/eclipselink/maven.repo/</url>
         </repository>        
     </repositories>