Author: chirino
Date: Fri Oct 29 16:20:52 2010
New Revision: 1028822
URL: http://svn.apache.org/viewvc?rev=1028822&view=rev
Log:
adjust where the website stuff gets deployed to.
Modified:
activemq/activemq-apollo/trunk/apollo-website/pom.xml
activemq/activemq-apollo/trunk/pom.xml
Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1028822&r1=1028821&r2=1028822&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Fri Oct 29 16:20:52
2010
@@ -116,7 +116,7 @@
<configuration>
<remoteServerId>apollo-website</remoteServerId>
-
<remoteServerUrl>${website-base-url}/version/${project.version}/website/</remoteServerUrl>
+
<remoteServerUrl>${website-base-url}/versions/${project.version}/website/</remoteServerUrl>
</configuration>
<executions>
Modified: activemq/activemq-apollo/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1028822&r1=1028821&r2=1028822&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Fri Oct 29 16:20:52 2010
@@ -140,7 +140,7 @@
<site>
<!-- this needs to match a server in your settings.xml with upload
settings -->
<id>apollo-website</id>
- <url>${website-base-url}/version/${project.version}/maven/</url>
+ <url>${website-base-url}/versions/${project.version}/maven/</url>
</site>
</distributionManagement>