You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2008/05/08 09:29:16 UTC

svn commit: r654435 - /activemq/camel/trunk/pom.xml

Author: jstrachan
Date: Thu May  8 00:29:16 2008
New Revision: 654435

URL: http://svn.apache.org/viewvc?rev=654435&view=rev
Log:
enforce maven 2.0.9 as I've seen camel-jdbc tests fail sometimes on earlier maven installs

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=654435&r1=654434&r2=654435&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu May  8 00:29:16 2008
@@ -30,7 +30,7 @@
   <description>Camel Parent POM</description>
 
   <prerequisites>
-    <maven>2.0.8</maven>
+    <maven>2.0.9</maven>
   </prerequisites>
 
   <properties>