You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2018/05/29 18:04:35 UTC

[maven-pmd-plugin] 01/01: [MPMD-261] - Upgrade to PMD 6.4.0

This is an automated email from the ASF dual-hosted git repository.

adangel pushed a commit to branch MPMD-261
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit 8194869641780b714c8376068b34027b3ded910b
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Tue May 29 20:00:31 2018 +0200

    [MPMD-261] - Upgrade to PMD 6.4.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3051edc..09f646b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@ under the License.
     <javaVersion>1.7</javaVersion>
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
-    <pmdVersion>6.3.0</pmdVersion>
+    <pmdVersion>6.4.0</pmdVersion>
     <sitePluginVersion>3.4</sitePluginVersion>
     <projectInfoReportsPluginVersion>2.8</projectInfoReportsPluginVersion>
     <mavenPluginToolsVersion>3.5</mavenPluginToolsVersion>

-- 
To stop receiving notification emails like this one, please contact
adangel@apache.org.