You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/05/22 07:33:22 UTC

svn commit: r777377 - /commons/proper/collections/trunk/xdocs/building.xml

Author: bayard
Date: Fri May 22 05:33:21 2009
New Revision: 777377

URL: http://svn.apache.org/viewvc?rev=777377&view=rev
Log:
Removing Maven1 instructions and updating release notes link

Modified:
    commons/proper/collections/trunk/xdocs/building.xml

Modified: commons/proper/collections/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/xdocs/building.xml?rev=777377&r1=777376&r2=777377&view=diff
==============================================================================
--- commons/proper/collections/trunk/xdocs/building.xml (original)
+++ commons/proper/collections/trunk/xdocs/building.xml Fri May 22 05:33:21 2009
@@ -29,7 +29,7 @@
   build is also available.
 </p>
 <p>
-  You may also be interested in the <a href="release_3_2_1.html">v3.2.1 release notes</a>.
+  You may also be interested in the <a href="release_3_3.html">v3.3 release notes</a>.
 </p>
 </section>
 <!-- ================================================== -->
@@ -47,19 +47,6 @@
   </ul>
 </section>
 <!-- ================================================== -->
-<section name="Maven 1 Goals">
-  <p>
-    The following <strong><i>Maven 1</i></strong> commands can be used to build collections:
-  </p>
-  <ul>
-    <li><code>maven clean</code> - clean up</li>
-    <li><code>maven test</code> - compile and run the unit tests</li>
-    <li><code>maven site</code> - create io documentation</li>
-    <li><code>maven jar</code> - build the jar</li>
-    <li><code>maven dist</code> - Create the source and binary distributions</li>
-  </ul>
-</section>
-<!-- ================================================== -->
 <section name="Ant Goals">
   <p>
     The following <strong><i>Ant</i></strong> commands can be used to build collections: