Update site after release. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716921 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/703064dc Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/703064dc Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/703064dc Branch: refs/heads/master Commit: 703064dc07354e9047cad9b6f1d8f03be2c3e0c1 Parents: 51fb010 Author: Thomas Neidhart <[email protected]> Authored: Fri Nov 27 21:49:43 2015 +0000 Committer: Thomas Neidhart <[email protected]> Committed: Fri Nov 27 21:49:43 2015 +0000 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/703064dc/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index f4ccf11..2909bee 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -57,7 +57,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 4.1</a></li> <li>The latest 3.x release - <a href="javadocs/api-3.2.2/index.html">version 3.2.2</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> @@ -70,9 +70,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 v4.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.6+ and the <a href="release_4_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>
