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 2006/09/26 22:29:20 UTC

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

Author: jdcasey
Date: Tue Sep 26 13:29:19 2006
New Revision: 450184

URL: http://svn.apache.org/viewvc?view=rev&rev=450184
Log:
changing parent version to 2.

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?view=diff&rev=450184&r1=450183&r2=450184
==============================================================================
--- maven/plugins/trunk/maven-rar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-rar-plugin/pom.xml Tue Sep 26 13:29:19 2006
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2-SNAPSHOT</version>
+    <version>2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-rar-plugin</artifactId>