Skip to content

Commit

Permalink
change to jruby 1.5.2
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@988819 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Antoine Toulme committed Aug 25, 2010
1 parent 5604fd2 commit 00ba748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/buildr/java/bdd.rb
Expand Up @@ -48,7 +48,7 @@ def initialize(task, options)
module TestFramework::JRubyBased
extend self

VERSION = '1.5.1'
VERSION = '1.5.2'

class << self
def version
Expand Down
2 changes: 1 addition & 1 deletion rakelib/all-in-one.rake
Expand Up @@ -18,7 +18,7 @@ task "all-in-one" => 'all-in-one:all-in-one'

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}"
Expand Down

0 comments on commit 00ba748

Please sign in to comment.