This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new fcb6690 [hotfix] remove change_scala_version in create_release.sh fcb6690 is described below commit fcb66901b3ea92a348fd502c4194ccbdc0dad8e7 Author: Jeff Zhang <zjf...@apache.org> 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