Author: ggregory
Date: Thu Aug 13 16:56:15 2015
New Revision: 1695739
URL: http://svn.apache.org/r1695739
Log:
findbugs-maven-plugin 3.0.0 -> 3.0.1 on Java 7.
Modified:
commons/proper/bcel/trunk/pom.xml
Modified: commons/proper/bcel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1695739&r1=1695738&r2=1695739&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Thu Aug 13 16:56:15 2015
@@ -354,7 +354,7 @@
<jdk>[1.7,)</jdk>
</activation>
<properties>
- <findbugs.plugin.version>3.0.0</findbugs.plugin.version>
+ <findbugs.plugin.version>3.0.1</findbugs.plugin.version>
</properties>
</profile>