From 9723d47d311b3e6dd560cc795aff28fea83c2a40 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 20 Jan 2025 10:57:47 +0100 Subject: [PATCH] [MNG-6113] Restore 'Maven Central Repository' name (lost with #1139) --- 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 9c7d69dc29bc..8082c649c136 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. central - Central Repository + Maven Central Repository ${maven.repo.central} false @@ -187,7 +187,7 @@ under the License. central - Central Repository + Maven Central Repository ${maven.repo.central} false