You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2009/07/09 23:19:42 UTC

svn commit: r792702 - /maven/site/trunk/src/site/xdoc/source-repository.xml

Author: brett
Date: Thu Jul  9 21:19:42 2009
New Revision: 792702

URL: http://svn.apache.org/viewvc?rev=792702&view=rev
Log:
fix SVN locations

Modified:
    maven/site/trunk/src/site/xdoc/source-repository.xml

Modified: maven/site/trunk/src/site/xdoc/source-repository.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/source-repository.xml?rev=792702&r1=792701&r2=792702&view=diff
==============================================================================
--- maven/site/trunk/src/site/xdoc/source-repository.xml (original)
+++ maven/site/trunk/src/site/xdoc/source-repository.xml Thu Jul  9 21:19:42 2009
@@ -37,8 +37,7 @@
           the Maven core:
         </p>
         <source>
-<a href="http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x">http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x</a>&#xA0;<!-- protected space to force line break -->
-<a href="http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x">http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x</a>&#xA0;<!-- protected space to force line break -->
+<a href="http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x">http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x</a>&#xA0;<!-- protected space to force line break -->
 <a href="http://svn.apache.org/viewvc/maven/components/trunk">http://svn.apache.org/viewvc/maven/components/trunk</a></source>
         <p>
           The source repositories for the various plugins are listed in the documentation of the respective plugin,
@@ -51,9 +50,8 @@
           line you are looking for:
         </p>
         <source>
-$ svn checkout http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x maven-2.0.x
-$ svn checkout http://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.x maven-2.1.x
-$ svn checkout http://svn.apache.org/repos/asf/maven/components/trunk maven-3.0.x</source>
+$ svn checkout http://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x maven-2.2.x
+$ svn checkout http://svn.apache.org/repos/asf/maven/components/trunk maven-3</source>
       </subsection>
       <subsection name="Developer Access">
         <p>
@@ -61,9 +59,8 @@
           repository via HTTPS to gain write access:
         </p>
         <source>
-$ svn checkout https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x maven-2.0.x
-$ svn checkout https://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.x maven-2.1.x
-$ svn checkout https://svn.apache.org/repos/asf/maven/components/trunk maven-3.0.x</source>
+$ svn checkout https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x maven-2.2.x
+$ svn checkout https://svn.apache.org/repos/asf/maven/components/trunk maven-3</source>
         <p>
           To commit changes to the repository, execute the following command to commit your changes (<code>svn</code> will
           prompt you for your password):
@@ -77,9 +74,8 @@
           repository, you can try to access it via the developer connection:
         </p>
         <source>
-$ svn checkout https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x maven-2.0.x
-$ svn checkout https://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.x maven-2.1.x
-$ svn checkout https://svn.apache.org/repos/asf/maven/components/trunk maven-3.0.x</source>
+$ svn checkout https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x maven-2.2.x
+$ svn checkout https://svn.apache.org/repos/asf/maven/components/trunk maven-3</source>
       </subsection>
       <subsection name="Access through a Proxy">
         <p>