Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-11-02 23:36:29 +0000
committerMatthias Sohn2017-11-04 16:46:30 +0000
commiteea360f47ead2420782abcc2739d500607455fde (patch)
tree3ddc084cd3688ba5184564616c0b3e4a298a5493
parentea4b5eebc3e1c8e2699cdbccb33b1c7ec95bc6dc (diff)
downloadegit-eea360f47ead2420782abcc2739d500607455fde.tar.gz
egit-eea360f47ead2420782abcc2739d500607455fde.tar.xz
egit-eea360f47ead2420782abcc2739d500607455fde.zip
Update spotbugs-maven-plugin to 3.1.0-RC7
Change-Id: Ie783ac05e134520b4e4be8678d9bcdf04dfba6d7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.egit.ui/pom.xml2
-rw-r--r--pom.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.ui/pom.xml b/org.eclipse.egit.ui/pom.xml
index 2a20a310ef..4c60023584 100644
--- a/org.eclipse.egit.ui/pom.xml
+++ b/org.eclipse.egit.ui/pom.xml
@@ -34,7 +34,7 @@
<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 5ae2f67ff4..4b9141c999 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
<build>
<plugins>
<plugin>
- <groupId>com.github.hazendaz.spotbugs</groupId>
+ <groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
</plugin>
<plugin>
@@ -449,9 +449,9 @@
<version>1.8</version>
</plugin>
<plugin>
- <groupId>com.github.hazendaz.spotbugs</groupId>
+ <groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>3.0.6</version>
+ <version>3.1.0-RC7</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<failOnError>false</failOnError>

Back to the top