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 15:49:12 UTC

svn commit: r1503716 - /cxf/trunk/pom.xml

Author: dkulp
Date: Tue Jul 16 13:49:11 2013
New Revision: 1503716

URL: http://svn.apache.org/r1503716
Log:
Update dependency-plugin to work with maven 3.1

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1503716&r1=1503715&r2=1503716&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Tue Jul 16 13:49:11 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>