[MNG-6113] Rename the 'Central Repository' to 'Maven Central Repository' in the 4.0.0 super POM

This commit is contained in:
Christian Schulte 2016-11-11 22:05:36 +01:00 committed by Michael Osipov
parent a242c1a912
commit c3dba0e5ba
1 changed files with 2 additions and 2 deletions

View File

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