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 2012/01/30 23:34:05 UTC

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

Author: dennisl
Date: Mon Jan 30 22:34:05 2012
New Revision: 1238052

URL: http://svn.apache.org/viewvc?rev=1238052&view=rev
Log:
[MPMD-140] Require Maven 2.2.1

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=1238052&r1=1238051&r2=1238052&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Mon Jan 30 22:34:05 2012
@@ -62,7 +62,7 @@ under the License.
   </issueManagement>
 
   <properties>
-    <mavenVersion>2.0.6</mavenVersion>
+    <mavenVersion>2.2.1</mavenVersion>
     <doxiaVersion>1.1.3</doxiaVersion>
     <pmdVersion>4.3</pmdVersion>
     <sitePluginVersion>3.0</sitePluginVersion>