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 2009/05/10 18:45:39 UTC

svn commit: r773363 - /camel/trunk/components/camel-mvel/pom.xml

Author: davsclaus
Date: Sun May 10 16:45:39 2009
New Revision: 773363

URL: http://svn.apache.org/viewvc?rev=773363&view=rev
Log:
Upgraded to mvel 2.0.9

Modified:
    camel/trunk/components/camel-mvel/pom.xml

Modified: camel/trunk/components/camel-mvel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-mvel/pom.xml?rev=773363&r1=773362&r2=773363&view=diff
==============================================================================
--- camel/trunk/components/camel-mvel/pom.xml (original)
+++ camel/trunk/components/camel-mvel/pom.xml Sun May 10 16:45:39 2009
@@ -47,7 +47,7 @@
     <dependency>
 	<groupId>org.mvel</groupId>
 	<artifactId>mvel2</artifactId>
-	<version>2.0.8</version>
+	<version>2.0.9</version>
     </dependency>
 
     <!-- testing -->