You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/05/09 13:04:38 UTC

svn commit: r1336085 - /camel/trunk/pom.xml

Author: davsclaus
Date: Wed May  9 11:04:38 2012
New Revision: 1336085

URL: http://svn.apache.org/viewvc?rev=1336085&view=rev
Log:
Require Maven 3.0.x

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1336085&r1=1336084&r2=1336085&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Wed May  9 11:04:38 2012
@@ -33,7 +33,7 @@
   <inceptionYear>2007</inceptionYear>
 
   <prerequisites>
-    <maven>2.2.1</maven>
+    <maven>3.0.2</maven>
   </prerequisites>
 
   <properties>