Author: ggregory Date: Thu May 19 08:43:54 2016 New Revision: 1744534 URL: http://svn.apache.org/viewvc?rev=1744534&view=rev Log: On java 8, update findbugs from 3.0.0 to 3.0.3.
Modified: commons/proper/email/trunk/pom.xml Modified: commons/proper/email/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1744534&r1=1744533&r2=1744534&view=diff ============================================================================== --- commons/proper/email/trunk/pom.xml (original) +++ commons/proper/email/trunk/pom.xml Thu May 19 08:43:54 2016 @@ -446,7 +446,7 @@ <jdk>1.8</jdk> </activation> <properties> - <findbugs.version>3.0.0</findbugs.version> + <findbugs.version>3.0.3</findbugs.version> </properties> </profile> </profiles>