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 2008/12/13 12:04:12 UTC

svn commit: r726188 - /maven/components/branches/maven-2.0.10-RC/pom.xml

Author: hboutemy
Date: Sat Dec 13 03:04:12 2008
New Revision: 726188

URL: http://svn.apache.org/viewvc?rev=726188&view=rev
Log:
[MNG-3898] upgraded Modello to 1.0-alpha-22 to fix project site generation failure (merged r726187 from 2.0.x branch)

Modified:
    maven/components/branches/maven-2.0.10-RC/pom.xml

Modified: maven/components/branches/maven-2.0.10-RC/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/pom.xml?rev=726188&r1=726187&r2=726188&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/pom.xml Sat Dec 13 03:04:12 2008
@@ -180,7 +180,7 @@
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.0-alpha-13</version>
+          <version>1.0-alpha-22</version>
           <executions>
             <execution>
               <id>site-docs</id>