Author: dkulp
Date: Wed Feb 8 15:18:59 2012
New Revision: 1241927
URL: http://svn.apache.org/viewvc?rev=1241927&view=rev
Log:
Merged revisions 1241926 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1241926 | dkulp | 2012-02-08 10:16:43 -0500 (Wed, 08 Feb 2012) | 2 lines
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/branches/2.5.x-fixes/ (props changed)
cxf/branches/2.5.x-fixes/parent/pom.xml
Propchange: cxf/branches/2.5.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.5.x-fixes/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/parent/pom.xml?rev=1241927&r1=1241926&r2=1241927&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/parent/pom.xml Wed Feb 8 15:18:59 2012
@@ -283,7 +283,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>
@@ -1653,7 +1653,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>