You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/08/07 03:06:03 UTC

svn commit: r683456 - /maven/pom/trunk/maven/pom.xml

Author: olamy
Date: Wed Aug  6 18:06:03 2008
New Revision: 683456

URL: http://svn.apache.org/viewvc?rev=683456&view=rev
Log:
use modello-maven-plugin  released version

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=683456&r1=683455&r2=683456&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Wed Aug  6 18:06:03 2008
@@ -239,7 +239,7 @@
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.0-alpha-21-SNAPSHOT</version>
+          <version>1.0-alpha-21</version>
         </plugin>
         <!-- set versions of common reporting plugins for site reproducibility, ordered alphabetically -->
         <!-- won't help until MNG-3385 is fixed