You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by dj...@apache.org on 2009/07/01 17:27:05 UTC

svn commit: r790217 - /buildr/trunk/lib/buildr/core/shell.rb

Author: djspiewak
Date: Wed Jul  1 15:27:01 2009
New Revision: 790217

URL: http://svn.apache.org/viewvc?rev=790217&view=rev
Log:
Incremented JRuby version number for shell support

Modified:
    buildr/trunk/lib/buildr/core/shell.rb

Modified: buildr/trunk/lib/buildr/core/shell.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/core/shell.rb?rev=790217&r1=790216&r2=790217&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/core/shell.rb (original)
+++ buildr/trunk/lib/buildr/core/shell.rb Wed Jul  1 15:27:01 2009
@@ -7,7 +7,7 @@
     class JIRB < Base
       include JavaRebel
       
-      JRUBY_VERSION = '1.1.6'
+      JRUBY_VERSION = '1.3.1'
       
       class << self
         def lang