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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -212,7 +212,7 @@ <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 --> @@ -371,7 +371,7 @@ </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> @@ -579,7 +579,7 @@ <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> @@ -751,7 +751,7 @@ <build> <plugins> <plugin> - <groupId>com.github.hazendaz.spotbugs</groupId> + <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> </plugin> <plugin> |