You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bd...@apache.org on 2011/01/11 19:34:25 UTC

svn commit: r1057787 - /maven/indexer/trunk/pom.xml

Author: bdemers
Date: Tue Jan 11 18:34:25 2011
New Revision: 1057787

URL: http://svn.apache.org/viewvc?rev=1057787&view=rev
Log:
trying to fix build problem, updating javadoc plugin

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1057787&r1=1057786&r2=1057787&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Tue Jan 11 18:34:25 2011
@@ -170,7 +170,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.6.1</version>
+        <version>2.7</version>
         <configuration>
           <overview>/src/main/java/overview-summary.html</overview>
         </configuration>