You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2010/04/20 06:33:53 UTC

svn commit: r935799 - /servicemix/smx4/features/trunk/pom.xml

Author: ccustine
Date: Tue Apr 20 04:33:53 2010
New Revision: 935799

URL: http://svn.apache.org/viewvc?rev=935799&view=rev
Log:
Update release profile

Modified:
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=935799&r1=935798&r2=935799&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue Apr 20 04:33:53 2010
@@ -639,7 +639,7 @@
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-release-plugin</artifactId>
                   <configuration>
-                      <preparationGoals>clean,verify,install</preparationGoals>
+                      <preparationGoals>clean install</preparationGoals>
                       <goals>deploy</goals>
                       <arguments>-Prelease,deploy</arguments>
                       <autoVersionSubmodules>true</autoVersionSubmodules>