You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2010/08/25 08:05:58 UTC

svn commit: r988819 - in /buildr/trunk: CHANGELOG lib/buildr/java/bdd.rb rakelib/all-in-one.rake

Author: toulmean
Date: Wed Aug 25 06:05:57 2010
New Revision: 988819

URL: http://svn.apache.org/viewvc?rev=988819&view=rev
Log:
change to jruby 1.5.2

Modified:
    buildr/trunk/CHANGELOG
    buildr/trunk/lib/buildr/java/bdd.rb
    buildr/trunk/rakelib/all-in-one.rake

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=988819&r1=988818&r2=988819&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Wed Aug 25 06:05:57 2010
@@ -7,6 +7,7 @@
 * Change: BUILDR-484 Upgrade to Scala 2.8.0 (final) and associated dependencies
           (ScalaCheck 1.7, ScalaTest 1.2, Specs 1.6.5)
 * Change: BUILDR-487 package :sources should default to using .jar extension (instead of .zip)
+* Change: Upgrade to Jruby 1.5.2
 * Fixed:  BUILDR-143 Upload to a file:// path needs ability to specify permissions (Joel Muzzerall)
 * Fixed:  BUILDR-144 Filter does not preserve file permissions
 * Fixed:  BUILDR-163 cobertura-check

Modified: buildr/trunk/lib/buildr/java/bdd.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/java/bdd.rb?rev=988819&r1=988818&r2=988819&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/java/bdd.rb (original)
+++ buildr/trunk/lib/buildr/java/bdd.rb Wed Aug 25 06:05:57 2010
@@ -48,7 +48,7 @@ module Buildr
   module TestFramework::JRubyBased
     extend self
 
-    VERSION = '1.5.1'
+    VERSION = '1.5.2'
 
     class << self
       def version

Modified: buildr/trunk/rakelib/all-in-one.rake
URL: http://svn.apache.org/viewvc/buildr/trunk/rakelib/all-in-one.rake?rev=988819&r1=988818&r2=988819&view=diff
==============================================================================
--- buildr/trunk/rakelib/all-in-one.rake (original)
+++ buildr/trunk/rakelib/all-in-one.rake Wed Aug 25 06:05:57 2010
@@ -18,7 +18,7 @@ task "all-in-one" => 'all-in-one:all-in-
 
 namespace :'all-in-one' do
   
-  version = "1.5.1"
+  version = "1.5.2"
   jruby_distro = "jruby-bin-#{version}.tar.gz"
   url = "http://jruby.org.s3.amazonaws.com/downloads/#{version}/#{jruby_distro}"
   dir = "jruby-#{version}"