You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/10/23 02:49:10 UTC

svn commit: r587339 - /maven/plugins/trunk/pom.xml

Author: carlos
Date: Mon Oct 22 17:49:09 2007
New Revision: 587339

URL: http://svn.apache.org/viewvc?rev=587339&view=rev
Log:
Use release plugin version from parent

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=587339&r1=587338&r2=587339&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Mon Oct 22 17:49:09 2007
@@ -135,7 +135,6 @@
       <plugins>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-4</version>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
           </configuration>