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:42:51 UTC

svn commit: r647819 - /activemq/branches/activemq-4.1/pom.xml

Author: chirino
Date: Mon Apr 14 07:42:47 2008
New Revision: 647819

URL: http://svn.apache.org/viewvc?rev=647819&view=rev
Log:
Backported release config changes from trunk

Modified:
    activemq/branches/activemq-4.1/pom.xml

Modified: activemq/branches/activemq-4.1/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/pom.xml?rev=647819&r1=647818&r2=647819&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/pom.xml (original)
+++ activemq/branches/activemq-4.1/pom.xml Mon Apr 14 07:42:47 2008
@@ -1054,7 +1054,7 @@
             <artifactId>maven-deploy-plugin</artifactId>
             <inherited>true</inherited>
             <configuration>
-              <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
+              <altDeploymentRepository>${staging.altRepository}/${siteId}</altDeploymentRepository>
               <updateReleaseInfo>true</updateReleaseInfo>
             </configuration>
           </plugin>
@@ -1123,7 +1123,7 @@
   </profiles>
 
   <properties>
-    <siteId>activemq</siteId>
+    <siteId>activemq-${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>