You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/07/16 16:22:18 UTC

svn commit: r1503729 - /cxf/branches/2.7.x-fixes/pom.xml

Author: dkulp
Date: Tue Jul 16 14:22:18 2013
New Revision: 1503729

URL: http://svn.apache.org/r1503729
Log:
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.7.x-fixes/pom.xml

Modified: cxf/branches/2.7.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/pom.xml?rev=1503729&r1=1503728&r2=1503729&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/pom.xml Tue Jul 16 14:22:18 2013
@@ -593,7 +593,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>