Author: hboutemy Date: Sat Jul 16 09:24:32 2011 New Revision: 1147389 URL: http://svn.apache.org/viewvc?rev=1147389&view=rev Log: updated url to match site organization: Maven core url is not the whole site but the core subset
Modified: maven/maven-3/trunk/pom.xml maven/maven-3/trunk/src/site/site.xml Modified: maven/maven-3/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1147389&r1=1147388&r2=1147389&view=diff ============================================================================== --- maven/maven-3/trunk/pom.xml (original) +++ maven/maven-3/trunk/pom.xml Sat Jul 16 09:24:32 2011 @@ -33,7 +33,7 @@ number of other development tools for reporting or the build process. </description> - <url>http://maven.apache.org/</url> + <url>http://maven.apache.org/ref/${project.version}/</url> <inceptionYear>2001</inceptionYear> <properties> Modified: maven/maven-3/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/src/site/site.xml?rev=1147389&r1=1147388&r2=1147389&view=diff ============================================================================== --- maven/maven-3/trunk/src/site/site.xml (original) +++ maven/maven-3/trunk/src/site/site.xml Sat Jul 16 09:24:32 2011 @@ -22,6 +22,10 @@ under the License. <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"> <body> + <breadcrumbs> + <item name="Ref" href="../" /> + </breadcrumbs> + <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="JavaDocs" href="apidocs/index.html"/> @@ -30,8 +34,8 @@ under the License. </menu> <menu name="Development"> - <item name="Maven Developer Centre" href="/developers/index.html"/> - <item name="Maven Core ITs" href="/core-its/index.html"/> + <item name="Maven Developer Centre" href="../../developers/index.html"/> + <item name="Maven Core ITs" href="../../core-its/index.html"/> </menu> <menu ref="modules"/>