Skip to content

Commit ecf3c13

Browse files
authored
Fix the URL of the KEYS file in the release vote email template (#1538)
1 parent ddf4892 commit ecf3c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/publishing/rootProject.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ internal fun configureOnRootProject(project: Project) =
158158
* https://dist.apache.org/repos/dist/dev/incubator/$asfName/apache-$asfName-$version
159159
160160
You can find the KEYS file here:
161-
* https://dist.apache.org/repos/dist/release/incubator/$asfName/KEYS
161+
* https://downloads.apache.org/incubator/$asfName/KEYS
162162
163163
Convenience binary artifacts are staged on Nexus. The Maven repository URL is:
164164
* $staginRepoUrl

0 commit comments

Comments
 (0)