Author: dkulp
Date: Fri Mar 16 13:16:19 2012
New Revision: 1301484
URL: http://svn.apache.org/viewvc?rev=1301484&view=rev
Log:
Set the prereq for building to Maven 3.0. Should not affect those
using CXF.
Modified:
cxf/trunk/pom.xml
Modified: cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1301484&r1=1301483&r2=1301484&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Fri Mar 16 13:16:19 2012
@@ -40,7 +40,7 @@
</issueManagement>
<prerequisites>
- <maven>2.0.9</maven>
+ <maven>3.0</maven>
</prerequisites>
<properties>