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 2012/11/23 21:51:45 UTC

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

Author: olamy
Date: Fri Nov 23 20:51:44 2012
New Revision: 1413057

URL: http://svn.apache.org/viewvc?rev=1413057&view=rev
Log:
use last plexus-utils 3.0.9

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=1413057&r1=1413056&r2=1413057&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Fri Nov 23 20:51:44 2012
@@ -134,7 +134,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>2.1</version>
+      <version>3.0.9</version>
     </dependency>
 
     <!-- pmd -->