Author: assaf
Date: Mon Oct  6 09:27:22 2008
New Revision: 702194

URL: http://svn.apache.org/viewvc?rev=702194&view=rev
Log:
Allow using BDD test frameworks with JRuby 1.1.3, for those who have not 
upgraded to 1.1.4.

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

Modified: incubator/buildr/trunk/lib/buildr/java/bdd.rb
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/java/bdd.rb?rev=702194&r1=702193&r2=702194&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/java/bdd.rb (original)
+++ incubator/buildr/trunk/lib/buildr/java/bdd.rb Mon Oct  6 09:27:22 2008
@@ -46,7 +46,7 @@
   module TestFramework::JRubyBased
     extend self
 
-    VERSION = '1.1.4'
+    VERSION = '1.1.3'
 
     class << self
       def version


Reply via email to