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/03/20 06:20:21 UTC

svn commit: r756327 - in /camel/trunk/components: camel-ruby/pom.xml camel-script/pom.xml camel-velocity/pom.xml

Author: davsclaus
Date: Fri Mar 20 05:20:21 2009
New Revision: 756327

URL: http://svn.apache.org/viewvc?rev=756327&view=rev
Log:
Upgraded to: Velocity 1.6.2, jruby 1.2.0

Modified:
    camel/trunk/components/camel-ruby/pom.xml
    camel/trunk/components/camel-script/pom.xml
    camel/trunk/components/camel-velocity/pom.xml

Modified: camel/trunk/components/camel-ruby/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ruby/pom.xml?rev=756327&r1=756326&r2=756327&view=diff
==============================================================================
--- camel/trunk/components/camel-ruby/pom.xml (original)
+++ camel/trunk/components/camel-ruby/pom.xml Fri Mar 20 05:20:21 2009
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>org.jruby</groupId>
       <artifactId>jruby</artifactId>
-      <version>1.1.6</version>
+      <version>1.2.0</version>
     </dependency>
 
     <!-- testing -->

Modified: camel/trunk/components/camel-script/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-script/pom.xml?rev=756327&r1=756326&r2=756327&view=diff
==============================================================================
--- camel/trunk/components/camel-script/pom.xml (original)
+++ camel/trunk/components/camel-script/pom.xml Fri Mar 20 05:20:21 2009
@@ -150,7 +150,7 @@
         <dependency>
             <groupId>org.jruby</groupId>
             <artifactId>jruby</artifactId>
-            <version>1.1.6</version>
+            <version>1.2.0</version>
             <scope>test</scope>
         </dependency>
 

Modified: camel/trunk/components/camel-velocity/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-velocity/pom.xml?rev=756327&r1=756326&r2=756327&view=diff
==============================================================================
--- camel/trunk/components/camel-velocity/pom.xml (original)
+++ camel/trunk/components/camel-velocity/pom.xml Fri Mar 20 05:20:21 2009
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity</artifactId>
-      <version>1.6.1</version>
+      <version>1.6.2</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>