You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2009/10/20 16:00:16 UTC

svn commit: r827459 - /servicemix/smx4/bundles/trunk/bundles-pom/pom.xml

Author: gnodet
Date: Tue Oct 20 14:00:15 2009
New Revision: 827459

URL: http://svn.apache.org/viewvc?rev=827459&view=rev
Log:
Fix release deployment

Modified:
    servicemix/smx4/bundles/trunk/bundles-pom/pom.xml

Modified: servicemix/smx4/bundles/trunk/bundles-pom/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bundles-pom/pom.xml?rev=827459&r1=827458&r2=827459&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bundles-pom/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bundles-pom/pom.xml Tue Oct 20 14:00:15 2009
@@ -65,7 +65,7 @@
                         <useReleaseProfile>false</useReleaseProfile>
                         <preparationGoals>clean verify install</preparationGoals>
                         <goals>deploy</goals>
-                        <arguments>-Prelease,deploy -Ddeploy.altRepository=${deploy.altRepository}</arguments>
+                        <arguments>-Prelease,deploy</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
                 </plugin>