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/15 09:44:30 UTC

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

Author: jstrachan
Date: Sat Sep 15 00:44:29 2007
New Revision: 575888

URL: http://svn.apache.org/viewvc?rev=575888&view=rev
Log:
switched back to the older version of groovy until the new patched release is available

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=575888&r1=575887&r2=575888&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Sat Sep 15 00:44:29 2007
@@ -601,7 +601,9 @@
       <dependency>
         <groupId>org.codehaus.groovy</groupId>
         <artifactId>groovy-all</artifactId>
-        <version>1.1-beta-3-SNAPSHOT</version>
+        <!-- TODO upgrade to new version with patch when available -->
+        <!--<version>1.1-beta-3-SNAPSHOT</version>-->
+        <version>1.0</version>
       </dependency>
       <dependency>
         <groupId>com.sun.script</groupId>