mirror of https://github.com/apache/maven.git
fix website refs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@349349 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b54300da4
commit
54039076f9
4
pom.xml
4
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<name>Maven</name>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description>
|
||||
<url>http://maven.apache.org/maven2/</url>
|
||||
<url>http://maven.apache.org/</url>
|
||||
<issueManagement>
|
||||
<system>jira</system>
|
||||
<url>http://jira.codehaus.org/browse/MNG</url>
|
||||
|
@ -262,7 +262,7 @@
|
|||
</snapshotRepository>
|
||||
<site>
|
||||
<id>website</id>
|
||||
<url>scp://minotaur.apache.org/www/maven.apache.org/maven2/</url>
|
||||
<url>scp://minotaur.apache.org/www/maven.apache.org/</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
<reporting>
|
||||
|
|
Loading…
Reference in New Issue