You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2011/11/11 00:27:39 UTC

svn commit: r1200618 - /turbine/maven/turbine-parent/trunk/pom.xml

Author: sgoeschl
Date: Thu Nov 10 23:27:38 2011
New Revision: 1200618

URL: http://svn.apache.org/viewvc?rev=1200618&view=rev
Log:
Fixing site directory for release candidate profile

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1200618&r1=1200617&r2=1200618&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Thu Nov 10 23:27:38 2011
@@ -473,12 +473,12 @@
         <repository>
           <id>apache.releases</id>
           <name>Apache Turbine Release Candidate Staging Repository</name>
-          <url>${turbine.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/turbine/core/${turbine.release.version}/${turbine.rc.version}/staged</url>
+          <url>${turbine.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/turbine/maven/turbine-parent/${turbine.release.version}/${turbine.rc.version}/staged</url>
         </repository>
         <site>
           <id>apache.website</id>
           <name>Apache Turbine Release Candidate Staging Site</name>
-          <url>${turbine.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/turbine/core/${turbine.release.version}/${turbine.rc.version}/site</url>
+          <url>${turbine.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/turbine/maven/turbine-parent/${turbine.release.version}/${turbine.rc.version}/site</url>
         </site>
       </distributionManagement>
       <build>