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/11/19 14:24:31 UTC

(commons-logging) 08/14: Replace FindBugs with 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-logging.git

commit c64aa18b344b9f58be457e987508c61087b5d190
Author: Gary Gregory <ga...@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>