updated url to match site organization: Maven core url is not the whole site but the core subset

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1147389 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2011-07-16 09:24:32 +00:00
parent 4a6f81e64e
commit 3c3b778d03
2 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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"/>