You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2015/08/13 18:56:15 UTC

svn commit: r1695739 - /commons/proper/bcel/trunk/pom.xml

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>