summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-09-26 11:38:11 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-09-26 11:38:11 +0200
commita1867669d77f8bb1961b1b3c949418670d243c2d (patch)
treef9637b3d90b9bce6afc15537b8230dd4ba0301cc /pom.xml
parenta53c6ba02f7d2c059be26de2215084fce54b6e80 (diff)
Correct findbugs-maven-plugin version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index f025f6d..cd4ce53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,10 +335,8 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.5.2</version>
+ <version>3.0.0</version>
<configuration>
- <findbugsXmlOutput>true</findbugsXmlOutput>
- <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>