You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/12/07 18:35:08 UTC

svn commit: r1643704 - /maven/plugins/trunk/maven-rar-plugin/pom.xml

Author: khmarbaise
Date: Sun Dec  7 17:35:07 2014
New Revision: 1643704

URL: http://svn.apache.org/r1643704
Log:
[MRAR-43] Upgrade maven-archiver to 2.6

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

Modified: maven/plugins/trunk/maven-rar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-rar-plugin/pom.xml?rev=1643704&r1=1643703&r2=1643704&view=diff
==============================================================================
--- maven/plugins/trunk/maven-rar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-rar-plugin/pom.xml Sun Dec  7 17:35:07 2014
@@ -106,7 +106,11 @@ under the License.
       <artifactId>maven-filtering</artifactId>
       <version>1.3</version>
     </dependency>
-    <!-- Added the following dependency till maven-archiver will updated to 2.6 -->
+    <!--
+      ! The following dependency is necessary cause
+      ! maven-archiver contains a different version of
+      ! plexus-archiver (2.8.1).
+    -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
@@ -115,7 +119,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>2.5</version>
+      <version>2.6</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>