Author: dennisl
Date: Thu Mar  1 12:32:12 2007
New Revision: 513486

URL: http://svn.apache.org/viewvc?view=rev&rev=513486
Log:
o Update the dependency on modello so that MASSEMBLY-169 can make use of the 
new features in there.

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?view=diff&rev=513486&r1=513485&r2=513486
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu Mar  1 12:32:12 2007
@@ -132,7 +132,7 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-8</version>
+        <version>1.0-alpha-14</version>
         <executions>
           <execution>
             <id>descriptor</id>
@@ -361,6 +361,6 @@
       <version>1.0-FCS</version>
       <scope>test</scope>
     </dependency>
-  </dependencies>
+  </dependencies> 
 </project>
 


Reply via email to