You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/12/24 19:04:30 UTC

svn commit: r729345 - /commons/proper/commons-parent/trunk/pom.xml

Author: rahul
Date: Wed Dec 24 10:04:30 2008
New Revision: 729345

URL: http://svn.apache.org/viewvc?rev=729345&view=rev
Log:
Upgrade to the 2.5 version of the Javadoc plugin to pick up MJAVADOC-202 and friends.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=729345&r1=729344&r2=729345&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Dec 24 10:04:30 2008
@@ -164,7 +164,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.5</version>
           <configuration>
             <encoding>${commons.encoding}</encoding>
             <docEncoding>${commons.docEncoding}</docEncoding>
@@ -302,7 +302,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.5</version>
         <configuration> 
           <aggregate>false</aggregate>
           <source>${maven.compile.source}</source>