This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler-java.git
The following commit(s) were added to refs/heads/master by this push:
new e7fa488 SLING-9144 - Replace unmaintained findbugs plugin with
spotbugs
e7fa488 is described below
commit e7fa4881eb26b17f1e6b581333fcac697e2fc02b
Author: Radu Cotescu <[email protected]>
AuthorDate: Tue Feb 25 14:35:12 2020 +0100
SLING-9144 - Replace unmaintained findbugs plugin with spotbugs
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 41b39d7..71a0f44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,9 +61,9 @@
<build>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>3.0.5</version>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
+ <version>3.1.12.2</version>
<configuration>
<effort>Max</effort>
<xmlOutput>true</xmlOutput>