Author: dennisl
Date: Wed Nov 10 05:58:40 2010
New Revision: 1033366

URL: http://svn.apache.org/viewvc?rev=1033366&view=rev
Log:
o Adjust stagingSiteURL.

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1033366&r1=1033365&r2=1033366&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Wed Nov 10 05:58:40 2010
@@ -272,7 +272,7 @@ under the License.
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
           <configuration>
-            
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/doxia/${project.artifactId}-${project.version}</stagingSiteURL>
+            
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/doxia/doxia-sitetools-${project.version}</stagingSiteURL>
           </configuration>
         </plugin>
       </plugins>


Reply via email to