We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784fc63 commit 4156c80Copy full SHA for 4156c80
dev/release/verify_rc.sh
@@ -34,7 +34,7 @@ set -x
34
VERSION="$1"
35
RC="$2"
36
37
-ARROW_DIST_BASE_URL="https://dist.apache.org/repos/dist/dev/arrow"
+ARROW_DIST_BASE_URL="https://dist.apache.org/repos/dist/release/arrow"
38
DOWNLOAD_RC_BASE_URL="https://github.com/apache/arrow-java/releases/download/v${VERSION}-rc${RC}"
39
ARCHIVE_BASE_NAME="apache-arrow-java-${VERSION}"
40
0 commit comments