Correct site for current release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1452078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bfc6d92fe0
commit
89ebfe8f92
|
@ -28,9 +28,6 @@ limitations under the License.
|
|||
primary build system, however an <a href="http://ant.apache.org">Ant</a>
|
||||
build is also available.
|
||||
</p>
|
||||
<p>
|
||||
You may also be interested in the <a href="release_3_3.html">v3.3 release notes</a>.
|
||||
</p>
|
||||
</section>
|
||||
<!-- ================================================== -->
|
||||
<section name="Maven 2 Goals">
|
||||
|
|
|
@ -104,11 +104,6 @@ Notably MultiValueMap is a new more flexible implementation of MultiHashMap.
|
|||
<b>Collections 3.2.1</b> Re-packaged v3.2 release which is OSGi enabled.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Collections 4.0</b> provides more bug fixes and a few enhancements.
|
||||
Notably some crucial classes became Serializable.
|
||||
</p>
|
||||
|
||||
</section>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -60,7 +60,7 @@ as are various <a href="project-reports.html">project reports</a>.
|
|||
The JavaDoc API documents are available online:
|
||||
</p>
|
||||
<ul>
|
||||
<li>The <a href="javadocs/api-release/index.html">current release 4.0</a></li>
|
||||
<li>The <a href="javadocs/api-release/index.html">current release 3.2.1</a></li>
|
||||
<li>The latest 2.x release - <a href="javadocs/api-2.1.1/index.html">version 2.1.1</a></li>
|
||||
<li>The <a href="apidocs/index.html">latest SVN</a></li>
|
||||
</ul>
|
||||
|
@ -72,9 +72,9 @@ The <a href="source-repository.html">subversion repository</a> can be
|
|||
<!-- ================================================== -->
|
||||
<section name="Releases">
|
||||
<p>
|
||||
The latest version is v4.0 -
|
||||
The latest version is v3.2.1 -
|
||||
<a href="http://commons.apache.org/collections/download_collections.cgi">Download now!</a><br />
|
||||
It is built for Java 1.5+ and the <a href="release_4_0.html">release notes</a> are also available.
|
||||
It is built for Java 1.5+ and the <a href="release_3_2_1.html">release notes</a> are also available.
|
||||
</p>
|
||||
<p>
|
||||
For previous releases, see the <a href="http://archive.apache.org/dist/commons/collections/">Apache Archive</a>
|
||||
|
|
Loading…
Reference in New Issue