You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2014/02/13 22:48:44 UTC

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

Author: olamy
Date: Thu Feb 13 21:48:43 2014
New Revision: 1568052

URL: http://svn.apache.org/r1568052
Log:
[MPMD-176] use pmd 5.1.0

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=1568052&r1=1568051&r2=1568052&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Thu Feb 13 21:48:43 2014
@@ -82,7 +82,7 @@ under the License.
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
     <doxiaVersion>1.3</doxiaVersion>
-    <pmdVersion>5.0.5</pmdVersion>
+    <pmdVersion>5.1.0</pmdVersion>
     <sitePluginVersion>3.3</sitePluginVersion>
     <mavenPluginVersion>3.2</mavenPluginVersion>
     <projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>