This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
The following commit(s) were added to refs/heads/master by this push: new a7f8a50 upgrade pmd plugin to fix it to support 1.8 target a7f8a50 is described below commit a7f8a5055df9f0d17354fe30ce9ef54e1fdf7629 Author: olivier lamy <ol...@apache.org> AuthorDate: Thu Nov 15 21:19:23 2018 +1000 upgrade pmd plugin to fix it to support 1.8 target Signed-off-by: olivier lamy <ol...@apache.org> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6a021cc..502d7f1 100644 --- a/pom.xml +++ b/pom.xml @@ -206,7 +206,7 @@ under the License. <javadocPluginVersion>2.9.1</javadocPluginVersion> <projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion> <checkstylePluginVersion>2.9.1</checkstylePluginVersion> - <pmdPluginVersion>3.0.1</pmdPluginVersion> + <pmdPluginVersion>3.11.0</pmdPluginVersion> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> <jettyVersion>9.4.12.v20180830</jettyVersion>