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 2008/11/09 14:40:21 UTC

svn commit: r712498 - /activemq/camel/trunk/components/camel-script/pom.xml

Author: davsclaus
Date: Sun Nov  9 05:40:21 2008
New Revision: 712498

URL: http://svn.apache.org/viewvc?rev=712498&view=rev
Log:
Upgraded to jruby 1.1.5

Modified:
    activemq/camel/trunk/components/camel-script/pom.xml

Modified: activemq/camel/trunk/components/camel-script/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-script/pom.xml?rev=712498&r1=712497&r2=712498&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-script/pom.xml (original)
+++ activemq/camel/trunk/components/camel-script/pom.xml Sun Nov  9 05:40:21 2008
@@ -150,7 +150,7 @@
         <dependency>
             <groupId>org.jruby</groupId>
             <artifactId>jruby</artifactId>
-            <version>1.1.4</version>
+            <version>1.1.5</version>
             <scope>test</scope>
         </dependency>