Author: dennisl
Date: Wed Feb 18 00:02:24 2009
New Revision: 745304

URL: http://svn.apache.org/viewvc?rev=745304&view=rev
Log:
[MWAR-185] Upgrade to Maven Archiver 2.4

Modified:
    maven/plugins/trunk/maven-war-plugin/pom.xml
    
maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/war-manifest-guide.apt

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=745304&r1=745303&r2=745304&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Wed Feb 18 00:02:24 2009
@@ -34,16 +34,16 @@
 
   <name>Maven WAR Plugin</name>
   <description>Builds a Web Application Archive (WAR) file from the project 
output and its dependencies.</description>
-  
+
   <prerequisites>
     <maven>2.0.6</maven>
   </prerequisites>
-  
+
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-war-plugin/</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-war-plugin/</developerConnection>
     
<url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/</url>
-  </scm>  
+  </scm>
   <issueManagement>
     <system>JIRA</system>
     <url>http://jira.codehaus.org/browse/MWAR</url>
@@ -63,7 +63,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>2.3</version>
+      <version>2.4</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -94,7 +94,7 @@
           <artifactId>plexus-component-api</artifactId>
         </exclusion>
       </exclusions>
-    </dependency>        
+    </dependency>
 
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
@@ -106,14 +106,14 @@
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>1.5.5</version>
-    </dependency>    
-        
+    </dependency>
+
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-filtering</artifactId>
-      <version>1.0-beta-2</version>    
+      <version>1.0-beta-2</version>
     </dependency>
-   
+
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: 
maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/war-manifest-guide.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/war-manifest-guide.apt?rev=745304&r1=745303&r2=745304&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/war-manifest-guide.apt
 (original)
+++ 
maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/war-manifest-guide.apt
 Wed Feb 18 00:02:24 2009
@@ -31,6 +31,7 @@
  The manifest can be customized by configuring the war plugin's archiver. For 
full information on the different
  configuration options available check the documentation for
  {{{http://maven.apache.org/shared/maven-archiver/index.html}Maven Archiver}}.
+ This version of Maven WAR Plugin uses Maven Archiver 2.4.
 
 +--------------------+
 <project>


Reply via email to