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 2011/06/14 11:53:54 UTC

svn commit: r1135447 - /activemq/activemq-apollo/trunk/apollo-website/pom.xml

Author: chirino
Date: Tue Jun 14 09:53:54 2011
New Revision: 1135447

URL: http://svn.apache.org/viewvc?rev=1135447&view=rev
Log:
Use the same remote server id for the website as the artifact deployment.

Modified:
    activemq/activemq-apollo/trunk/apollo-website/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=1135447&r1=1135446&r2=1135447&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Tue Jun 14 09:53:54 2011
@@ -125,7 +125,7 @@
         
         <configuration>
           <webappDirectory>${basedir}/src</webappDirectory>
-          <remoteServerId>apollo-website</remoteServerId>
+          <remoteServerId>apache.releases.https</remoteServerId>
           <remoteServerUrl>${website-base-url}/versions/${project.version}/website/</remoteServerUrl>
         </configuration>