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/09/24 15:48:26 UTC

[commons-vfs] branch master updated: Bump japicmp-maven-plugin from 0.15.7 to 0.16.0

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


The following commit(s) were added to refs/heads/master by this push:
     new 6d4f2422 Bump japicmp-maven-plugin from 0.15.7 to 0.16.0
6d4f2422 is described below

commit 6d4f24227de5cb62daf67d8950f06f1b2f2035b1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 24 11:48:21 2022 -0400

    Bump japicmp-maven-plugin from 0.15.7 to 0.16.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f793eeb3..8553dc18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
     <jackrabbit1.version>1.6.5</jackrabbit1.version>
     <jackrabbit2.version>2.21.12</jackrabbit2.version>
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
-    <commons.japicmp.version>0.15.7</commons.japicmp.version>
+    <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.spotbugs.version>4.7.1.1</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 81cbe0c8..4f1e731b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,7 +102,7 @@ The <action> type attribute can be add,update,fix,remove.
         SFTP: Memory leak because AbstractFileProvider#findFileSystem.
       </action>
       <action type="fix" dev="ggregory" due-to="Marc Wrobel">
-	Fix typos #275, #276, #277.
+	    Fix typos #275, #276, #277.
       </action>
       <action type="fix" dev="ggregory" due-to="Marc Wrobel">
         Fix links in Javadoc and documentations #284.
@@ -194,7 +194,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump biz.aQute.bnd:biz.aQute.bndlib from 5.3.0 to 6.3.1.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
-        Bump commons.japicmp.version from 0.15.3 to 0.15.7.
+        Bump commons.japicmp.version from 0.15.3 to 0.16.0.
       </action>
       <action dev="ggregory" due-to="Gary Gregory, John Patrick, Dependabot" type="update">
         Replace JUnit 4.13.2 with 5.9.0 #281.