Author: dkulp Date: Fri Feb 17 15:04:12 2012 New Revision: 1245594 URL: http://svn.apache.org/viewvc?rev=1245594&view=rev Log: Merged revisions 1245569 via svn merge from https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes
........ r1245569 | dkulp | 2012-02-17 09:31:06 -0500 (Fri, 17 Feb 2012) | 9 lines 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.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=1245594&r1=1245593&r2=1245594&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/parent/pom.xml (original) +++ cxf/branches/2.4.x-fixes/parent/pom.xml Fri Feb 17 15:04:12 2012 @@ -276,7 +276,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> @@ -1682,7 +1682,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>
