diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-10-13 09:14:57 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-10-13 09:14:57 +0900 |
commit | 2db49bc679b297028964fc65e66d33556570f544 (patch) | |
tree | cf493ea99d1ec183ee827311dded8b55a8c8d1b9 | |
parent | 7eb34c175cf4a1e554ae2a72803bd95e21ae1505 (diff) | |
download | jgit-2db49bc679b297028964fc65e66d33556570f544.tar.gz jgit-2db49bc679b297028964fc65e66d33556570f544.zip |
Replace Findbugs with Spotbugs in org.eclipse.jgit/pom.xml
Change-Id: If9cb0de7a0e7bd95eac7daeee140a18385192a48
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
-rw-r--r-- | org.eclipse.jgit/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 574a8313a4..a55575fa54 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> |