This is an automated email from the ASF dual-hosted git repository.

leesf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e3d81c  [MINOR] Change deploy_staging_jars script to take in scala 
version (#1270)
8e3d81c is described below

commit 8e3d81cff118f81a29e286053ba48a1a33eb658c
Author: Balaji Varadarajan <varad...@uber.com>
AuthorDate: Tue Jan 21 22:28:30 2020 -0800

    [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 5493dc4..b02a7d4 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

Reply via email to