diff --git a/docs/anttask.html b/docs/anttask.html
index b5e70787e..05e204221 100644
--- a/docs/anttask.html
+++ b/docs/anttask.html
@@ -20,7 +20,7 @@ This task is included in the checkstyle distribution.
The easiest way is to include checkstyle-all-@CHECKSTYLE_VERSION@.jar in the classpath. This contains all the classes required to run Checkstyle. Alternatively, you must include the following in the classpath:
- checkstyle-@CHECKSTYLE_VERSION@.jar
- - ANTLR 2.7.1 classes. antlr.jar is included in the distribution.
+ - ANTLR 2.7.2 classes. antlr.jar is included in the distribution.
- Jakarta Regexp 1.3 classes. jakarta-regexp-1.3.jar is included in the distribution.
- Jakarta Commons Beanutils classes. commons-beanutils.jar is included in the distribution.
- Jakarta Commons Collections classes. commons-collections.jar is included in the distribution.
diff --git a/docs/cmdline.html b/docs/cmdline.html
index 589ac5347..51b5d502d 100644
--- a/docs/cmdline.html
+++ b/docs/cmdline.html
@@ -25,7 +25,7 @@ The easiest way is to include checkstyle-all-@CHECKSTYLE_V
- checkstyle-@CHECKSTYLE_VERSION@.jar
- - ANTLR 2.7.1 classes. antlr.jar is included in the distribution.
+ - ANTLR 2.7.2 classes. antlr.jar is included in the distribution.
- Jakarta Regexp 1.3 classes. jakarta-regexp-1.3.jar is included in the distribution.
- Jakarta Commons Beanutils classes. commons-beanutils.jar is included in the distribution.
- Jakarta Commons Collections classes. commons-collections.jar is included in the distribution.