diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 29cdc5db1..3740199f5 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -36,6 +36,9 @@ String manipulation methods, basic numerical methods, object reflection, concurr 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.

+

+Note that Lang 3.0 uses a different package (org.apache.commons.lang3) than its predecessors (org.apache.commons.lang), allowing it to be used at the same time as an earlier version. +

@@ -50,7 +53,6 @@ The JavaDoc API documents are available online:
  • The current stable release 3.0
  • The legacy release 2.6
  • The previous version 2.5
  • -
  • The previous version 2.4
  • Older releases - see the Release History page
  • @@ -63,7 +65,8 @@ The subversion repository can be

    A latest stable and Java 5.0 dependent version is available: (download 3.0) -(changelog) (upgrade notes).

    +(changelog) (upgrade notes) +(Lang2 to Lang3 Clirr report).

    The legacy JDK 1.3 compatible version is also available: