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-io.git
The following commit(s) were added to refs/heads/master by this push:
new 6eb2689 Replace FindBugs with SpotBugs.
6eb2689 is described below
commit 6eb268945ade28e88b150313821d2daf197cc70c
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 1 12:17:49 2020 -0400
Replace FindBugs with SpotBugs.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 28960f9..08771a0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Gary Gregory">
maven-checkstyle-plugin 3.1.0 -> 3.1.1.
</action>
+ <action dev="ggregory" type="fix" due-to="Gary Gregory">
+ Replace FindBugs with SpotBugs.
+ </action>
</release>
<!-- The release date is the date RC is cut -->
<release version="2.7" date="2020-05-24" description="Java 8 required.">