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 2008/02/02 00:25:41 UTC

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

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>