Update index.xml for upcoming 3.3.1 release

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-03-15 12:45:52 +00:00
parent a66a5cb647
commit 6abb5453e7
1 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@ and various <a href="project-reports.html">project reports</a> are provided.
The JavaDoc API documents are available online: The JavaDoc API documents are available online:
</p> </p>
<ul> <ul>
<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-3.3.1/index.html">current stable release 3.3.1</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>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> <li>Older releases - see the <a href="release-history.html">Release History</a> page</li>
</ul> </ul>
@ -64,10 +64,10 @@ The code base is monitored by a Sonar instance running on <a href="https://analy
</section> </section>
<!-- ================================================== --> <!-- ================================================== -->
<section name="Release Information"> <section name="Release Information">
<p>The latest stable release of Lang is 3.3. You may: </p> <p>The latest stable release of Lang is 3.3.1. You may: </p>
<ul> <ul>
<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.3</a></li> <li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.3.1</a></li>
<li>Read the <a href="release-notes/RELEASE-NOTES-3.3.txt">3.3 release notes</a></li> <li>Read the <a href="release-notes/RELEASE-NOTES-3.3.1.txt">3.3.1 release notes</a></li>
<li>Examine the <a href="article3_0.html">2.x to 3.0 upgrade 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> <li>Compare major versions via the <a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a></li>
</ul> </ul>
@ -77,7 +77,7 @@ Alternatively you can pull it from the central Maven repositories:
<pre> <pre>
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt; &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
&lt;artifactId&gt;commons-lang3&lt;/artifactId&gt; &lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
&lt;version&gt;3.3&lt;/version&gt; &lt;version&gt;3.3.1&lt;/version&gt;
</pre> </pre>
</p> </p>