You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2007/04/20 18:32:11 UTC

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

Author: chirino
Date: Fri Apr 20 09:32:07 2007
New Revision: 530850

URL: http://svn.apache.org/viewvc?view=rev&rev=530850
Log:
I've found that the build only works with maven 2.0.5 at least on the mac.

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=530850&r1=530849&r2=530850
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Fri Apr 20 09:32:07 2007
@@ -30,7 +30,7 @@
   <description>Camel Parent POM</description>
 
   <prerequisites>
-    <maven>2.0.4</maven>
+    <maven>2.0.5</maven>
   </prerequisites>
 
   <properties>