Repository: maven
Updated Branches:
  refs/heads/MNG-6113 [created] f668824df


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


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f668824d
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f668824d
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/f668824d

Branch: refs/heads/MNG-6113
Commit: f668824df861e06ad7fb85f79ae549d80bef387c
Parents: 13adc1b
Author: Christian Schulte <schu...@apache.org>
Authored: Tue Mar 21 00:31:53 2017 +0100
Committer: Christian Schulte <schu...@apache.org>
Committed: Tue Mar 21 00:31:53 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/org/apache/maven/model/pom-4.0.0.xml      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/f668824d/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
----------------------------------------------------------------------
diff --git 
a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml 
b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
index 9487a9a..c9770b0 100644
--- 
a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
+++ 
b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
@@ -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>
@@ -41,7 +41,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>

Reply via email to