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: [email protected]
For additional commands, e-mail: [email protected]