8000 Use up-to-date maven domain (#39137) · github/docs@dad6d17 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit dad6d17

Browse files
authored
Use up-to-date maven domain (#39137)
1 parent 87d578a commit dad6d17

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