This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch release-1.0
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/release-1.0 by this push:
     new cbf024bc84 [release] Add spark3 to deploy_staging_jars
cbf024bc84 is described below

commit cbf024bc846d2d80b4a5247f0458079ab7741604
Author: Jingsong <[email protected]>
AuthorDate: Tue Dec 24 17:37:29 2024 +0800

    [release] Add spark3 to deploy_staging_jars
---
 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}

Reply via email to