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 2014/10/18 08:04:36 UTC

svn commit: r1632731 - in /maven/plugins/trunk/maven-rar-plugin: maven-archiver/ maven-archiver/pom.properties pom.xml

Author: krosenvold
Date: Sat Oct 18 06:04:36 2014
New Revision: 1632731

URL: http://svn.apache.org/r1632731
Log:
[MRAR-41] Updated p-i and p-a

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

Added: maven/plugins/trunk/maven-rar-plugin/maven-archiver/pom.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-rar-plugin/maven-archiver/pom.properties?rev=1632731&view=auto
==============================================================================
--- maven/plugins/trunk/maven-rar-plugin/maven-archiver/pom.properties (added)
+++ maven/plugins/trunk/maven-rar-plugin/maven-archiver/pom.properties Sat Oct 18 06:04:36 2014
@@ -0,0 +1,5 @@
+#Generated by Maven
+#Sat Oct 18 07:16:14 CEST 2014
+version=1.0-SNAPSHOT
+groupId=org.apache.maven.test
+artifactId=maven-rar-test

Modified: maven/plugins/trunk/maven-rar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-rar-plugin/pom.xml?rev=1632731&r1=1632730&r2=1632731&view=diff
==============================================================================
--- maven/plugins/trunk/maven-rar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-rar-plugin/pom.xml Sat Oct 18 06:04:36 2014
@@ -96,7 +96,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.19</version>
+      <version>1.21</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -112,7 +112,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>2.7</version>
+      <version>2.7.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>