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 lt...@apache.org on 2008/02/16 12:36:38 UTC

svn commit: r628265 - /maven/doxia/doxia/trunk/doxia-book/pom.xml

Author: ltheussl
Date: Sat Feb 16 03:36:36 2008
New Revision: 628265

URL: http://svn.apache.org/viewvc?rev=628265&view=rev
Log:
Pin down modello version

Modified:
    maven/doxia/doxia/trunk/doxia-book/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=628265&r1=628264&r2=628265&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-book/pom.xml Sat Feb 16 03:36:36 2008
@@ -106,6 +106,7 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
+        <version>1.0-alpha-17</version>
         <configuration>
           <model>src/main/modello/book.mdo</model>
           <version>1.0.0</version>