From de7698476b44567a0b998a39c61e206b8149d63b Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 17 Jul 2017 00:31:13 +0200 Subject: [PATCH] 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 Signed-off-by: David Pursehouse --- org.eclipse.jgit/pom.xml | 4 ++-- pom.xml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 1f341e602..8306eb524 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -206,8 +206,8 @@ - org.codehaus.mojo - findbugs-maven-plugin + com.github.hazendaz.spotbugs + spotbugs-maven-plugin findBugs/FindBugsExcludeFilter.xml diff --git a/pom.xml b/pom.xml index 19d022539..3e6c55b02 100644 --- a/pom.xml +++ b/pom.xml @@ -212,7 +212,7 @@ 2.10.4 1.0.0 2.2.4 - 3.0.4 + 3.0.6 2.20 @@ -371,9 +371,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-maven-plugin-version} + com.github.hazendaz.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin-version} true false @@ -579,9 +579,9 @@ 2.5 - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-maven-plugin-version} + com.github.hazendaz.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin-version} org.apache.maven.plugins @@ -751,8 +751,8 @@ - org.codehaus.mojo - findbugs-maven-plugin + com.github.hazendaz.spotbugs + spotbugs-maven-plugin org.apache.maven.plugins