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