This is an automated email from the ASF dual-hosted git repository. alexott pushed a commit to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.9 by this push: new 1f10c9a [Hot Fix][zeppelin-distribution] fix the tag-name 'paht'->'path' in zeppelin-distribution/pom.xml 1f10c9a is described below commit 1f10c9ae33ac0c78d73a73a54711732aa02acbb3 Author: flin...@126.com <panyuep...@itiger.com> AuthorDate: Fri Jul 10 15:51:39 2020 +0800 [Hot Fix][zeppelin-distribution] fix the tag-name 'paht'->'path' in zeppelin-distribution/pom.xml ### What is this PR for? fix the tag-name `'paht'`->`'path'` in zeppelin-distribution/pom.xml ### What type of PR is it? [Hot Fix] ### Todos None. ### What is the Jira issue? * None. ### How should this be tested? * None. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? no. * Is there breaking changes for older versions? no. * Does this needs documentation? no. Author: flin...@126.com <panyuep...@itiger.com> Closes #3848 from RocMarshal/hotfix and squashes the following commits: 0ac03cc25 [flin...@126.com] [Hot Fix][zeppelin-distribution] fix the tag-name 'paht'->'path' in zeppelin-distribution/pom.xml (cherry picked from commit a534e5eea63bc069f7cf0368bad2219cab533a5b) Signed-off-by: Alex Ott <alex...@apache.org> --- zeppelin-distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index ade4b6c..3d37456 100644 --- a/zeppelin-distribution/pom.xml +++ b/zeppelin-distribution/pom.xml @@ -378,7 +378,7 @@ <path>${deb.conf.path}</path> <path>${deb.log.path}</path> <path>${deb.pid.path}</path> - <paht>${deb.notebook.path}</paht> + <path>${deb.notebook.path}</path> </paths> </data> </dataSet>