Author: bimargulies
Date: Mon Jan  7 15:45:11 2013
New Revision: 1429854

URL: http://svn.apache.org/viewvc?rev=1429854&view=rev
Log:
try harder to get the git versus subversion message across.

Modified:
    maven/site/trunk/content/apt/guides/development/guide-building-m2.apt

Modified: maven/site/trunk/content/apt/guides/development/guide-building-m2.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/development/guide-building-m2.apt?rev=1429854&r1=1429853&r2=1429854&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/development/guide-building-m2.apt 
(original)
+++ maven/site/trunk/content/apt/guides/development/guide-building-m2.apt Mon 
Jan  7 15:45:11 2013
@@ -43,8 +43,11 @@ Building Maven
 
 * Checking out the sources
 
-  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.
+  All of the source code for Maven and its related libraries is in managed in 
the ASF source code
+  repositories. Current development of the core of Maven, and some other 
components, are in git.
+  Other pieces (and older versions) are in Subversion. For details, see
+  
{{{http://maven.apache.org/source-repository.html}http://maven.apache.org/source-repository.html}}.
+
 
   To build Maven 3 (the current stable branch), you need the <<<trunk>>> of 
the <<<maven-3>>> module. 
   To check that out, run the command:
@@ -223,4 +226,3 @@ Main targets:
 
 Default target: all
 +--------+
-


Reply via email to