diff --git a/pmd/project.xml b/pmd/project.xml index 5ed63cdc..06268670 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -23,7 +23,7 @@ 3 maven-pmd-plugin Maven PMD Plug-in - 1.6 + 1.7-SNAPSHOT The Maven PMD plugin is a plugin that wraps the PMD framework (http://pmd.sourceforge.net). PMD is a source checking framework that works by scanning Java source code and looks for potential problems like: unused local variables, empty catch blocks, unused parameters, empty 'if' statements, etc. Maven Plugin for PMD http://maven.apache.org/reference/plugins/pmd/ @@ -108,6 +108,14 @@ Software Developer + + Carlos Sanchez + carlos + carlos@apache.org + + Software Developer + + @@ -121,7 +129,7 @@ pmd pmd - 1.9 + 3.2 http://pmd.sourceforge.net diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index fce686de..5fa5c02b 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -25,6 +25,9 @@ Vincent Massol + + Upgrade to pmd-3.2. + Upgrade to pmd-1.9. Check sources are present before calling PMD.