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/09/26 22:32:34 UTC

svn commit: r450186 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Tue Sep 26 13:32:33 2006
New Revision: 450186

URL: http://svn.apache.org/viewvc?view=rev&rev=450186
Log:
(GERONIMO-2408) Update to maven-rar-plugin 2.2-SNAPSHOT to avoid including .svn junk in rars

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=450186&r1=450185&r2=450186
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Sep 26 13:32:33 2006
@@ -939,7 +939,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-rar-plugin</artifactId>
-                    <version>2.1</version>
+                    <version>2.2-SNAPSHOT</version>
                     <configuration>
                         <archive>
                             <!-- Do not include META-INF/maven to avoid long file problems on windows -->