You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ch...@apache.org on 2007/08/22 17:50:53 UTC

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

Author: chirino
Date: Wed Aug 22 08:50:52 2007
New Revision: 568666

URL: http://svn.apache.org/viewvc?rev=568666&view=rev
Log:
We need maven 2.0.6 for the html-to-pdf plugin to work

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=568666&r1=568665&r2=568666&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Aug 22 08:50:52 2007
@@ -30,7 +30,7 @@
   <description>Camel Parent POM</description>
 
   <prerequisites>
-    <maven>2.0.5</maven>
+    <maven>2.0.6</maven>
   </prerequisites>
 
   <properties>