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 hb...@apache.org on 2009/01/22 22:59:10 UTC

svn commit: r736816 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml

Author: hboutemy
Date: Thu Jan 22 13:59:10 2009
New Revision: 736816

URL: http://svn.apache.org/viewvc?rev=736816&view=rev
Log:
replace deprecated model parameter of modello-maven-plugin with models

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml?rev=736816&r1=736815&r2=736816&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Thu Jan 22 13:59:10 2009
@@ -57,7 +57,9 @@
               <goal>xsd</goal>
             </goals>
             <configuration>
-              <model>src/main/mdo/decoration.mdo</model>
+              <models>
+                <model>src/main/mdo/decoration.mdo</model>
+              </models>
               <version>1.0.0</version>
             </configuration>
           </execution>
@@ -69,7 +71,9 @@
               <goal>xsd</goal>
             </goals>
             <configuration>
-              <model>src/main/mdo/decoration.mdo</model>
+              <models>
+                <model>src/main/mdo/decoration.mdo</model>
+              </models>
               <version>1.0.0</version>
             </configuration>
           </execution>