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

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


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

commit 8b08c07626732b2b7778f60c4409fbe053fc2f3e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 19 16:05: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 | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 93c8f83..fde9c58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <spotbugs.plugin.version>4.0.4</spotbugs.plugin.version>
     <spotbugs.impl.version>4.1.2</spotbugs.impl.version>
     
-    <commons.jacoco.version>0.8.5</commons.jacoco.version>
+    <commons.jacoco.version>0.8.6</commons.jacoco.version>
 
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8c410c7..911b228 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="add" dev="ggregory" due-to="Gary Gregory, Dependabot">Update spotbugs.plugin.version 4.0.0 to 4.1.1, #144.</action>
     <action                  type="add" dev="ggregory" due-to="Dependabot">Update mockito-inline from 3.4.4 to 3.4.6 #143.</action>
     <action                  type="add" dev="ggregory" due-to="Dependabot">Update checkstyle from 8.34 to 8.35 #141.</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="1.9" date="2020-07-21" description="Release 1.9. Requires Java 8.">
     <action issue="TEXT-166" type="fix" dev="kinow" due-to="Mikko Maunu">Removed non-existing parameter from Javadocs and spelled out parameters in throws.</action>