Author: rafale Date: Tue Apr 14 22:13:17 2009 New Revision: 764981 URL: http://svn.apache.org/viewvc?rev=764981&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=764981&r1=764980&r2=764981&view=diff ============================================================================== --- maven/archetype/trunk/pom.xml (original) +++ maven/archetype/trunk/pom.xml Tue Apr 14 22:13:17 2009 @@ -161,7 +161,7 @@ <plugins> <plugin> <artifactId>maven-release-plugin</artifactId> - <version>2...@-beta-9</version> + <version>2.0-beta-9</version> <configuration> <tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase> <preparationGoals>clean install</preparationGoals>