Skip to content

Commit 9e10026

Browse files
committed
Use up-to-date maven domain
See also https://stackoverflow.com/a/36156652
1 parent 87d578a commit 9e10026

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)