Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2017-11-24 01:12:36 +0000
committerDavid Pursehouse2017-11-26 10:31:17 +0000
commitc213f0a4cde35d42230f7caf0780c0e8b62f44d0 (patch)
treef11b17882fd41295de72a76035e8e6f661a7bd2b /pom.xml
parente3f19a5298acb67848966f6ba192f3a88abdce72 (diff)
downloadjgit-c213f0a4cde35d42230f7caf0780c0e8b62f44d0.tar.gz
jgit-c213f0a4cde35d42230f7caf0780c0e8b62f44d0.tar.xz
jgit-c213f0a4cde35d42230f7caf0780c0e8b62f44d0.zip
Upgrade spotbugs-maven-plugin to 3.1.0-RC8
Change-Id: I650d1a527063204aa9696fe99b4f59bfa7e5fb97 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0eb2047c04..dec797698e 100644
--- a/pom.xml
+++ b/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.1.0-RC7</spotbugs-maven-plugin-version>
+ <spotbugs-maven-plugin-version>3.1.0-RC8</spotbugs-maven-plugin-version>
<maven-surefire-report-plugin-version>2.20</maven-surefire-report-plugin-version>
<!-- Properties to enable jacoco code coverage analysis -->

Back to the top