You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by se...@apache.org on 2009/08/04 02:26:21 UTC

svn commit: r800639 - /jakarta/bsf/branches/bsf3.x/testing/ruby/pom.xml

Author: sebb
Date: Tue Aug  4 00:26:20 2009
New Revision: 800639

URL: http://svn.apache.org/viewvc?rev=800639&view=rev
Log:
Sun's JRuby script engine requires JRuby 1.1; unfortunately that requires Java 1.5

Modified:
    jakarta/bsf/branches/bsf3.x/testing/ruby/pom.xml

Modified: jakarta/bsf/branches/bsf3.x/testing/ruby/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/ruby/pom.xml?rev=800639&r1=800638&r2=800639&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/testing/ruby/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/testing/ruby/pom.xml Tue Aug  4 00:26:20 2009
@@ -42,7 +42,8 @@
         <dependency>
             <groupId>org.jruby</groupId>
             <artifactId>jruby-complete</artifactId>
-            <version>1.0.1</version>
+            <!-- Sun's JRuby script engine requires JRuby 1.1; unfortunately that requires Java 1.5 -->
+            <version>1.1</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-dev-help@jakarta.apache.org