Removing Maven1 instructions and updating release notes link

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@777377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-05-22 05:33:21 +00:00
parent b606e6ebd5
commit 338c04c85f

@ -29,7 +29,7 @@ limitations under the License.
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 @@ limitations under the License.
</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: