You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2009/02/09 15:21:05 UTC

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

Author: gertv
Date: Mon Feb  9 14:21:04 2009
New Revision: 742516

URL: http://svn.apache.org/viewvc?rev=742516&view=rev
Log:
Remove alias property for altDeploymentRepository

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=742516&r1=742515&r2=742516&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bundles-pom/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bundles-pom/pom.xml Mon Feb  9 14:21:04 2009
@@ -175,7 +175,6 @@
                         <artifactId>maven-deploy-plugin</artifactId>
                         <version>2.3</version>
                         <configuration>
-                            <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
                             <updateReleaseInfo>true</updateReleaseInfo>
                         </configuration>
                     </plugin>