From b972b178e489a21dffbf1c2057cb100768e608a5 Mon Sep 17 00:00:00 2001 From: leesf <490081539@qq.com> Date: Sun, 1 Mar 2020 14:24:45 +0800 Subject: [PATCH] [HUDI-599] Update release guide & release scripts due to the change of scala 2.12 build --- 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 b02a7d4d572fb..885c25f20fa06 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