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-release-plugin.git


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

commit 46e5745175654145ab80505feea395fa971e5cd6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Sep 19 16:05:29 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 a227732..b180c86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <maven-scm.version>1.11.2</maven-scm.version>
     <commons.spotbugs.version>4.0.4</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.1.2</commons.spotbugs.impl.version>    
-    <commons.jacoco.version>0.8.5</commons.jacoco.version>
+    <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.1</commons.jacoco.instructionRatio>
     <commons.jacoco.methodRatio>0.1</commons.jacoco.methodRatio>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 253f7e0..9539ca3 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,6 +39,7 @@
       <action type="update" dev="ggregory">Update actions/checkout from v2.3.1 
to v2.3.2 #8.</action>
       <action type="update" dev="ggregory">Update velocity-engine-core from 
2.1 to 2.2 #4.</action>
       <action type="update" dev="ggregory">Update commons-codec from 1.14 to 
1.15.</action>
+      <action type="update" dev="ggregory">Update commons.jacoco.version 0.8.5 
to 0.8.6 (Fixes Java 15 builds).</action>
     </release>
 
     <release version="1.7" date="2019-08-30" description="Version 1.7">

Reply via email to