GitHub user necosta reopened a pull request: https://github.com/apache/zeppelin/pull/2731
[ZEPPELIN-3169] Fix maven version set ### What is this PR for? Bug fix on changing Maven version (0.8.0-SNAPSHOT -> ?) ### What type of PR is it? [Bug Fix | Hot Fix ] ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-3169 ### How should this be tested? * Run 'mvn versions:set -DprocessDependencies=false -DnewVersion=0.8.0-SNAPSHOT-123 -DgenerateBackupPoms=false' * Run 'mvn clean package -DskipTests' * Expect BUILD SUCCESS ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? N * Is there breaking changes for older versions? N * Does this needs documentation? N You can merge this pull request into a Git repository by running: $ git pull https://github.com/nokia/zeppelin zeppelin3169 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2731.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2731 ---- ---- ---