Browse Source

Update spotbugs-maven-plugin to 3.1.0-RC7

Change-Id: Ic1c2c5b6e3955a1404780e51206513d226600e4b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.10.0.201712302008-r
Matthias Sohn 6 years ago
parent
commit
021e72b801
2 changed files with 5 additions and 5 deletions
  1. 1
    1
      org.eclipse.jgit/pom.xml
  2. 4
    4
      pom.xml

+ 1
- 1
org.eclipse.jgit/pom.xml View File

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

+ 4
- 4
pom.xml View File

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