You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/04/02 21:36:36 UTC

svn commit: r1308501 - /maven/maven-3/trunk/README.bootstrap.txt

Author: olamy
Date: Mon Apr  2 19:36:36 2012
New Revision: 1308501

URL: http://svn.apache.org/viewvc?rev=1308501&view=rev
Log:
ant 1.8 required for bootstrap build

Modified:
    maven/maven-3/trunk/README.bootstrap.txt

Modified: maven/maven-3/trunk/README.bootstrap.txt
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/README.bootstrap.txt?rev=1308501&r1=1308500&r2=1308501&view=diff
==============================================================================
--- maven/maven-3/trunk/README.bootstrap.txt (original)
+++ maven/maven-3/trunk/README.bootstrap.txt Mon Apr  2 19:36:36 2012
@@ -4,7 +4,7 @@ BOOTSTRAPPING BASICS
 You'll need:
 
 - Java 1.5
-- Ant 1.6.5 or later
+- Ant 1.8 or later
 
 First, give Ant a location into which the completed Maven distro should be installed:
 
@@ -16,4 +16,4 @@ Then, run Ant:
 
 Once the build completes, you should have a new Maven distro ready to roll in your $M2_HOME directory!
 
-Enjoy.
\ No newline at end of file
+Enjoy.