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 2009/03/30 18:27:37 UTC

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

Author: dkulp
Date: Mon Mar 30 16:27:36 2009
New Revision: 760029

URL: http://svn.apache.org/viewvc?rev=760029&view=rev
Log:
Apparently 2.0.9 is required for systests to build now

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=760029&r1=760028&r2=760029&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Mon Mar 30 16:27:36 2009
@@ -37,7 +37,7 @@
     </issueManagement>
 
     <prerequisites>
-        <maven>2.0.5</maven>
+        <maven>2.0.9</maven>
     </prerequisites>
 
     <properties>