summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2018-10-13 09:16:55 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2018-10-13 09:16:55 +0900
commit27f7a590d17fef4c81ed869fca74ade50e1bf2a8 (patch)
tree3c072c6fd5de6287a2886ae26f2ac36d2bc80afd /org.eclipse.jgit
parent0f7f3b62ceb822072ebc8e09598db72e047f67cc (diff)
parent2db49bc679b297028964fc65e66d33556570f544 (diff)
downloadjgit-27f7a590d17fef4c81ed869fca74ade50e1bf2a8.tar.gz
jgit-27f7a590d17fef4c81ed869fca74ade50e1bf2a8.zip
Merge branch 'stable-4.5' into stable-4.6
* stable-4.5: Replace Findbugs with Spotbugs in org.eclipse.jgit/pom.xml Replace FindBugs with SpotBugs Change-Id: I1c077e8f3530ac717b1603d3307fd15d4335b8fe Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit')
-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 cf935ae0f3..4e31e0b8d7 100644
--- a/org.eclipse.jgit/pom.xml
+++ b/org.eclipse.jgit/pom.xml
@@ -211,8 +211,8 @@
<pluginManagement>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<excludeFilterFile>findBugs/FindBugsExcludeFilter.xml</excludeFilterFile>
</configuration>