Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2017-12-22 02:36:24 +0000
committerMatthias Sohn2017-12-23 00:21:08 +0000
commita107bb18a4460a30675f13c23f9d0f5728ecf0e4 (patch)
tree92f1c5f3ada9b3c194f9110a78b9d0d646853372 /pom.xml
parent3832527b02988f942d3f44518e229cbcda914eb2 (diff)
downloadjgit-a107bb18a4460a30675f13c23f9d0f5728ecf0e4.tar.gz
jgit-a107bb18a4460a30675f13c23f9d0f5728ecf0e4.tar.xz
jgit-a107bb18a4460a30675f13c23f9d0f5728ecf0e4.zip
Upgrade spotbugs-maven-plugin to 3.1.0
Change-Id: I1817afd3f75bd1f030f1b5c6bc683afa51dc5a6b 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 c55a95a2d8..03c7da48b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
<maven-javadoc-plugin-version>3.0.0</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-RC8</spotbugs-maven-plugin-version>
+ <spotbugs-maven-plugin-version>3.1.0</spotbugs-maven-plugin-version>
<maven-surefire-report-plugin-version>2.20.1</maven-surefire-report-plugin-version>
<!-- Properties to enable jacoco code coverage analysis -->

Back to the top