This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new d6677fc403 [hotfix] Add spark3 profile in deploy_staging_jars (#4768)
d6677fc403 is described below
commit d6677fc40339891d0c82c30f76928b8148ec9f8a
Author: Zouxxyy <[email protected]>
AuthorDate: Tue Dec 24 18:09:17 2024 +0800
[hotfix] Add spark3 profile in deploy_staging_jars (#4768)
---
tools/releasing/deploy_staging_jars.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/releasing/deploy_staging_jars.sh
b/tools/releasing/deploy_staging_jars.sh
index 542ebf450a..0622eff1bb 100755
--- a/tools/releasing/deploy_staging_jars.sh
+++ b/tools/releasing/deploy_staging_jars.sh
@@ -42,6 +42,6 @@ fi
cd ${PROJECT_ROOT}
echo "Deploying to repository.apache.org"
-${MVN} clean deploy -Papache-release,docs-and-source -DskipTests
-DretryFailedDeploymentCount=10 $CUSTOM_OPTIONS
+${MVN} clean deploy -Papache-release,docs-and-source,spark3 -DskipTests
-DretryFailedDeploymentCount=10 $CUSTOM_OPTIONS
cd ${CURR_DIR}