Backported release config changes from trunk

git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@647819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-04-14 14:42:47 +00:00
parent 16f40619f5
commit 8706fcdc3a
1 changed files with 2 additions and 2 deletions

View File

@ -1054,7 +1054,7 @@
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
<inherited>true</inherited> <inherited>true</inherited>
<configuration> <configuration>
<altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository> <altDeploymentRepository>${staging.altRepository}/${siteId}</altDeploymentRepository>
<updateReleaseInfo>true</updateReleaseInfo> <updateReleaseInfo>true</updateReleaseInfo>
</configuration> </configuration>
</plugin> </plugin>
@ -1123,7 +1123,7 @@
</profiles> </profiles>
<properties> <properties>
<siteId>activemq</siteId> <siteId>activemq-${activemq-version}</siteId>
<projectName>Apache ActiveMQ</projectName> <projectName>Apache ActiveMQ</projectName>
<!-- base url for site deployment. See distribution management for full url. Override this in settings.xml for staging --> <!-- 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> <staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL>