This is an automated email from the ASF dual-hosted git repository. zuston pushed a commit to branch zuston-patch-2 in repository https://gitbox.apache.org/repos/asf/uniffle.git
commit 8695b821004e062d74a52721ff2a8d5afad61fc7 Author: Junfan Zhang <[email protected]> AuthorDate: Thu Sep 18 13:50:36 2025 +0800 fix: Remove incubator to correct uniffle svn url --- release/publish_to_svn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/publish_to_svn.sh b/release/publish_to_svn.sh index 8e8efcc20..e033a9087 100755 --- a/release/publish_to_svn.sh +++ b/release/publish_to_svn.sh @@ -39,7 +39,7 @@ fi RELEASE_TAG="${RELEASE_VERSION}-rc${RELEASE_RC_NO}" -SVN_STAGING_REPO="https://dist.apache.org/repos/dist/dev/incubator/uniffle" +SVN_STAGING_REPO="https://dist.apache.org/repos/dist/dev/uniffle" RELEASE_DIR="${PROJECT_DIR}/tmp" SVN_STAGING_DIR="${PROJECT_DIR}/tmp/dev/uniffle"
