Repository: buildr Updated Branches: refs/heads/master 535a6b68b -> 556cb618b
update to junit-4.11 -- see https://issues.apache.org/jira/browse/BUILDR-701 Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/23ca0417 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/23ca0417 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/23ca0417 Branch: refs/heads/master Commit: 23ca0417f9930c80649e8b80c10356af3b739a45 Parents: 535a6b6 Author: Jean-Philippe CARUANA <[email protected]> Authored: Mon Jul 28 17:34:55 2014 +0200 Committer: Jean-Philippe CARUANA <[email protected]> Committed: Mon Jul 28 17:34:55 2014 +0200 ---------------------------------------------------------------------- lib/buildr/java/tests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/23ca0417/lib/buildr/java/tests.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/java/tests.rb b/lib/buildr/java/tests.rb index 9aa8439..95ef71d 100644 --- a/lib/buildr/java/tests.rb +++ b/lib/buildr/java/tests.rb @@ -179,7 +179,7 @@ module Buildr #:nodoc: end # JUnit version number. - VERSION = '4.8.2' + VERSION = '4.11' class << self # :call-seq:
