From d90fdf6b824bf0f92746048941dbfdaed26b8dda Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 26 Jan 2006 00:36:42 +0000 Subject: [PATCH] Upgrade to checkstyle 4.1 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@372382 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/project.xml | 4 ++-- checkstyle/xdocs/changes.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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