You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/07/21 22:28:40 UTC

svn commit: r424446 - /geronimo/sandbox/svkmerge/m2migration/pom.xml

Author: jdillon
Date: Fri Jul 21 13:28:39 2006
New Revision: 424446

URL: http://svn.apache.org/viewvc?rev=424446&view=rev
Log:
Use known version of the ear plugin

Modified:
    geronimo/sandbox/svkmerge/m2migration/pom.xml

Modified: geronimo/sandbox/svkmerge/m2migration/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/pom.xml?rev=424446&r1=424445&r2=424446&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/pom.xml Fri Jul 21 13:28:39 2006
@@ -693,6 +693,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-ear-plugin</artifactId>
+                    <version>2.2</version>
                     <configuration>
                         <archive>
                             <!-- Do not include META-INF/maven to avoid long file problems on windows -->