You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/08/28 07:21:38 UTC

svn commit: r437536 - /maven/plugins/trunk/maven-jar-plugin/pom.xml

Author: jvanzyl
Date: Sun Aug 27 22:21:37 2006
New Revision: 437536

URL: http://svn.apache.org/viewvc?rev=437536&view=rev
Log:
o updating the parent POM to a release version

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

Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=437536&r1=437535&r2=437536&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Sun Aug 27 22:21:37 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-jar-plugin</artifactId>