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 2022/08/31 12:05:21 UTC

[commons-cli] branch master updated: Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.

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-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 7af4305  Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.
7af4305 is described below

commit 7af4305a0ddb2daee60c6a9545522dc9d2e91487
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 31 08:05:17 2022 -0400

    Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 74a68b9..e871632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
     <commons.checkstyle.impl.version>9.3</commons.checkstyle.impl.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.javadoc.java.link>${commons.javadoc7.java.link}</commons.javadoc.java.link>
-    <commons.jacoco.version>0.8.7</commons.jacoco.version>
+    <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.surefire-report.version>3.0.0-M5</commons.surefire-report.version>
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
     <commons.felix.version>5.1.2</commons.felix.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 919e209..062cc61 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,9 @@
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump maven-pmd-plugin from 3.16.0 to 3.17.0 #110.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.
+      </action>
     </release>
     <release version="1.5.0" date="10-23-2021" description="New features and bug fixes (Java 7).">
       <!-- FIX -->