From 9bc263f242d930570f37a05b248952c82cb6c00d Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Wed, 26 Feb 2014 08:05:51 +0000 Subject: [PATCH] Update index page for upcoming 3.3 release git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1571955 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/index.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index ab1c5a944..a31e7c8f0 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -50,7 +50,7 @@ together with various project reports. The JavaDoc API documents are available online:

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

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

+

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

-

The Clirr report for release 3.2.1 shows three errors in org.apache.commons.lang3.time.FastDateFormat. These were introduced in release 3.2 and are assumed not to affect client code. For more information please see the -release notes.

-

Alternatively you can pull it from the central Maven repositories:

   <groupId>org.apache.commons</groupId>
   <artifactId>commons-lang3</artifactId>
-  <version>3.2.1</version>
+  <version>3.3</version>