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-logging.git
commit c64aa18b344b9f58be457e987508c61087b5d190 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 19 09:10:37 2023 -0500 Replace FindBugs with SpotBugs --- pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e782718..59e6ce8 100644 --- a/pom.xml +++ b/pom.xml @@ -634,12 +634,8 @@ under the License. <version>2.0</version> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>3.0.5</version> - <configuration> - <skip>true</skip> - </configuration> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>