From 0cde27e63c2cf9b70f24f0ae6b63fad9259b28d3 Mon Sep 17 00:00:00 2001 From: leesf <490081539@qq.com> Date: Sun, 1 Mar 2020 14:30:32 +0800 Subject: [PATCH] [HUDI-599] Update release guide & release scripts due to the change of scala 2.12 build (#1364) --- scripts/release/deploy_staging_jars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/deploy_staging_jars.sh b/scripts/release/deploy_staging_jars.sh index b02a7d4d5..885c25f20 100755 --- a/scripts/release/deploy_staging_jars.sh +++ b/scripts/release/deploy_staging_jars.sh @@ -54,5 +54,5 @@ cd .. echo "Deploying to repository.apache.org with scala version ${SCALA_VERSION}" -COMMON_OPTIONS="-Pscala-${SCALA_VERSION} -Prelease -DskipTests -DretryFailedDeploymentCount=10 -DdeployArtifacts=true" +COMMON_OPTIONS="-Dscala-${SCALA_VERSION} -Prelease -DskipTests -DretryFailedDeploymentCount=10 -DdeployArtifacts=true" $MVN clean deploy $COMMON_OPTIONS