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 2007/09/17 11:23:33 UTC

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

Author: jstrachan
Date: Mon Sep 17 02:23:33 2007
New Revision: 576325

URL: http://svn.apache.org/viewvc?rev=576325&view=rev
Log:
fixed groovy version

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=576325&r1=576324&r2=576325&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Mon Sep 17 02:23:33 2007
@@ -603,7 +603,7 @@
         <artifactId>groovy-all</artifactId>
         <!-- TODO upgrade to new version with patch when available -->
         <!--<version>1.1-beta-3-SNAPSHOT</version>-->
-        <version>1.0</version>
+        <version>1.1-beta-2</version>
       </dependency>
       <dependency>
         <groupId>com.sun.script</groupId>