You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2005/12/19 21:21:38 UTC

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

Author: jdcasey
Date: Mon Dec 19 12:21:34 2005
New Revision: 357775

URL: http://svn.apache.org/viewcvs?rev=357775&view=rev
Log:
bumping parent to 2.0.1 to take advantage of the scpexe changes.

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

Modified: maven/plugins/trunk/maven-rar-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-rar-plugin/pom.xml?rev=357775&r1=357774&r2=357775&view=diff
==============================================================================
--- maven/plugins/trunk/maven-rar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-rar-plugin/pom.xml Mon Dec 19 12:21:34 2005
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2.0</version>
+    <version>2.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-rar-plugin</artifactId>
@@ -20,4 +20,4 @@
       <version>2.0.1</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>