You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/05/22 14:29:42 UTC

svn commit: r1681090 - /commons/proper/io/trunk/pom.xml

Author: britter
Date: Fri May 22 12:29:41 2015
New Revision: 1681090

URL: http://svn.apache.org/r1681090
Log:
Use findbugs version defined in parent pom

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

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1681090&r1=1681089&r2=1681090&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Fri May 22 12:29:41 2015
@@ -339,7 +339,7 @@ file comparators, endian transformation
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.5</version>
+        <version>${commons.findbugs.version}</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>