8000 Merge pull request #56455 from github/repo-sync · github/docs@7eb43ba · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 7eb43ba

Browse files
authored
Merge pull request #56455 from github/repo-sync
Repo sync
2 parents d3b3af0 + dad6d17 commit 7eb43ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If your instance has subdomain isolation enabled:
6565
<repositories>
6666
<repository>
6767
<id>central</id>
68-
<url>https://repo1.maven.org/maven2</url>
68+
<url>https://repo.maven.apache.org/maven2</url>
6969
</repository>
7070
<repository>
7171
<id>github</id>
@@ -107,7 +107,7 @@ If your instance has subdomain isolation disabled:
107107
<repositories>
108108
<repository>
109109
<id>central</id>
110-
<url>https://repo1.maven.org/maven2</url>
110+
<url>https://repo.maven.apache.org/maven2</url>
111111
</repository>
112112
<repository>
113113
<id>github</id>

0 commit comments

Comments
 (0)
0