mirror of https://github.com/apache/maven.git
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:
parent
4a6f81e64e
commit
3c3b778d03
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue