Author: dkulp Date: Tue Jul 16 21:34:41 2013 New Revision: 1503902 URL: http://svn.apache.org/r1503902 Log: Merged revisions 1503729 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes
........ r1503729 | dkulp | 2013-07-16 10:22:18 -0400 (Tue, 16 Jul 2013) | 10 lines Merged revisions 1503716 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1503716 | dkulp | 2013-07-16 09:49:11 -0400 (Tue, 16 Jul 2013) | 2 lines Update dependency-plugin to work with maven 3.1 ........ ........ Modified: cxf/branches/2.6.x-fixes/pom.xml Modified: cxf/branches/2.6.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/pom.xml?rev=1503902&r1=1503901&r2=1503902&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/pom.xml (original) +++ cxf/branches/2.6.x-fixes/pom.xml Tue Jul 16 21:34:41 2013 @@ -602,7 +602,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.7</version> + <version>2.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
