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 e3d76894 Bump japicmp-maven-plugin from 0.15.7 to 0.16.0
e3d76894 is described below
commit e3d7689497ccef7c4b0a9f1cac8ed2b10d6461db
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 24 11:37:31 2022 -0400
Bump japicmp-maven-plugin from 0.15.7 to 0.16.0
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 922f3538..1af96cb2 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>
<commons.jacoco.version>0.8.8</commons.jacoco.version>
- <commons.japicmp.version>0.15.7</commons.japicmp.version>
+ <commons.japicmp.version>0.16.0</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 adc94e87..42db15b4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -125,7 +125,7 @@ The <action> type attribute can be add,update,fix,remove.
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.
+ Bump commons.japicmp.version from 0.14.3 to 0.16.0.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump commons.surefire.version from 2.22.2 to 3.0.0-M5.