Author: ggregory
Date: Fri Aug 24 14:30:29 2012
New Revision: 1376942

URL: http://svn.apache.org/viewvc?rev=1376942&view=rev
Log:
- Update commons-parent to 26 from 25.
- Update findbugs-maven-plugin to 2.5.2 from 2.4.

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=1376942&r1=1376941&r2=1376942&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Fri Aug 24 14:30:29 2012
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>25</version>
+    <version>26</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
@@ -301,7 +301,7 @@ file comparators, endian transformation 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.4.0</version>
+        <version>2.5.2</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>


Reply via email to