aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2017-07-17 00:31:13 +0200
committerDavid Pursehouse <david.pursehouse@gmail.com>2017-07-28 16:15:54 +0100
commitde7698476b44567a0b998a39c61e206b8149d63b (patch)
treed96166b08e43f44cc5d0b27b8966e7aecbfea4e5 /org.eclipse.jgit/pom.xml
parent6f23210781666506bde36b48cf00ffc9506348b0 (diff)
downloadjgit-de7698476b44567a0b998a39c61e206b8149d63b.tar.gz
jgit-de7698476b44567a0b998a39c61e206b8149d63b.zip
Replace findbugs by spotbugs
SpotBugs [1] is the spiritual successor of FindBugs, carrying on from the point where it left off with support of its community. [1] http://spotbugs.readthedocs.io/ Change-Id: I127f2c54b04265b6565e780116617ffa8a4d7eaf Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit/pom.xml')
-rw-r--r--org.eclipse.jgit/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml
index 1f341e6022..8306eb5240 100644
--- a/org.eclipse.jgit/pom.xml
+++ b/org.eclipse.jgit/pom.xml
@@ -206,8 +206,8 @@
<pluginManagement>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
+ <groupId>com.github.hazendaz.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<excludeFilterFile>findBugs/FindBugsExcludeFilter.xml</excludeFilterFile>
</configuration>