mirror of https://github.com/apache/activemq.git
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:
parent
16f40619f5
commit
8706fcdc3a
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue