You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by le...@apache.org on 2020/01/22 06:29:42 UTC

[incubator-hudi] branch release-0.5.1 updated: [MINOR] Change deploy_staging_jars script to take in scala version (#1270)

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

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


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

commit 9129edb595b2bf7879903680609797ffde5d6cd9
Author: Balaji Varadarajan <va...@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