You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/02/14 14:33:42 UTC

commons-release-plugin git commit: Update Jacoco Maven plugin from 0.7.9 to 0.8.0.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master e082e868c -> e9706b2a6


Update Jacoco Maven plugin from 0.7.9 to 0.8.0.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/e9706b2a
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/e9706b2a
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/e9706b2a

Branch: refs/heads/master
Commit: e9706b2a6e4a651d725916408a5e20bc3a2759c7
Parents: e082e86
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Feb 14 07:33:39 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Feb 14 07:33:39 2018 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/e9706b2a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 26bd44d..aa969fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
         <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
         <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
         <checkstyle.version>6.19</checkstyle.version>
-        <commons.jacoco.version>0.7.9</commons.jacoco.version>
+        <commons.jacoco.version>0.8.0</commons.jacoco.version>
         <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>
         <commons.jacoco.instructionRatio>0.1</commons.jacoco.instructionRatio>
         <commons.jacoco.methodRatio>0.1</commons.jacoco.methodRatio>