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 2012/12/11 18:31:50 UTC

svn commit: r1420301 - /cxf/dosgi/trunk/pom.xml

Author: dkulp
Date: Tue Dec 11 17:31:49 2012
New Revision: 1420301

URL: http://svn.apache.org/viewvc?rev=1420301&view=rev
Log:
We know mvn 2.2.1 has some issues with dependencies and imports, force 3.0

Modified:
    cxf/dosgi/trunk/pom.xml

Modified: cxf/dosgi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/pom.xml?rev=1420301&r1=1420300&r2=1420301&view=diff
==============================================================================
--- cxf/dosgi/trunk/pom.xml (original)
+++ cxf/dosgi/trunk/pom.xml Tue Dec 11 17:31:49 2012
@@ -37,7 +37,7 @@
     </issueManagement>
 
     <prerequisites>
-        <maven>2.2.1</maven>
+        <maven>3.0</maven>
     </prerequisites>
 
     <distributionManagement>