Author: rafale
Date: Fri Feb 1 15:25:35 2008
New Revision: 617706
URL: http://svn.apache.org/viewvc?rev=617706&view=rev
Log:
upgrading the release build
Modified:
maven/archetype/trunk/pom.xml
Modified: maven/archetype/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=617706&r1=617705&r2=617706&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Fri Feb 1 15:25:35 2008
@@ -313,7 +313,7 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase>
- <preparationGoals>clean install
verify</preparationGoals>
+ <preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>
<plugin>