Merge "switch from FindBugs to SpotBugs"
[openflowplugin.git] / parent / pom.xml
index 10ecea674c76eb4991796a8a428644a28d04d2fc..5ef64be5d6756e1f01093a856e1fafeb7ea6b688 100644 (file)
@@ -85,8 +85,8 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
+                <groupId>com.github.spotbugs</groupId>
+                <artifactId>spotbugs-maven-plugin</artifactId>
                 <configuration>
                     <failOnError>true</failOnError>
                 </configuration>