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