This is an automated email from the ASF dual-hosted git repository.
roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new 67bd7af1d fix: Remove incubator to correct uniffle svn url (#2625)
67bd7af1d is described below
commit 67bd7af1d89e06f277d6e14a64f700f407ee5ce0
Author: Junfan Zhang <[email protected]>
AuthorDate: Thu Sep 18 15:00:26 2025 +0800
fix: Remove incubator to correct uniffle svn url (#2625)
---
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"