From e73816cb69ee7379b1db317ed9cec02df1b6128b Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 21 Feb 2021 20:36:21 -0500 Subject: Use 3.12.0 as the next version label. Simplify site to use more general terms instead of the version number. --- src/site/site.xml | 24 ++++++++++++------------ src/site/xdoc/index.xml | 26 +++++++++----------------- 2 files changed, 21 insertions(+), 29 deletions(-) (limited to 'src/site') diff --git a/src/site/site.xml b/src/site/site.xml index b1f79b9cc..a08e5f0ed 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -24,21 +24,21 @@ - - - - - + + + + + + - - - - - - - + + + + + + diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 6408e4fd2..8365ca957 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -31,13 +31,14 @@ these extra methods.

-Lang provides a host of helper utilities for the java.lang API, notably +Apache Commons 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.

-Note that Lang 3.0 (and subsequent versions) use a different package (org.apache.commons.lang3) than the previous versions (org.apache.commons.lang), allowing it to be used at the same time as an earlier version. +Note that Commons Lang 3.0 (and subsequent versions) use a different package (org.apache.commons.lang3) than the previous versions (org.apache.commons.lang), +allowing Commons Lang 3 to be used at the same time as Commons Lang 2.

@@ -61,23 +62,14 @@ The git repository can be
-

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

+

The latest stable release of Lang is 3.12.0:

-

-Alternatively you can pull it from the central Maven repositories: -

-<dependency>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-lang3</artifactId>
-  <version>3.12</version>
-</dependency>
-
-

For information on previous releases see the Release History, and to download previous releases see the Commons Lang Archive. -- cgit v1.2.3