You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2008/12/11 03:43:26 UTC

svn commit: r725546 - /activemq/camel/trunk/components/camel-ruby/pom.xml

Author: ningjiang
Date: Wed Dec 10 18:43:26 2008
New Revision: 725546

URL: http://svn.apache.org/viewvc?rev=725546&view=rev
Log:
Downgraded the jruby version to fix the build of camel-ruby module

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

Modified: activemq/camel/trunk/components/camel-ruby/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-ruby/pom.xml?rev=725546&r1=725545&r2=725546&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-ruby/pom.xml (original)
+++ activemq/camel/trunk/components/camel-ruby/pom.xml Wed Dec 10 18:43:26 2008
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>org.jruby</groupId>
       <artifactId>jruby</artifactId>
-      <version>1.1.6RC1</version>
+      <version>1.1.5</version>
     </dependency>
 
     <!-- testing -->