Author: dkulp
Date: Fri Feb 17 14:31:06 2012
New Revision: 1245569
URL: http://svn.apache.org/viewvc?rev=1245569&view=rev
Log:
Merged revisions 1245567 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1245567 | dkulp | 2012-02-17 09:25:59 -0500 (Fri, 17 Feb 2012) | 2 lines
New version of PMD fixes the problem we had with 2.7
........
Modified:
cxf/branches/2.5.x-fixes/parent/pom.xml
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=1245569&r1=1245568&r2=1245569&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/parent/pom.xml Fri Feb 17 14:31:06 2012
@@ -283,7 +283,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>2.6</version>
+ <version>2.7.1</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.6</version>
+ <version>2.7.1</version>
<dependencies>
<dependency>
<groupId>org.apache.cxf.build-utils</groupId>