You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/14 10:10:09 UTC

[commons-parent] 04/08: jacoco-maven-plugin 0.8.4 -> 0.8.5

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit f8cef6b2ede329e969de3285fe1597c05fe95ed5
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Nov 14 10:02:37 2019 +0000

    jacoco-maven-plugin 0.8.4 -> 0.8.5
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fd373b3..1abdc37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
     <commons.failsafe.version>2.22.2</commons.failsafe.version>
     <commons.felix.version>4.2.1</commons.felix.version>
     <commons.findbugs.version>3.0.5</commons.findbugs.version>
-    <commons.jacoco.version>0.8.4</commons.jacoco.version>
+    <commons.jacoco.version>0.8.5</commons.jacoco.version>
     <commons.japicmp.version>0.14.1</commons.japicmp.version>
     <commons.jar-plugin.version>3.1.2</commons.jar-plugin.version>
     <commons.javadoc.version>3.1.1</commons.javadoc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2acadc0..f3e7a94 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">jacoco-maven-plugin 0.8.4 -> 0.8.5</action>
             <action type="update" dev="aherbert">Move japicmp reporting section to the profile for opt-in behaviour. Remove japicmp.skip flag used to skip the report.</action>
             <action type="update" dev="aherbert">Disable jacoco non-aggregate reports.</action>
             <action type="update" dev="ggregory">Update site build from Apache Commons BCEL 6.3.1 to 6.4.1.</action>