You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/11/04 10:36:59 UTC

[1/2] git commit: Upgrade jacoco to 0.7.2

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 <wi...@gmail.com>
Authored: Tue Nov 4 09:29:11 2014 +0100
Committer: neher <wi...@gmail.com>
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


[2/2] git commit: Record last change

Posted by do...@apache.org.
Record last change


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/72ba9535
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/72ba9535
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/72ba9535

Branch: refs/heads/master
Commit: 72ba95350f3f91749228fca530dbecb130caa437
Parents: 922d8de
Author: Peter Donald <pe...@realityforge.org>
Authored: Tue Nov 4 20:36:43 2014 +1100
Committer: Peter Donald <pe...@realityforge.org>
Committed: Tue Nov 4 20:36:43 2014 +1100

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/72ba9535/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 8088c15..51e9faf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,5 @@
 1.4.21 (Pending)
+* Change: Upgrade jacoco to 0.7.2. Submitted by neher.
 * Change: Update checkstyle addon to use Checkstyle 6.0.
 * Added:  Updated the gwt addon to support the upcoming GWT 2.7.x release.
 * Change: Enhance ipr.add_glassfish_configuration to support the ability to