You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2022/09/27 08:20:21 UTC

[commons-jcs] branch master updated: Replace findbugs with spotbugs

This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new a444806f Replace findbugs with spotbugs
a444806f is described below

commit a444806f8e1a3acf8f7127de75fd5c44d47c063f
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Tue Sep 27 10:20:18 2022 +0200

    Replace findbugs with spotbugs
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 722dbb05..ad53a7a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,9 +449,9 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>${commons.findbugs.version}</version>
+        <groupId>com.github.spotbugs</groupId>
+        <artifactId>spotbugs-maven-plugin</artifactId>
+        <version>${commons.spotbugs.plugin.version}</version>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>