]> source.dussan.org Git - jgit.git/commitdiff
Update spotbugs-maven-plugin to 3.1.0-RC7 48/110948/2
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 2 Nov 2017 21:48:00 +0000 (22:48 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 4 Nov 2017 16:45:22 +0000 (12:45 -0400)
Change-Id: Ic1c2c5b6e3955a1404780e51206513d226600e4b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/pom.xml
pom.xml

index 60eccdecac85705f8b08afe14029c35656882572..080b62fda71b083dd2413e2cee5a45e718702bd9 100644 (file)
     <pluginManagement>
       <plugins>
         <plugin>
-          <groupId>com.github.hazendaz.spotbugs</groupId>
+          <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
           <configuration>
             <excludeFilterFile>findBugs/FindBugsExcludeFilter.xml</excludeFilterFile>
diff --git a/pom.xml b/pom.xml
index 71c4246f3155914450b6f603e23d6ce08bab14f8..59fda891618c8f5fcc545cb4daa592676422c37d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <maven-javadoc-plugin-version>2.10.4</maven-javadoc-plugin-version>
     <tycho-extras-version>1.0.0</tycho-extras-version>
     <gson-version>2.2.4</gson-version>
-    <spotbugs-maven-plugin-version>3.0.6</spotbugs-maven-plugin-version>
+    <spotbugs-maven-plugin-version>3.1.0-RC7</spotbugs-maven-plugin-version>
     <maven-surefire-report-plugin-version>2.20</maven-surefire-report-plugin-version>
 
     <!-- Properties to enable jacoco code coverage analysis -->
         </plugin>
 
         <plugin>
-          <groupId>com.github.hazendaz.spotbugs</groupId>
+          <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
           <version>${spotbugs-maven-plugin-version}</version>
           <configuration>
         <version>2.5</version>
       </plugin>
       <plugin>
-        <groupId>com.github.hazendaz.spotbugs</groupId>
+        <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
         <version>${spotbugs-maven-plugin-version}</version>
       </plugin>
       <build>
         <plugins>
           <plugin>
-            <groupId>com.github.hazendaz.spotbugs</groupId>
+            <groupId>com.github.spotbugs</groupId>
             <artifactId>spotbugs-maven-plugin</artifactId>
           </plugin>
           <plugin>