[GitHub] zeppelin pull request #2584: [ZEPPELIN-2928] Hotfix on maven set version fun...

2017-09-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/2584


---


[GitHub] zeppelin pull request #2584: [ZEPPELIN-2928] Hotfix on maven set version fun...

2017-09-13 Thread necosta
GitHub user necosta opened a pull request:

https://github.com/apache/zeppelin/pull/2584

[ZEPPELIN-2928] Hotfix on maven set version functionality

### What is this PR for?
Hotfix on a recent commit that removed the version soft-coded variable and 
introduced hard-coded references to version tag.

### What type of PR is it?
[Bug Fix | Hot Fix ]

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-2928

### How should this be tested?
Run "mvn versions:set -DprocessDependencies=false 
-DnewVersion=0.8.0-SNAPSHOT-123"

### 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 zeppelin-2928

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2584.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 #2584


commit f5ccf89bbf174f72d4aa8b07f68dc708dbc77264
Author: Nelson Costa 
Date:   2017-09-13T08:16:31Z

[ZEPPELIN-2928] Hotfix on maven set version functionality




---