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:
The latest stable release of Lang is 3.3.1. You may:
+The latest stable release of Lang is 3.3.2. You may:
<groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.3.1</version> + <version>3.3.2</version>