Repository: commons-lang Updated Branches: refs/heads/master 729adb624 -> 4d5c5a8af
Replace FindBugs with SpotBugs: Fix source assembly Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/4d5c5a8a Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/4d5c5a8a Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/4d5c5a8a Branch: refs/heads/master Commit: 4d5c5a8afd51157d6cecb886c55c430125475dea Parents: 729adb6 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sat Oct 6 10:10:06 2018 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sat Oct 6 10:10:06 2018 +0200 ---------------------------------------------------------------------- src/assembly/src.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/4d5c5a8a/src/assembly/src.xml ---------------------------------------------------------------------- diff --git a/src/assembly/src.xml b/src/assembly/src.xml index dc91e0e..1a9ad19 100644 --- a/src/assembly/src.xml +++ b/src/assembly/src.xml @@ -27,7 +27,7 @@ <include>.travis.yml</include> <include>checkstyle.xml</include> <include>checkstyle-suppressions.xml</include> - <include>findbugs-exclude-filter.xml</include> + <include>spotbugs-exclude-filter.xml</include> <include>LICENSE.txt</include> <include>NOTICE.txt</include> <include>pom.xml</include>