GitHub user necosta opened 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
----
commit 9f73affb772347751f6924db0ad8a05e2e4bf0a4
Author: Nelson Costa <nelson.costa85@...>
Date: 2018-01-16T10:32:35Z
[ZEPPELIN-3169] Fix maven version set
----
---