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 2012/08/24 16:49:14 UTC

svn commit: r1376949 - /commons/proper/pool/branches/POOL_1_X/pom.xml

Author: ggregory
Date: Fri Aug 24 14:49:14 2012
New Revision: 1376949

URL: http://svn.apache.org/viewvc?rev=1376949&view=rev
Log:
- Update commons-parent to 26 from 25.
- Update maven-site-plugin to 3.1 from 3.0.
- Update findbugs-maven-plugin to 2.5.2 from 2.5.1.

Modified:
    commons/proper/pool/branches/POOL_1_X/pom.xml

Modified: commons/proper/pool/branches/POOL_1_X/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/pom.xml?rev=1376949&r1=1376948&r2=1376949&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/pom.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/pom.xml Fri Aug 24 14:49:14 2012
@@ -23,7 +23,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-pool</groupId>
@@ -156,7 +156,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.0</version>
+          <version>3.1</version>
           <dependencies>
             <dependency>
               <!-- add support for ssh/scp -->
@@ -270,7 +270,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.5.1</version>
+          <version>2.5.2</version>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>