Author: ggregory
Date: Wed Mar  7 05:01:08 2018
New Revision: 1826075

URL: http://svn.apache.org/viewvc?rev=1826075&view=rev
Log:
Update FindBugs from 2.5.5 to 3.0.5.

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=1826075&r1=1826074&r2=1826075&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Mar  7 05:01:08 2018
@@ -307,7 +307,7 @@
         
         <powermock.version>1.7.3</powermock.version>
         <easymock.version>3.5.1</easymock.version>
-        <findbugs.version>2.5.5</findbugs.version>
+        <findbugs.version>3.0.5</findbugs.version>
     </properties> 
 
     <build>
@@ -489,18 +489,7 @@
                     
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
                 </site>
             </distributionManagement>
-        </profile>
-        
-               <profile>
-                       <!-- Use a profile to detect if we are running in a 
Java 1.8 environment.
-                            Use different versions of easymock/powermock, 
otherwise the test execution will fail -->
-                   <id>test_java_8</id>
-               <activation>
-                       <jdk>1.8</jdk>
-               </activation>
-               <properties>
-                <findbugs.version>3.0.3</findbugs.version>
-               </properties>
-               </profile>        
+        </profile>        
     </profiles>
+    
 </project>


Reply via email to