Repository: buildr Updated Branches: refs/heads/master 986ab0317 -> 72ba95350
Upgrade jacoco to 0.7.2 Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/922d8de9 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/922d8de9 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/922d8de9 Branch: refs/heads/master Commit: 922d8de9540258f27c725d720b8338bcb04516e8 Parents: 986ab03 Author: neher <[email protected]> Authored: Tue Nov 4 09:29:11 2014 +0100 Committer: neher <[email protected]> Committed: Tue Nov 4 09:29:11 2014 +0100 ---------------------------------------------------------------------- addon/buildr/jacoco.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/922d8de9/addon/buildr/jacoco.rb ---------------------------------------------------------------------- diff --git a/addon/buildr/jacoco.rb b/addon/buildr/jacoco.rb index a7055ed..6722357 100644 --- a/addon/buildr/jacoco.rb +++ b/addon/buildr/jacoco.rb @@ -18,7 +18,7 @@ module Buildr # WARNING: Experimental and may change radically. module JaCoCo class << self - VERSION = '0.5.10.201208310627' + VERSION = '0.7.2.201409121644' def version @version || Buildr.settings.build['jacoco'] || VERSION @@ -37,9 +37,7 @@ module Buildr "org.jacoco:org.jacoco.report:jar:#{version}", "org.jacoco:org.jacoco.core:jar:#{version}", "org.jacoco:org.jacoco.ant:jar:#{version}", - 'asm:asm:jar:3.3.1', - 'asm:asm-commons:jar:3.3.1', - 'asm:asm-tree:jar:3.3.1' + 'org.ow2.asm:asm-debug-all:jar:5.0.1' ] end end
