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 2013/05/22 19:11:01 UTC

svn commit: r1485288 - /commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Author: ggregory
Date: Wed May 22 17:11:01 2013
New Revision: 1485288

URL: http://svn.apache.org/r1485288
Log:
Updates to build with current commons-parent version.

Modified:
    commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Modified: commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml?rev=1485288&r1=1485287&r2=1485288&view=diff
==============================================================================
--- commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml (original)
+++ commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml Wed May 22 17:11:01 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>15</version>
+    <version>29</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbcp</groupId>
@@ -279,7 +279,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.1</version>
+          <version>2.5.2</version>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>
@@ -289,17 +289,17 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>cobertura-maven-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.5.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.5</version>
+          <version>2.9</version>
           <configuration>
             <links>
               <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-              <link>http://commons.apache.org/pool/api-1.5.6</link>
-              <link>http://java.sun.com/j2ee/sdk_1.3/techdocs/api</link>
+              <link>http://commons.apache.org/pool/api-1.5.7</link>
+              <link>http://docs.oracle.com/javaee/1.3/api/</link>
             </links>
           </configuration>
         </plugin>