You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/16 23:05:29 UTC

svn commit: r1147490 - in /maven/site/trunk/src/site: apt/guides/development/guide-building-m2.apt xdoc/source-repository.xml

Author: hboutemy
Date: Sat Jul 16 21:05:28 2011
New Revision: 1147490

URL: http://svn.apache.org/viewvc?rev=1147490&view=rev
Log:
subversion is now at Apache

Modified:
    maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt
    maven/site/trunk/src/site/xdoc/source-repository.xml

Modified: maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt?rev=1147490&r1=1147489&r2=1147490&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt (original)
+++ maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt Sat Jul 16 21:05:28 2011
@@ -43,7 +43,7 @@ Building Maven
 
 * Checking out the sources
 
-  All of the source code for Maven and its related libraries is in {{{http://subversion.tigris.org/} Subversion}}.
+  All of the source code for Maven and its related libraries is in {{{http://subversion.apache.org/} Subversion}}.
   You can {{{http://svn.apache.org/viewvc/maven/} browse the repository}}, or checkout specific modules directly.
 
   To build Maven 3 (the current stable branch), you need the <<<trunk>>> of the <<<maven-3>>> module. 

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=1147490&r1=1147489&r2=1147490&view=diff
==============================================================================
--- maven/site/trunk/src/site/xdoc/source-repository.xml (original)
+++ maven/site/trunk/src/site/xdoc/source-repository.xml Sat Jul 16 21:05:28 2011
@@ -29,7 +29,7 @@ under the License.
   <body>
     <section name="Source Repository">
       <p>
-        Maven projects use <a href="http://subversion.tigris.org/">Subversion</a> to manage their source code.
+        Maven projects use <a href="http://subversion.apache.org/">Subversion</a> to manage their source code.
         Instructions on Subversion use can be found in the online book
         <a href="http://svnbook.red-bean.com/">Version Control with Subversion</a>.
       </p>