diff --git a/pmd/plugin.jelly b/pmd/plugin.jelly index 9658f869..1f0ad46d 100644 --- a/pmd/plugin.jelly +++ b/pmd/plugin.jelly @@ -121,12 +121,12 @@ + diff --git a/pmd/project.xml b/pmd/project.xml index f1d1c12b..fceace68 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -135,7 +135,7 @@ pmd pmd - 3.4 + 3.5 http://pmd.sourceforge.net diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index 4f511ef6..fe4b29b7 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -32,7 +32,7 @@ Do not generate links to JXR files if they are not created. Use properties maven.jxr.destdir and maven.jxr.destdir.test to generate links from the PMD report to jxr files. Fix NullPointerException if pom.build.sourceDirectory or pom.build.unitTestSourceDirectory are not defined. - Upgrade to pmd-3.4. + Upgrade to pmd-3.5. Added ability to check test sources.