Author: brett
Date: Tue May  9 05:01:26 2006
New Revision: 405402

URL: http://svn.apache.org/viewcvs?rev=405402&view=rev
Log:
fix the location of the snapshot plugins

Modified:
    
maven/site/trunk/src/site/apt/guides/development/guide-testing-development-plugins.apt

Modified: 
maven/site/trunk/src/site/apt/guides/development/guide-testing-development-plugins.apt
URL: 
http://svn.apache.org/viewcvs/maven/site/trunk/src/site/apt/guides/development/guide-testing-development-plugins.apt?rev=405402&r1=405401&r2=405402&view=diff
==============================================================================
--- 
maven/site/trunk/src/site/apt/guides/development/guide-testing-development-plugins.apt
 (original)
+++ 
maven/site/trunk/src/site/apt/guides/development/guide-testing-development-plugins.apt
 Tue May  9 05:01:26 2006
@@ -17,7 +17,7 @@
 
 * How do I do this?
 
-  Development versions of Maven plugins are periodically published to the 
repository: {{http://snapshots.maven.codehaus.org/maven2}}
+  Development versions of Maven plugins are periodically published to the 
repository: {{http://svn.apache.org/maven-snapshot-repository}}
 
   <Note:> Currently, this is not done automatically by our continuous 
integration setup. This is coming soon.
 
@@ -27,7 +27,7 @@
 <pluginRepositories>
   <pluginRepository>
     <id>snapshots</id>
-    <url>http://snapshots.maven.codehaus.org/maven2</url>
+    <url>http://svn.apache.org/maven-snapshot-repository</url>
   </pluginRepository>
 </pluginRepositories>
 -------
@@ -47,7 +47,7 @@
 <pluginRepositories>
   <pluginRepository>
     <id>snapshots</id>
-    <url>http://snapshots.maven.codehaus.org/maven2</url>
+    <url>http://svn.apache.org/maven-snapshot-repository</url>
     <!-- The releases element here is due to an issue in Maven 2.0 that will 
be fixed in future releases.
          This should be able to be disabled altogether. -->
     <releases>
@@ -71,4 +71,4 @@
 * How do I make changes to the source and test development versions of the 
plugins?
 
   For information on this, see the {{{guide-m2-development.html} Guide to 
Maven 2.0 Development}}.
-  
\ No newline at end of file
+  


Reply via email to