Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-02-19 06:48:56 +0000
committerMichael Keppler2019-02-19 15:24:33 +0000
commitc7e981611c28f9935211a013b2598ab7dfb5e974 (patch)
treef328cfaa29aa30ff4e705a7dd3b40844ddf319af
parent9b884aaf80380a88bb6ece735609a4acd7d04078 (diff)
downloadegit-c7e981611c28f9935211a013b2598ab7dfb5e974.tar.gz
egit-c7e981611c28f9935211a013b2598ab7dfb5e974.tar.xz
egit-c7e981611c28f9935211a013b2598ab7dfb5e974.zip
Use spotbugs 3.1.11
Change-Id: Ic6190d3dc749cf9a918f3b358dface695bdf52c6 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7752e5b6f7..53ed4b180d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
<tycho-version>1.3.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<jboss-tycho-plugins-version>1.1.0</jboss-tycho-plugins-version>
- <spotbugs-maven-plugin-version>3.1.9</spotbugs-maven-plugin-version>
+ <spotbugs-maven-plugin-version>3.1.11</spotbugs-maven-plugin-version>
<jgit-site>file:/${basedir}/../../jgit/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/target/repository</jgit-site>
<license-site>http://download.eclipse.org/cbi/updates/license</license-site>
<signer-input-directory>/home/data/httpd/download-staging.priv/egit</signer-input-directory>

Back to the top