Browse Source

Update spotbugs-maven-plugin to 3.1.0-RC7

Change-Id: Ic1c2c5b6e3955a1404780e51206513d226600e4b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-4.10
Matthias Sohn 7 years ago
parent
commit
021e72b801
  1. 2
      org.eclipse.jgit/pom.xml
  2. 8
      pom.xml

2
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>

8
pom.xml

@ -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>

Loading…
Cancel
Save