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>