You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/04/05 11:40:10 UTC

svn commit: r645056 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Author: bentmann
Date: Sat Apr  5 02:40:09 2008
New Revision: 645056

URL: http://svn.apache.org/viewvc?rev=645056&view=rev
Log:
o Updated to modello-maven-plugin:1.0-alpha-18
  (primarily to workaround MNG-3284 and make IT job "Maven-Plugins" pass, see also https://ci.sonatype.org/job/Maven-Plugins/16/consoleText)

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=645056&r1=645055&r2=645056&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Sat Apr  5 02:40:09 2008
@@ -38,7 +38,7 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-10</version>
+        <version>1.0-alpha-18</version>
         <executions>
           <execution>
             <goals>
@@ -48,7 +48,9 @@
         </executions>
         <configuration>
           <version>1.0.0</version>
-          <model>src/main/mdo/javadocOptions.mdo</model>
+          <models>
+            <model>src/main/mdo/javadocOptions.mdo</model>
+          </models>
         </configuration>
       </plugin>
       <plugin>