This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new e33e900469 [MNG-6113] Restore 'Maven Central Repository' name (lost 
with #1139) (#2054)
e33e900469 is described below

commit e33e9004692902b20dcc333af4ab5866dd3b260e
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Jan 22 08:44:50 2025 +0100

    [MNG-6113] Restore 'Maven Central Repository' name (lost with #1139) (#2054)
---
 apache-maven/src/assembly/maven/conf/settings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apache-maven/src/assembly/maven/conf/settings.xml 
b/apache-maven/src/assembly/maven/conf/settings.xml
index 9c7d69dc29..8082c649c1 100644
--- a/apache-maven/src/assembly/maven/conf/settings.xml
+++ b/apache-maven/src/assembly/maven/conf/settings.xml
@@ -173,7 +173,7 @@ under the License.
   <repositories>
     <repository>
       <id>central</id>
-      <name>Central Repository</name>
+      <name>Maven Central Repository</name>
       <url>${maven.repo.central}</url>
       <snapshots>
         <enabled>false</enabled>
@@ -187,7 +187,7 @@ under the License.
   <pluginRepositories>
     <pluginRepository>
       <id>central</id>
-      <name>Central Repository</name>
+      <name>Maven Central Repository</name>
       <url>${maven.repo.central}</url>
       <snapshots>
         <enabled>false</enabled>

Reply via email to