From 9e100262645a698da2dae45475ff902cc5241cc0 Mon Sep 17 00:00:00 2001 From: AB Date: Wed, 2 Jul 2025 16:14:05 +0200 Subject: [PATCH] Use up-to-date maven domain See also https://stackoverflow.com/a/36156652 --- .../working-with-the-apache-maven-registry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md b/content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md index 306a4395f26a..b85842c10358 100644 --- a/content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md +++ b/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: central - https://repo1.maven.org/maven2 + https://repo.maven.apache.org/maven2 github @@ -107,7 +107,7 @@ If your instance has subdomain isolation disabled: central - https://repo1.maven.org/maven2 + https://repo.maven.apache.org/maven2 github