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 4f49cc5 Update FindBugs to SpotBugs.
4f49cc5 is described below
commit 4f49cc506cae80a0d87a97ac3b0430954e24b675
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 18 21:34:48 2020 -0400
Update FindBugs to SpotBugs.
---
pom.xml | 9 +++++----
src/changes/changes.xml | 3 +++
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index b21b908..22f7738 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,6 +194,8 @@
<commons.surefire.version>2.19.1</commons.surefire.version>
<commons.japicmp.version>0.14.3</commons.japicmp.version>
<commons.jacoco.version>0.8.6</commons.jacoco.version>
+ <commons.spotbugs.version>4.1.3</commons.spotbugs.version>
+ <commons.spotbugs.impl.version>4.1.3</commons.spotbugs.impl.version>
<log4j2.version>2.13.3</log4j2.version>
<clirr.skip>true</clirr.skip>
<japicmp.skip>false</japicmp.skip>
@@ -384,10 +386,9 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <!-- commons-parent defines version 2.5.x or 3.x depending on JDK
active. -->
- <version>${commons.findbugs.version}</version>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
+ <version>${commons.spotbugs.version}</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f540c64..5f671d6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -181,6 +181,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary Gregory">
Update JUnit from 4.13 to 4.13.1.
</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Update FindBugs to SpotBugs 4.1.3.
+ </action>
</release>
<release version="2.6.0" date="2020-01-06" description="New features and
bug fix release.">
<action dev="ggregory" due-to="Eitan Adler" type="fix">