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