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-jci.git
commit 2c33084306ecca5b01401e5188f42ec9c91e8c12 Author: Gary Gregory <[email protected]> AuthorDate: Wed Jan 4 13:07:20 2023 -0500 Drop FindBugs, use SpotBugs --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c9d0c7a..fb44424 100644 --- a/pom.xml +++ b/pom.xml @@ -157,9 +157,8 @@ <reporting> <plugins> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>1.2</version> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
