[dna-commits] DNA SVN: r559 - tags/dna-0.2/docs/reference/src/main/docbook/en-US/content.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Sep 29 16:17:29 EDT 2008


Author: rhauch
Date: 2008-09-29 16:17:29 -0400 (Mon, 29 Sep 2008)
New Revision: 559

Modified:
   tags/dna-0.2/docs/reference/src/main/docbook/en-US/content/development_tools.xml
Log:
Corrected the version of Maven that we're using

Modified: tags/dna-0.2/docs/reference/src/main/docbook/en-US/content/development_tools.xml
===================================================================
--- tags/dna-0.2/docs/reference/src/main/docbook/en-US/content/development_tools.xml	2008-09-29 17:11:11 UTC (rev 558)
+++ tags/dna-0.2/docs/reference/src/main/docbook/en-US/content/development_tools.xml	2008-09-29 20:17:29 UTC (rev 559)
@@ -122,7 +122,7 @@
       To use Maven with JBoss DNA, you'll need to have <link linkend="jdk">JDK 5 or 6</link> and Maven 2.0.9 (or higher).</para>
 		<para>
       Maven can be downloaded from <ulink url="http://maven.apache.org/">http://maven.apache.org/</ulink>, and is installed by unzipping the
-      <code>maven-2.0.7-bin.zip</code> file to a convenient location on your local disk. Simply add <code>$MAVEN_HOME/bin</code>
+      <code>maven-2.0.9-bin.zip</code> file to a convenient location on your local disk. Simply add <code>$MAVEN_HOME/bin</code>
       to your path and add the following profile to your <code>~/.m2/settings.xml</code> file:
 		</para>
 		<programlisting role="XML"><![CDATA[




More information about the dna-commits mailing list