You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/05/09 02:05:33 UTC

svn commit: r169197 - /maven/maven-1/core/trunk/xdocs/using/repositories.xml

Author: brett
Date: Sun May  8 17:05:32 2005
New Revision: 169197

URL: http://svn.apache.org/viewcvs?rev=169197&view=rev
Log:
fix planetmirror link

Modified:
    maven/maven-1/core/trunk/xdocs/using/repositories.xml

Modified: maven/maven-1/core/trunk/xdocs/using/repositories.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/repositories.xml?rev=169197&r1=169196&r2=169197&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/repositories.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/repositories.xml Sun May  8 17:05:32 2005
@@ -96,7 +96,7 @@
         <p>
           To override this, you need to set the property <code>maven.repo.remote</code> as follows:
         </p>
-        <source>maven.repo.remote=http://planetmirror.com/maven/,http://www.ibiblio.org/maven/</source>
+        <source>maven.repo.remote=http://public.planetmirror.com/pub/maven/,http://www.ibiblio.org/maven/</source>
         <p>
           You can set this in your <code>~/build.properties</code> file to globally use a certain mirror, however
           note that it is common for a project to customise the repository in their <code>project.properties</code>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org