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 2023/01/04 18:07:25 UTC

[commons-jci] 02/02: Drop FindBugs, use SpotBugs

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 <ga...@gmail.com>
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>