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/04/29 08:34:17 UTC

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

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

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

commit b2d5d35e03933fb070faab251b7f8b6f1a6bfed2
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Sun Apr 29 10:26:41 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 6079386..4584df8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@ under the License.
     <javaVersion>1.7</javaVersion>
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
-    <pmdVersion>6.2.0</pmdVersion>
+    <pmdVersion>6.3.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.