diff --git a/checkstyle/project.xml b/checkstyle/project.xml
index e5a87e4b..c1ccc372 100644
--- a/checkstyle/project.xml
+++ b/checkstyle/project.xml
@@ -23,7 +23,7 @@
3
maven-checkstyle-plugin
Maven Checkstyle Plugin
- 2.4-SNAPSHOT
+ 2.4
Produce Checkstyle report
http://maven.apache.org/reference/plugins/checkstyle/
@@ -55,6 +55,11 @@
2.3
MAVEN_CHECKSTYLE_2_3
+
+ 2.4
+ 2.4
+ MAVEN_CHECKSTYLE_2_4
+
diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml
index 5ad85c1e..342f00db 100644
--- a/checkstyle/xdocs/changes.xml
+++ b/checkstyle/xdocs/changes.xml
@@ -25,7 +25,7 @@
Emmanuel Venisse
-
+
Allow Checkstyle plugin to access checks file from a URL.
Upgraded to Checkstyle 3.4.
@@ -38,14 +38,14 @@
Prevent projects who do not use the head check from failing if they don't provide a license file.
Upgraded to Checkstyle 3.2.
-
+
Added ignoreLines 1, 6.
Update to use maven.docs.*/maven.gen.docs
Add maven dependency and classes directory to classpath. This stops 'Unable to get class information for '<classname>' errors.
Add xml declaration to generated report. Fixed for character encoding.
I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.
-
+
Upgraded to Checkstyle 3.1.
Updated documentation.
Complete clean of the existing plugin.