diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-11-02 22:48:00 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-11-04 12:45:22 -0400 |
commit | 021e72b8011c6c0e1bc1f6b3c6494dc57f85f1a2 (patch) | |
tree | f2fa18f9e90e98d8e8d728ac31f0684e4e26142b /org.eclipse.jgit/pom.xml | |
parent | 651e17baca2ca6677b1da07ea642df10961957f1 (diff) | |
download | jgit-021e72b8011c6c0e1bc1f6b3c6494dc57f85f1a2.tar.gz jgit-021e72b8011c6c0e1bc1f6b3c6494dc57f85f1a2.zip |
Update spotbugs-maven-plugin to 3.1.0-RC7
Change-Id: Ic1c2c5b6e3955a1404780e51206513d226600e4b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/pom.xml')
-rw-r--r-- | org.eclipse.jgit/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 60eccdecac..080b62fda7 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -206,7 +206,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> |