From 8e3d81cff118f81a29e286053ba48a1a33eb658c Mon Sep 17 00:00:00 2001 From: Balaji Varadarajan Date: Tue, 21 Jan 2020 22:28:30 -0800 Subject: [PATCH] [MINOR] Change deploy_staging_jars script to take in scala version (#1270) --- 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 5493dc417..b02a7d4d5 100755 --- a/scripts/release/deploy_staging_jars.sh +++ b/scripts/release/deploy_staging_jars.sh @@ -55,4 +55,4 @@ cd .. echo "Deploying to repository.apache.org with scala version ${SCALA_VERSION}" COMMON_OPTIONS="-Pscala-${SCALA_VERSION} -Prelease -DskipTests -DretryFailedDeploymentCount=10 -DdeployArtifacts=true" -#$MVN clean deploy $COMMON_OPTIONS +$MVN clean deploy $COMMON_OPTIONS