diff --git a/checkstyle/project.xml b/checkstyle/project.xml index 79ee0dc9..2272cd04 100644 --- a/checkstyle/project.xml +++ b/checkstyle/project.xml @@ -23,7 +23,7 @@ 3 maven-checkstyle-plugin Maven Checkstyle Plugin - 2.5-SNAPSHOT + 2.5 Produce Checkstyle report http://maven.apache.org/reference/plugins/checkstyle/ @@ -65,6 +65,11 @@ 2.4.1 MAVEN_CHECKSTYLE_2_4_1 + + 2.5 + 2.5 + MAVEN_CHECKSTYLE_2_5 + @@ -112,7 +117,7 @@ Developer +1 - + diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index 28a40ec2..00fab0bf 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -24,17 +24,14 @@ Vincent Massol Emmanuel Venisse - - - - Added new maven.checkstyle.suppressions.file - property. - - - Added generation of a Checkstyle RSS feed. + + + Added new + maven.checkstyle.suppressions.fileproperty. + Added generation of a Checkstyle RSS feed. Fix : Build failed if target directory and License file didn't exist. - + Fix checks built into plugin when not run on Windows.