From 86055f33a53dfa8dfd143ccec682d385765c11ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Wed, 7 May 2025 11:04:46 +0200 Subject: [PATCH] Fix the URL of the KEYS file in the release vote email template --- build-logic/src/main/kotlin/publishing/rootProject.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/src/main/kotlin/publishing/rootProject.kt b/build-logic/src/main/kotlin/publishing/rootProject.kt index ee585fff3b..65faaeb94f 100644 --- a/build-logic/src/main/kotlin/publishing/rootProject.kt +++ b/build-logic/src/main/kotlin/publishing/rootProject.kt @@ -157,7 +157,7 @@ internal fun configureOnRootProject(project: Project) = * https://dist.apache.org/repos/dist/dev/incubator/$asfName/apache-$asfName-$version You can find the KEYS file here: - * https://dist.apache.org/repos/dist/release/incubator/$asfName/KEYS + * https://downloads.apache.org/incubator/$asfName/KEYS Convenience binary artifacts are staged on Nexus. The Maven repository URL is: * $staginRepoUrl