summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2017-07-19 08:10:04 +0000
committerSimon Steiner <ssteiner@apache.org>2017-07-19 08:10:04 +0000
commit0258a7bc5fcce52098ea3bacba4b4496f8c927e9 (patch)
treec179efe2e536980c9881067a64a4d0998942c58c /pom.xml
parent86127b1a9cd92d376ad4b30763725958f883954c (diff)
downloadxmlgraphics-fop-0258a7bc5fcce52098ea3bacba4b4496f8c927e9.tar.gz
xmlgraphics-fop-0258a7bc5fcce52098ea3bacba4b4496f8c927e9.zip
Jenkins requires Java 8 so use compatible findbugs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1802364 13f79535-47bb-0310-9956-ffa450edef68
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 4af896532..022bec3d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<commons.logging.version>1.0.4</commons.logging.version>
<compiler.plugin.version>3.1</compiler.plugin.version>
<exec.plugin.version>1.4.0</exec.plugin.version>
- <findbugs.plugin.version>2.5.5</findbugs.plugin.version>
+ <findbugs.plugin.version>3.0.4</findbugs.plugin.version>
<jar.plugin.version>2.6</jar.plugin.version>
<java.version>1.6</java.version>
<junit.version>4.11</junit.version>