You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2008/04/14 16:38:27 UTC

svn commit: r647817 - /activemq/trunk/pom.xml

Author: chirino
Date: Mon Apr 14 07:38:23 2008
New Revision: 647817

URL: http://svn.apache.org/viewvc?rev=647817&view=rev
Log:
making the staging config a little more consistent with the site config

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=647817&r1=647816&r2=647817&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Mon Apr 14 07:38:23 2008
@@ -30,7 +30,7 @@
   <name>ActiveMQ</name>
 
   <properties>
-    <siteId>activemq</siteId>
+    <siteId>activemq-${version}</siteId>
     <projectName>Apache ActiveMQ</projectName>
     <!-- base url for site deployment.  See distribution management for full url.  Override this in settings.xml for staging -->
     <staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL>
@@ -1210,7 +1210,7 @@
             <artifactId>maven-deploy-plugin</artifactId>
             <inherited>true</inherited>
             <configuration>
-              <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
+                <altDeploymentRepository>${staging.altRepository}/${siteId}</altDeploymentRepository>
               <updateReleaseInfo>true</updateReleaseInfo>
             </configuration>
           </plugin>