This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/10.0.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit 1bea98626e02d491b0d96efaff6a53af3abbce60
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Sep 6 09:34:24 2023 +0200

    Improve SVN path in `generate-emails.sh`
---
 .github/generate-email.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/generate-email.sh b/.github/generate-email.sh
index 824bd98..b71b397 100755
--- a/.github/generate-email.sh
+++ b/.github/generate-email.sh
@@ -34,6 +34,7 @@ fail_for_invalid_args() {
 # Constants
 PROJECT_NAME="Apache Logging Parent"
 PROJECT_REPO="https://github.com/apache/logging-parent";
+PROJECT_DIST_DIR="https://dist.apache.org/repos/dist/dev/logging/logging-parent";
 PROJECT_VERSION="$2"
 COMMIT_ID="$3"
 
@@ -59,7 +60,7 @@ This is a vote to release the $PROJECT_NAME $PROJECT_VERSION.
 
 Source repository: $PROJECT_REPO
 Commit: $COMMIT_ID
-Distribution: https://dist.apache.org/repos/dist/dev/logging
+Distribution: $PROJECT_DIST_DIR
 Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1113
 Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
 

Reply via email to