From a0b5cb5dd4fad566ba6a3192bb9bbb9f4071961b Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Sat, 29 Mar 2014 10:50:15 +0000 Subject: [PATCH] Update index page for upcomming 3.3.2 release git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582985 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/index.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 5c8902005..ff93fd280 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -27,13 +27,13 @@ limitations under the License.

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.

-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.

@@ -50,7 +50,7 @@ and various project reports are provided. The JavaDoc API documents are available online:

@@ -64,10 +64,10 @@ The code base is monitored by a Sonar instance running on -

The latest stable release of Lang is 3.3.1. You may:

+

The latest stable release of Lang is 3.3.2. You may:

@@ -77,7 +77,7 @@ Alternatively you can pull it from the central Maven repositories:
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-lang3</artifactId>
-  <version>3.3.1</version>
+  <version>3.3.2</version>