You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/01/24 21:40:11 UTC

svn commit: r1235484 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Author: krosenvold
Date: Tue Jan 24 20:40:10 2012
New Revision: 1235484

URL: http://svn.apache.org/viewvc?rev=1235484&view=rev
Log:
o Upped all versions for release

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

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1235484&r1=1235483&r2=1235484&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Tue Jan 24 20:40:10 2012
@@ -51,7 +51,7 @@ under the License.
   </issueManagement>
 
   <properties>
-    <mavenArchiverVersion>2.5-SNAPSHOT</mavenArchiverVersion>
+    <mavenArchiverVersion>2.5</mavenArchiverVersion>
     <mavenFilteringVersion>1.0-beta-2</mavenFilteringVersion>
     <mavenVersion>2.0.6</mavenVersion>
   </properties>
@@ -100,12 +100,12 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.2</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>2.0.2</version>
+      <version>2.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
@@ -120,7 +120,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.13</version>
+      <version>1.15</version>
     </dependency>
 
     <dependency>