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 16:19:46 UTC

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

Author: gertv
Date: Mon Feb  9 15:19:45 2009
New Revision: 742557

URL: http://svn.apache.org/viewvc?rev=742557&view=rev
Log:
Propagating the deploy.altRepository property should do the trick

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=742557&r1=742556&r2=742557&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bundles-pom/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bundles-pom/pom.xml Mon Feb  9 15:19:45 2009
@@ -21,15 +21,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-	    <groupId>org.apache.servicemix</groupId>
-	    <artifactId>servicemix-pom</artifactId>
-	    <version>2</version>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-pom</artifactId>
+      <version>2</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>bundles-pom</artifactId>
     <packaging>pom</packaging>
-    <version>4-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
     <name>Apache ServiceMix Bundles</name>
 
     <properties>
@@ -65,7 +65,7 @@
                         <useReleaseProfile>false</useReleaseProfile>
                         <preparationGoals>clean verify install</preparationGoals>
                         <goals>deploy</goals>
-                        <arguments>-Prelease,deploy -DaltDeploymentRepository=${altDeploymentRepository}</arguments>
+                        <arguments>-Prelease,deploy -Ddeploy.altRepository=${deploy.altRepository}</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
                 </plugin>