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/08/15 19:05:03 UTC

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

Author: khmarbaise
Date: Fri Aug 15 17:05:03 2014
New Revision: 1618238

URL: http://svn.apache.org/r1618238
Log:
[MRAR-38]
 - Upgraded maven version to 2.2.1
 - Needed to add plexus-interpolation dependency otherwise
   an IT will fail.

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=1618238&r1=1618237&r2=1618238&view=diff
==============================================================================
--- maven/plugins/trunk/maven-rar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-rar-plugin/pom.xml Fri Aug 15 17:05:03 2014
@@ -67,7 +67,7 @@ under the License.
   </contributors>
   
   <properties>
-    <mavenVersion>2.0.6</mavenVersion>
+    <mavenVersion>2.2.1</mavenVersion>
     <mavenPluginVersion>3.2</mavenPluginVersion>
   </properties>  
 
@@ -95,6 +95,11 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-interpolation</artifactId>
+      <version>1.19</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>3.0.15</version>
     </dependency>