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/02/12 21:16:23 UTC

[commons-csv] branch master updated: Replace FindBugs with SpotBugs #56.

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


The following commit(s) were added to refs/heads/master by this push:
     new 493616e  Replace FindBugs with SpotBugs #56.
493616e is described below

commit 493616e35cab307ec9b56d5138483e81e0354ddf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Feb 12 16:16:20 2020 -0500

    Replace FindBugs with SpotBugs #56.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 688f4c9..638d893 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,6 +40,7 @@
   <body>
     <release version="1.8.1" date="2020-MM-DD" description="Bug fix release (Java 8)">
       <action                 type="add" dev="ggregory" due-to="dota17">Add testcases for CSVRecord with get(Enum) and toString. #54.</action>
+      <action                 type="update" dev="ggregory" due-to="Amey Jadiye">Replace FindBugs with SpotBugs #56.</action>
     </release>
     <release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).