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:34 UTC

[maven-pmd-plugin] branch MPMD-261 created (now 8194869)

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

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


      at 8194869  [MPMD-261] - Upgrade to PMD 6.4.0

This branch includes the following new commits:

     new 8194869  [MPMD-261] - Upgrade to PMD 6.4.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by ad...@apache.org.
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.