You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/06/09 17:58:46 UTC

svn commit: r1348436 - /db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/codegen/gettingStarted.xml

Author: tfischer
Date: Sat Jun  9 15:58:45 2012
New Revision: 1348436

URL: http://svn.apache.org/viewvc?rev=1348436&view=rev
Log:
remove 2 from maven name (plugin should also work for maven 3)

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/codegen/gettingStarted.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/codegen/gettingStarted.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/codegen/gettingStarted.xml?rev=1348436&r1=1348435&r2=1348436&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/codegen/gettingStarted.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/codegen/gettingStarted.xml Sat Jun  9 15:58:45 2012
@@ -445,7 +445,7 @@ $torqueGen.mergepoint("methods")##
         To hook the generation process into your Maven 2 build, you need to
         install Maven 2.
         If you are new to Maven 2, read
-        <a href="http://maven.apache.org/run-maven/index.html">the Maven2 documentation</a>.
+        <a href="http://maven.apache.org/run-maven/index.html">the Maven documentation</a>.
         Then, add the following section to your pom.xml:
       </p>
     <source><![CDATA[
@@ -481,7 +481,7 @@ $torqueGen.mergepoint("methods")##
     
     <subsection name="Using plain java">
       <p>
-        As an alternative to maven2, you can also run the generation process
+        As an alternative to Maven, you can also run the generation process
         using plain java. For this, you can use the following small
         program:
       </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org