You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2009/02/20 00:28:51 UTC

svn commit: r746053 - /maven/plugins/tags/maven-plugins-13/pom.xml

Author: brianf
Date: Thu Feb 19 23:28:51 2009
New Revision: 746053

URL: http://svn.apache.org/viewvc?rev=746053&view=rev
Log:
fix the version in the tag

Modified:
    maven/plugins/tags/maven-plugins-13/pom.xml

Modified: maven/plugins/tags/maven-plugins-13/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-13/pom.xml?rev=746053&r1=746052&r2=746053&view=diff
==============================================================================
--- maven/plugins/tags/maven-plugins-13/pom.xml (original)
+++ maven/plugins/tags/maven-plugins-13/pom.xml Thu Feb 19 23:28:51 2009
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-plugins</artifactId>
-  <version>13-SNAPSHOT</version>
+  <version>13</version>
   <packaging>pom</packaging>
 
   <name>Maven Plugins</name>