diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-22 11:36:24 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-23 01:21:08 +0100 |
commit | a107bb18a4460a30675f13c23f9d0f5728ecf0e4 (patch) | |
tree | 92f1c5f3ada9b3c194f9110a78b9d0d646853372 /pom.xml | |
parent | 3832527b02988f942d3f44518e229cbcda914eb2 (diff) | |
download | jgit-a107bb18a4460a30675f13c23f9d0f5728ecf0e4.tar.gz 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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 --> |