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 2009/10/03 18:07:54 UTC

svn commit: r821347 - in /buildr/trunk: CHANGELOG lib/buildr/java/bdd.rb

Author: boisvert
Date: Sat Oct  3 16:07:53 2009
New Revision: 821347

URL: http://svn.apache.org/viewvc?rev=821347&view=rev
Log:
Upgrade to JRuby 1.3.1

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

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=821347&r1=821346&r2=821347&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sat Oct  3 16:07:53 2009
@@ -13,6 +13,7 @@
 * Change: Updated to Rake 0.8.7, RSpec 1.2.6 and JRuby-openssl 0.5.1.
 * Change: Updated to easyb 0.9 (Joel Muzzerall)
 * Change: Updated to TestNG 5.10
+* Change: Updated to JRuby 1.3.1
 * Fixed:  BUILDR-23 Support for setting file mode when packaging (Ittay Dror).
 * Fixed:  BUILDR-278 tasks/*.rake files are loaded after the buildfile (Rhett Sutphin)
 * Fixed:  BUILDR-282 release goal should not strip leading '0' digits from version numbers.

Modified: buildr/trunk/lib/buildr/java/bdd.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/java/bdd.rb?rev=821347&r1=821346&r2=821347&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/java/bdd.rb (original)
+++ buildr/trunk/lib/buildr/java/bdd.rb Sat Oct  3 16:07:53 2009
@@ -48,7 +48,7 @@
   module TestFramework::JRubyBased
     extend self
 
-    VERSION = '1.1.6'
+    VERSION = '1.3.1'
 
     class << self
       def version