Update index page for upcoming 3.3 release

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1571955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-02-26 08:05:51 +00:00
parent f18194f4d7
commit 9bc263f242
1 changed files with 5 additions and 8 deletions

View File

@ -50,7 +50,7 @@ together with various <a href="project-reports.html">project reports</a>.
The JavaDoc API documents are available online:
</p>
<ul>
<li>The <a href="javadocs/api-3.2.1/index.html">current stable release 3.2.1</a> [Java 6.0+]</li>
<li>The <a href="javadocs/api-3.3/index.html">current stable release 3.3</a> [Java 6.0+]</li>
<li>The <a href="javadocs/api-2.6/index.html">legacy release 2.6</a> [Java 1.2+]</li>
<li>Older releases - see the <a href="release-history.html">Release History</a> page</li>
</ul>
@ -64,23 +64,20 @@ The code base is monitored by a Sonar instance running on <a href="https://analy
</section>
<!-- ================================================== -->
<section name="Release Information">
<p>The latest stable release of Lang is 3.2.1. You may: </p>
<p>The latest stable release of Lang is 3.3. You may: </p>
<ul>
<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.2.1</a></li>
<li>Read the <a href="release-notes/RELEASE-NOTES-3.2.1.txt">3.2.1 release notes</a></li>
<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.3</a></li>
<li>Read the <a href="release-notes/RELEASE-NOTES-3.3.txt">3.3 release notes</a></li>
<li>Examine the <a href="article3_0.html">2.x to 3.0 upgrade notes</a></li>
<li>Compare major versions via the <a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a></li>
</ul>
<p>The <a href="clirr-report.html">Clirr report</a> for release 3.2.1 shows three errors in <code>org.apache.commons.lang3.time.FastDateFormat</code>. These were introduced in release 3.2 and are assumed not to affect client code. For more information please see the
<a href="release-notes/RELEASE-NOTES-3.2.1.txt">release notes</a>.</p>
<p>
Alternatively you can pull it from the central Maven repositories:
<pre>
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
&lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
&lt;version&gt;3.2.1&lt;/version&gt;
&lt;version&gt;3.3&lt;/version&gt;
</pre>
</p>