1
0

[MINOR] Change deploy_staging_jars script to take in scala version (#1270)

This commit is contained in:
Balaji Varadarajan
2020-01-21 22:28:30 -08:00
committed by leesf
parent a46fea9ff4
commit 8e3d81cff1

View File

@@ -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