Skip to content

Commit

Permalink
[MNG-6113] Restore 'Maven Central Repository' name (lost with #1139) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet authored Jan 22, 2025
1 parent ee8b818 commit e33e900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apache-maven/src/assembly/maven/conf/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit e33e900

Please sign in to comment.