diff --git a/pmd/project.xml b/pmd/project.xml index c25b689e..1d4f3fc3 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -22,7 +22,7 @@ 3 maven-pmd-plugin Maven PMD Plugin - 1.8 + 1.9-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 @@ -139,7 +139,7 @@ pmd pmd - 3.5 + 3.6 http://pmd.sourceforge.net diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index 6f0a831d..7b60c77b 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -24,6 +24,9 @@ Vincent Massol + + Upgrade to pmd-3.6. + New property "maven.pmd.targetjdk" to define the target JDK. Add a link on each error to explain it.