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 23:08:57 UTC

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

Author: ggregory
Date: Wed May 22 21:08:56 2013
New Revision: 1485425

URL: http://svn.apache.org/r1485425
Log:
Pick up Javadoc plugin version from parent POM.

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=1485425&r1=1485424&r2=1485425&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 21:08:56 2013
@@ -294,7 +294,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.9</version>
           <configuration>
             <links>
               <link>http://java.sun.com/j2se/1.5.0/docs/api</link>