diff --git a/pmd/project.xml b/pmd/project.xml
index 1d4f3fc3..ef688355 100644
--- a/pmd/project.xml
+++ b/pmd/project.xml
@@ -22,7 +22,7 @@
3
maven-pmd-plugin
Maven PMD Plugin
- 1.9-SNAPSHOT
+ 1.9
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
@@ -71,6 +71,11 @@
1.8
MAVEN_PMD_1_8
+
+ 1.9
+ 1.9
+ MAVEN_PMD_1_9
+
diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml
index 7b60c77b..ebd3a62b 100644
--- a/pmd/xdocs/changes.xml
+++ b/pmd/xdocs/changes.xml
@@ -24,7 +24,7 @@
Vincent Massol
-
+
Upgrade to pmd-3.6.