Skip to content

Commit 4156c80

Browse files
committed
Use release/arrow/KEYS for verification
1 parent 784fc63 commit 4156c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/verify_rc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set -x
3434
VERSION="$1"
3535
RC="$2"
3636

37-
ARROW_DIST_BASE_URL="https://dist.apache.org/repos/dist/dev/arrow"
37+
ARROW_DIST_BASE_URL="https://dist.apache.org/repos/dist/release/arrow"
3838
DOWNLOAD_RC_BASE_URL="https://github.com/apache/arrow-java/releases/download/v${VERSION}-rc${RC}"
3939
ARCHIVE_BASE_NAME="apache-arrow-java-${VERSION}"
4040

0 commit comments

Comments
 (0)