You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/05/07 00:02:22 UTC

svn commit: r1100398 - /maven/pom/trunk/asf/pom.xml

Author: hboutemy
Date: Fri May  6 22:02:21 2011
New Revision: 1100398

URL: http://svn.apache.org/viewvc?rev=1100398&view=rev
Log:
updated maven-javadoc-plugin to 2.8

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

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1100398&r1=1100397&r2=1100398&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Fri May  6 22:02:21 2011
@@ -101,7 +101,7 @@ under the License.
   </scm>
 
   <build>
-     <pluginManagement>
+    <pluginManagement>
       <plugins>
         <!-- set versions of common plugins for reproducibility, ordered alphabetically -->
         <plugin>
@@ -175,8 +175,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <!-- NOTE: 2.6.x is generally unusuable due to MJAVADOC-275 -->
-          <version>2.5</version>
+          <version>2.8</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>