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...@-beta-9</version> <configuration> <tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase> <preparationGoals>clean install</preparationGoals>