You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/03/29 11:50:15 UTC

svn commit: r1582985 - /commons/proper/lang/trunk/src/site/xdoc/index.xml

Author: britter
Date: Sat Mar 29 10:50:15 2014
New Revision: 1582985

URL: http://svn.apache.org/r1582985
Log:
Update index page for upcomming 3.3.2 release

Modified:
    commons/proper/lang/trunk/src/site/xdoc/index.xml

Modified: commons/proper/lang/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/index.xml?rev=1582985&r1=1582984&r2=1582985&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/index.xml Sat Mar 29 10:50:15 2014
@@ -27,13 +27,13 @@ limitations under the License.
 <p>
 The standard Java libraries fail to provide enough methods for
 manipulation of its core classes. Apache Commons Lang provides
-these extra methods. 
+these extra methods.
 </p>
 
 <p>
-Lang provides a host of helper utilities for the java.lang API, notably 
-String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization 
-and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with 
+Lang provides a host of helper utilities for the java.lang API, notably
+String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization
+and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with
 building methods, such as hashCode, toString and equals.
 </p>
 <p>
@@ -50,7 +50,7 @@ and various <a href="project-reports.htm
 The JavaDoc API documents are available online:
 </p>
 <ul>
-<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-3.3.2/index.html">current stable release 3.3.2</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,10 +64,10 @@ The code base is monitored by a Sonar in
 </section>
 <!-- ================================================== -->
 <section name="Release Information">
-<p>The latest stable release of Lang is 3.3.1. You may: </p>
+<p>The latest stable release of Lang is 3.3.2. You may: </p>
 <ul>
-<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.1.txt">3.3.1 release notes</a></li>
+<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.3.2</a></li>
+<li>Read the <a href="release-notes/RELEASE-NOTES-3.3.2.txt">3.3.2 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>
@@ -77,7 +77,7 @@ Alternatively you can pull it from the c
 <pre>
   &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
   &lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
-  &lt;version&gt;3.3.1&lt;/version&gt;
+  &lt;version&gt;3.3.2&lt;/version&gt;
 </pre>
 </p>