You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2015/12/07 13:47:48 UTC

svn commit: r1718337 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

Author: dennisl
Date: Mon Dec  7 12:47:48 2015
New Revision: 1718337

URL: http://svn.apache.org/viewvc?rev=1718337&view=rev
Log:
[MPMD-215] FieldDeclarationsShouldBeAtStartOfClass false positive
[MPMD-217] False positive UselessParentheses
[MPMD-218] Update to PMD 5.3.5

Modified:
    maven/plugins/trunk/maven-pmd-plugin/pom.xml

Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=1718337&r1=1718336&r2=1718337&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Mon Dec  7 12:47:48 2015
@@ -86,7 +86,7 @@ under the License.
     <javaVersion>1.6</javaVersion>
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
-    <pmdVersion>5.3.2</pmdVersion>
+    <pmdVersion>5.3.5</pmdVersion>
     <sitePluginVersion>3.4</sitePluginVersion>
     <projectInfoReportsPluginVersion>2.8</projectInfoReportsPluginVersion>
   </properties>