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 2018/09/27 21:44:44 UTC

svn commit: r1842177 - /commons/proper/configuration/trunk/pom.xml

Author: ggregory
Date: Thu Sep 27 21:44:43 2018
New Revision: 1842177

URL: http://svn.apache.org/viewvc?rev=1842177&view=rev
Log:
findbugs-maven-plugin 3.0.4 to 3.0.5.

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

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1842177&r1=1842176&r2=1842177&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Sep 27 21:44:43 2018
@@ -823,7 +823,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.4</version>
+        <version>3.0.5</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>