diff --git a/checkstyle/project.xml b/checkstyle/project.xml index 59c4fdbc..ee865c98 100644 --- a/checkstyle/project.xml +++ b/checkstyle/project.xml @@ -148,7 +148,7 @@ checkstyle checkstyle - 4.0 + 4.1 root @@ -156,7 +156,7 @@ checkstyle checkstyle-optional - 4.0 + 4.1 root diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index 1af67822..a6008f37 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -26,6 +26,7 @@ + Upgraded to checkstyle 4.1. Do not assert ASF copyright in checkstyle.rss. Added new summary report as front page. Moved reports under the checkstyle folder and renamed. @@ -35,7 +36,6 @@ Ability to check test sources using property maven.checkstyle.check.tests Generate reports filtered by severity Support for Java5 - Upgraded to checkstyle 4.0 Fixed MemberName rule in Turbine checkstyle rules