This is an automated email from the ASF dual-hosted git repository.
zjffdu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new 54bbb6f [hotfix] remove change_scala_version in create_release.sh
54bbb6f is described below
commit 54bbb6f5aa274d40a61914ae46ead7c4ba6e4b2a
Author: Jeff Zhang <[email protected]>
AuthorDate: Wed Mar 18 14:03:12 2020 +0800
[hotfix] remove change_scala_version in create_release.sh
---
dev/create_release.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev/create_release.sh b/dev/create_release.sh
index 6c84e7b..c8c129c 100755
--- a/dev/create_release.sh
+++ b/dev/create_release.sh
@@ -65,7 +65,6 @@ function make_binary_release() {
cp -r "${WORKING_DIR}/zeppelin"
"${WORKING_DIR}/zeppelin-${RELEASE_VERSION}-bin-${BIN_RELEASE_NAME}"
cd "${WORKING_DIR}/zeppelin-${RELEASE_VERSION}-bin-${BIN_RELEASE_NAME}"
- ./dev/change_scala_version.sh "${SCALA_VERSION}"
echo "mvn clean package -Pbuild-distr -DskipTests ${BUILD_FLAGS}"
mvn clean package -Pbuild-distr -DskipTests ${BUILD_FLAGS}
if [[ $? -ne 0 ]]; then