You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ra...@apache.org on 2009/04/15 00:12:40 UTC

svn commit: r764980 - /maven/archetype/trunk/pom.xml

Author: rafale
Date: Tue Apr 14 22:12:40 2009
New Revision: 764980

URL: http://svn.apache.org/viewvc?rev=764980&view=rev
Log:
override default release plugin version

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=764980&r1=764979&r2=764980&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Tue Apr 14 22:12:40 2009
@@ -161,6 +161,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-release-plugin</artifactId>
+                    <version>2.0@-beta-9</version>
                     <configuration>
                         <tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase>
                         <preparationGoals>clean install</preparationGoals>