You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/08/05 23:56:48 UTC

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

Author: aheritier
Date: Tue Aug  5 14:56:48 2008
New Revision: 682982

URL: http://svn.apache.org/viewvc?rev=682982&view=rev
Log:
Set modello plugin version to use in parent

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=682982&r1=682981&r2=682982&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Aug  5 14:56:48 2008
@@ -231,6 +231,11 @@
           <artifactId>clirr-maven-plugin</artifactId>
           <version>2.2.2</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.modello</groupId>
+          <artifactId>modello-maven-plugin</artifactId>
+          <version>1.0-alpha-18</version>
+        </plugin>
         <!-- set versions of common reporting plugins for site reproducibility, ordered alphabetically -->
         <!-- won't help until MNG-3385 is fixed
         <plugin>