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 2020/09/19 20:04:09 UTC

[commons-collections] branch master updated: Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e447a92  Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
e447a92 is described below

commit e447a928da706e445bd4bb28c956d82888032914
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 19 16:04:05 2020 -0400

    Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c491586..a9fd837 100644
--- a/pom.xml
+++ b/pom.xml
@@ -568,7 +568,7 @@
 
     <!-- Override clirr version to enable clirr on Java 8 -->
     <commons.clirr.version>2.8</commons.clirr.version>
-    <commons.jacoco.version>0.8.5</commons.jacoco.version>
+    <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.junit.version>5.6.2</commons.junit.version>
 
     <!--Commons Release Plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e265eeb..f4e2d55 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -142,7 +142,7 @@
       Add org.apache.commons.collections4.properties.PropertiesFactory.EMPTY_PROPERTIES.
     </action>
     <action dev="ggregory" type="update" due-to="Gary Gregory">
-      [build] Update Jacoco from 0.8.4 to 0.8.5.
+      [build] Update Jacoco from 0.8.4 to 0.8.6.
     </action>
     <action dev="ggregory" type="update" due-to="Gary Gregory">
       [test] Update org.easymock:easymock 4.1 -> 4.2.