Repository: zeppelin Updated Branches: refs/heads/master e857070f3 -> d92d14aae
[ZEPPELIN-2491] fix: Bump spell package version too ### What is this PR for? [ZEPPELIN-2491] fix: Bump spell package version too ### What type of PR is it? [Bug Fix] ### Todos NONE ### What is the Jira issue? [ZEPPELIN-2491](https://issues.apache.org/jira/browse/ZEPPELIN-2491) ### How should this be tested? 1. ` ./dev/change_zeppelin_version.sh 0.8.0-SNAPSHOT 0.8.0` 2. Check `/zeppelin-web/src/app/spell/package.json` ### Screenshots (if appropriate) NONE ### Questions: * Does the licenses files need update? - NO * Is there breaking changes for older versions? - NO * Does this needs documentation? - NO Author: 1ambda <1am...@gmail.com> Closes #2315 from 1ambda/ZEPPELIN-2491/bump-spell-package-version-too and squashes the following commits: 20a8fae [1ambda] fix: Bump spell package version too Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/d92d14aa Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/d92d14aa Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/d92d14aa Branch: refs/heads/master Commit: d92d14aae8678bba8b01d19abc8bbf875585e0ea Parents: e857070 Author: 1ambda <1am...@gmail.com> Authored: Thu May 4 13:36:57 2017 +0900 Committer: Lee moon soo <m...@apache.org> Committed: Mon May 15 08:14:04 2017 -0700 ---------------------------------------------------------------------- dev/change_zeppelin_version.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d92d14aa/dev/change_zeppelin_version.sh ---------------------------------------------------------------------- diff --git a/dev/change_zeppelin_version.sh b/dev/change_zeppelin_version.sh index 1b7891c..cb9c017 100755 --- a/dev/change_zeppelin_version.sh +++ b/dev/change_zeppelin_version.sh @@ -57,6 +57,7 @@ mvn versions:set -DnewVersion="${TO_VERSION}" -DgenerateBackupPoms=false > /dev/ sed -i '' 's/-'"${FROM_VERSION}"'.jar",/-'"${TO_VERSION}"'.jar",/g' zeppelin-examples/zeppelin-example-clock/zeppelin-example-clock.json sed -i '' 's/"version": "'"${FROM_VERSION}"'",/"version": "'"${TO_VERSION}"'",/g' zeppelin-web/src/app/tabledata/package.json sed -i '' 's/"version": "'"${FROM_VERSION}"'",/"version": "'"${TO_VERSION}"'",/g' zeppelin-web/src/app/visualization/package.json +sed -i '' 's/"version": "'"${FROM_VERSION}"'",/"version": "'"${TO_VERSION}"'",/g' zeppelin-web/src/app/spell/package.json # Change version in Dockerfile sed -i '' 's/Z_VERSION="'"${FROM_VERSION}"'"/Z_VERSION="'"${TO_VERSION}"'"/g' scripts/docker/zeppelin/bin/Dockerfile