We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d578a commit dad6d17Copy full SHA for dad6d17
content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md
@@ -65,7 +65,7 @@ If your instance has subdomain isolation enabled:
65
<repositories>
66
<repository>
67
<id>central</id>
68
- <url>https://repo1.maven.org/maven2</url>
+ <url>https://repo.maven.apache.org/maven2</url>
69
</repository>
70
71
<id>github</id>
@@ -107,7 +107,7 @@ If your instance has subdomain isolation disabled:
107
108
109
110
111
112
113
0 commit comments