You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2011/06/21 20:44:49 UTC

svn commit: r1138129 - /buildr/trunk/lib/buildr/java/bdd.rb

Author: boisvert
Date: Tue Jun 21 18:44:49 2011
New Revision: 1138129

URL: http://svn.apache.org/viewvc?rev=1138129&view=rev
Log:
Use JRuby 1.6.2

Modified:
    buildr/trunk/lib/buildr/java/bdd.rb

Modified: buildr/trunk/lib/buildr/java/bdd.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/java/bdd.rb?rev=1138129&r1=1138128&r2=1138129&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/java/bdd.rb (original)
+++ buildr/trunk/lib/buildr/java/bdd.rb Tue Jun 21 18:44:49 2011
@@ -47,7 +47,7 @@ module Buildr
   module TestFramework::JRubyBased
     extend self
 
-    VERSION = '1.5.6'
+    VERSION = '1.6.2'
 
     class << self
       def version