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 2016/06/09 20:14:45 UTC

svn commit: r1747590 - /commons/proper/imaging/trunk/pom.xml

Author: ggregory
Date: Thu Jun  9 20:14:45 2016
New Revision: 1747590

URL: http://svn.apache.org/viewvc?rev=1747590&view=rev
Log:
findbugs-maven-plugin 2.5.5 -> 3.0.3.

Modified:
    commons/proper/imaging/trunk/pom.xml

Modified: commons/proper/imaging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1747590&r1=1747589&r2=1747590&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Thu Jun  9 20:14:45 2016
@@ -212,7 +212,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.5</version>
+        <version>3.0.3</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>