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/03/14 13:12:24 UTC

[commons-net] branch master updated: Bump commons.japicmp.version from 0.15.3 to 0.15.7

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 d5ec8ad  Bump commons.japicmp.version from 0.15.3 to 0.15.7
d5ec8ad is described below

commit d5ec8ad77175369ac3089374376188cb9786654c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 14 09:12:22 2022 -0400

    Bump commons.japicmp.version from 0.15.3 to 0.15.7
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ae5dcad..5015606 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
         <commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion>
         <clirr.skip>true</clirr.skip>
         <commons.jacoco.version>0.8.7</commons.jacoco.version>
-        <commons.japicmp.version>0.15.3</commons.japicmp.version>
+        <commons.japicmp.version>0.15.7</commons.japicmp.version>
         <commons.surefire.version>3.0.0-M5</commons.surefire.version>
         <!-- for debugging FTPSClientTest -->
         <commons.net.trace_calls>false</commons.net.trace_calls>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index be83c42..a13811b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -113,7 +113,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons.jacoco.version from 0.8.6 to 0.8.7.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Bump commons.japicmp.version from 0.14.3 to 0.15.3.
+        Bump commons.japicmp.version from 0.14.3 to 0.15.7.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump commons.surefire.version from 2.22.2 to 3.0.0-M5.