Author: dkulp
Date: Wed Feb  8 15:16:43 2012
New Revision: 1241926

URL: http://svn.apache.org/viewvc?rev=1241926&view=rev
Log:
Due to MPMD-142, the new version of the PMD plugin doesn't work with
Maven 2.2.1.  Back out to 2.6 until 2.7.1 is released.

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1241926&r1=1241925&r2=1241926&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Wed Feb  8 15:16:43 2012
@@ -315,7 +315,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>2.7</version>
+                    <version>2.6</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
@@ -1754,7 +1754,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-pmd-plugin</artifactId>
-                        <version>2.7</version>
+                        <version>2.6</version>
                         <dependencies>
                             <dependency>
                                 <groupId>org.apache.cxf.build-utils</groupId>


Reply via email to