From ea5325c38c894168aa8d5fe440baba0f4492d3e2 Mon Sep 17 00:00:00 2001 From: brett Date: Sun, 16 May 2004 02:21:34 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 2.4 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115299 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/project.xml | 7 ++++++- checkstyle/xdocs/changes.xml | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) 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.