You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by hb...@apache.org on 2008/10/31 23:38:16 UTC

svn commit: r709588 - /maven/doxia/doxia/trunk/pom.xml

Author: hboutemy
Date: Fri Oct 31 15:38:16 2008
New Revision: 709588

URL: http://svn.apache.org/viewvc?rev=709588&view=rev
Log:
use maven-javadoc-plugin version defined in parent pom

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=709588&r1=709587&r2=709588&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Fri Oct 31 15:38:16 2008
@@ -208,7 +208,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.2</version>
         <configuration>
           <source>1.4</source>
           <aggregate>true</aggregate>