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:05:21 UTC

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


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

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

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

diff --git a/pom.xml b/pom.xml
index ad1e6e8..e3c2f70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -615,7 +615,7 @@
     <jmh.version>1.21</jmh.version>
     <uberjar.name>benchmarks</uberjar.name>
 
-    <commons.jacoco.version>0.8.5</commons.jacoco.version>
+    <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 25d0ee0..90fa7f5 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.
     <action                   type="update" dev="ggregory" due-to="Dependabot">Update checkstyle from 8.34 to 8.36 #594, #614.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Update actions/checkout from v2.3.1 to v2.3.2 #601.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Update actions/setup-java from v1.4.0 to v1.4.2 #612.</action>    
+    <action                   type="update" dev="ggregory" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
   </release>
   <release version="3.11" date="2020-07-12" description="New features and bug fixes.">
     <action                   type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action>