[MNG-5164] Odd <name> of central in superpom

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2011-09-04 11:19:31 +00:00
parent 8c24208875
commit b0b09940c1
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ under the License.
<repositories>
<repository>
<id>central</id>
<name>Maven Repository Switchboard</name>
<name>Central Repository</name>
<url>http://repo1.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
@ -38,7 +38,7 @@ under the License.
<pluginRepositories>
<pluginRepository>
<id>central</id>
<name>Maven Plugin Repository</name>
<name>Central Repository</name>
<url>http://repo1.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>