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 2020/12/30 00:18:46 UTC

[commons-vfs] branch master updated: Update commons.spotbugs.impl.version 4.1.3 -> 4.2.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 2153a5a  Update commons.spotbugs.impl.version 4.1.3 -> 4.2.0.
2153a5a is described below

commit 2153a5a680495fc2b682d75c8a063dd1cc9bce46
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 29 19:18:42 2020 -0500

    Update commons.spotbugs.impl.version 4.1.3 -> 4.2.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 23c25d4..0669458 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
     <commons.japicmp.version>0.14.4</commons.japicmp.version>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.spotbugs.version>4.1.4</commons.spotbugs.version>
-    <commons.spotbugs.impl.version>4.1.3</commons.spotbugs.impl.version>    
+    <commons.spotbugs.impl.version>4.2.0</commons.spotbugs.impl.version>    
     <log4j2.version>2.14.0</log4j2.version>
     <clirr.skip>true</clirr.skip>
     <japicmp.skip>false</japicmp.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 634f426..697cf06 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -101,6 +101,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" due-to="Arturo Bernal" type="update">
         Minor Improvements #152.
       </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Update commons.spotbugs.impl.version 4.1.3 -> 4.2.0.
+      </action>
     </release>
     <release version="2.7.0" date="2020-10-26" description="Maintenance release. Requires Java 8.">
       <action issue="VFS-753" dev="ggregory" due-to="John Webb, Gary Gregory" type="fix">