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

[commons-net] branch master updated: Bump commons.jacoco.version 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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new f3860731 Bump commons.jacoco.version from 0.8.7 to 0.8.8.
f3860731 is described below

commit f3860731403d289960f599c49842e89ada9b4961
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 31 08:01:59 2022 -0400

    Bump commons.jacoco.version from 0.8.7 to 0.8.8.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6537d529..8c347c71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
         <!-- Local version defines -->
         <commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion>
         <clirr.skip>true</clirr.skip>
-        <commons.jacoco.version>0.8.7</commons.jacoco.version>
+        <commons.jacoco.version>0.8.8</commons.jacoco.version>
         <commons.japicmp.version>0.15.7</commons.japicmp.version>
         <commons.surefire.version>3.0.0-M5</commons.surefire.version>
         <!-- for debugging FTPSClientTest -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 22c219c2..b362ce13 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -122,7 +122,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons-io from 2.6 to 2.11.0 #60.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Bump commons.jacoco.version from 0.8.6 to 0.8.7.
+        Bump commons.jacoco.version from 0.8.6 to 0.8.8.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump commons.japicmp.version from 0.14.3 to 0.15.7.