mirror of https://github.com/apache/maven.git
[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:
parent
8c24208875
commit
b0b09940c1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue