diff --git a/checkstyle/project.xml b/checkstyle/project.xml index 0e728994..ea478f2c 100644 --- a/checkstyle/project.xml +++ b/checkstyle/project.xml @@ -23,7 +23,7 @@ 3 maven-checkstyle-plugin Maven Checkstyle Plugin - 2.5 + 3.0-SNAPSHOT Produce Checkstyle report http://maven.apache.org/reference/plugins/checkstyle/ @@ -118,6 +118,16 @@ +1 + + Carlos Sanchez + carlos + carlos@apache.org + + + Developer + + +1 + @@ -129,7 +139,7 @@ antlr antlr - 2.7.2 + 2.7.5 root @@ -137,7 +147,7 @@ checkstyle checkstyle - 3.4 + 4.0-beta1 root @@ -145,7 +155,7 @@ checkstyle checkstyle-optional - 3.4 + 4.0-beta1 root @@ -161,7 +171,7 @@ commons-beanutils commons-beanutils - 1.6.1 + 1.7.0 root diff --git a/checkstyle/src/plugin-resources/sun_checks.xml b/checkstyle/src/plugin-resources/sun_checks.xml index 0c8ef4f3..9065a34b 100644 --- a/checkstyle/src/plugin-resources/sun_checks.xml +++ b/checkstyle/src/plugin-resources/sun_checks.xml @@ -18,8 +18,8 @@ --> + "-//Puppy Crawl//DTD Check Configuration 1.2//EN" + "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> - - + + + @@ -100,8 +100,7 @@ - - + @@ -126,6 +125,7 @@ + diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index 00fab0bf..f9c375ab 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -25,6 +25,9 @@ Emmanuel Venisse + + Upgraded to checkstyle 4.0beta1 + Added new maven.checkstyle.suppressions.fileproperty.