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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to