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

svn commit: r684106 - /maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-webapp/pom.xml

Author: bentmann
Date: Fri Aug  8 14:36:55 2008
New Revision: 684106

URL: http://svn.apache.org/viewvc?rev=684106&view=rev
Log:
o Fixed IT to use plugin under test

Modified:
    maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-webapp/pom.xml

Modified: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-webapp/pom.xml?rev=684106&r1=684105&r2=684106&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-webapp/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-webapp/pom.xml Fri Aug  8 14:36:55 2008
@@ -32,7 +32,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
-        <version>2.1-alpha-2-SNAPSHOT</version>
         <configuration>
           <attachClasses>true</attachClasses>
         </configuration>