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:03:55 UTC

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


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

commit eafdff7c2d497bea2381f717cc5edb4d8fc35bd6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 19 16:03:48 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 91b1276..21044cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,7 +245,7 @@ limitations under the License.
     <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
     <checkstyle.version>2.17</checkstyle.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>
 
     <!-- generate report even if there are binary incompatible changes -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 94a9954..e71cb70 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
 
     <release version="1.16" date="TBD" description="Feature and fix release.">
       <action                   dev="ggregory" type="update" due-to="Dependabot">Update build actions/setup-java from v1.4.1 to v1.4.2 #60.</action>
+      <action                   dev="ggregory" type="update" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
     </release>
 
     <release version="1.15" date="2020-09-01" description="Feature and fix release.">