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:47 UTC

[commons-dbcp] 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-dbcp.git


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

commit 50e5d800317e2ba468fa17afe44cf425f988a3df
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 19 16:04:43 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 f460b5e..d8a4342 100644
--- a/pom.xml
+++ b/pom.xml
@@ -326,7 +326,7 @@
     <!-- Constant for Commons Pool version (used in multiple places) -->
     <commons.pool.version>2.8.1</commons.pool.version>
     <commons.japicmp.version>0.14.3</commons.japicmp.version>
-    <commons.jacoco.version>0.8.5</commons.jacoco.version>
+    <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
     <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0f60175..1145c4e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -122,7 +122,7 @@ The <action> type attribute can be add,update,fix,remove.
         Update org.apache.commons:commons-parent from 48 to 51.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Update jacoco-maven-plugin from 0.8.4 to 0.8.5.
+        Update jacoco-maven-plugin from 0.8.4 to 0.8.6.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update maven-checkstyle-plugin from 3.0.0 to 3.1.1.