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 vs...@apache.org on 2008/10/12 01:23:10 UTC

svn commit: r703749 - in /maven/doxia/doxia/trunk: doxia-book/pom.xml doxia-core/pom.xml

Author: vsiveton
Date: Sat Oct 11 16:23:09 2008
New Revision: 703749

URL: http://svn.apache.org/viewvc?rev=703749&view=rev
Log:
o same as r703601 about deprecated field

Modified:
    maven/doxia/doxia/trunk/doxia-book/pom.xml
    maven/doxia/doxia/trunk/doxia-core/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-book/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/pom.xml?rev=703749&r1=703748&r2=703749&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-book/pom.xml Sat Oct 11 16:23:09 2008
@@ -111,7 +111,9 @@
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
         <configuration>
-          <model>src/main/modello/book.mdo</model>
+          <models>
+            <model>src/main/modello/book.mdo</model>
+          </models>
           <version>1.0.0</version>
         </configuration>
         <executions>

Modified: maven/doxia/doxia/trunk/doxia-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/pom.xml?rev=703749&r1=703748&r2=703749&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-core/pom.xml Sat Oct 11 16:23:09 2008
@@ -118,7 +118,9 @@
         </executions>
         <configuration>
           <version>1.0.0</version>
-          <model>src/main/mdo/document.mdo</model>
+          <models>
+            <model>src/main/mdo/document.mdo</model>
+          </models>
         </configuration>
       </plugin>
     </plugins>