Repository: ambari Updated Branches: refs/heads/trunk 43a88e79a -> c52faea36
AMBARI-21251-Update Zeppelin version on Ambari from 0.7.0 to 0.7.2(Prabhjyot Singh via Venkata Sairam) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c52faea3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c52faea3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c52faea3 Branch: refs/heads/trunk Commit: c52faea36d7eca29cab23a3fccd1afdf00b4c85d Parents: 43a88e7 Author: Venkata Sairam <[email protected]> Authored: Fri Jun 16 11:52:26 2017 +0530 Committer: Venkata Sairam <[email protected]> Committed: Fri Jun 16 11:52:26 2017 +0530 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml | 2 +- .../main/resources/stacks/HDP/3.0/services/ZEPPELIN/metainfo.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c52faea3/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml index 2e2996b..d4292c8 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml @@ -21,7 +21,7 @@ <services> <service> <name>ZEPPELIN</name> - <version>0.7.0</version> + <version>0.7.2</version> </service> </services> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/c52faea3/ambari-server/src/main/resources/stacks/HDP/3.0/services/ZEPPELIN/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/3.0/services/ZEPPELIN/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/3.0/services/ZEPPELIN/metainfo.xml index 5e6c6b6..f810d1a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/3.0/services/ZEPPELIN/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/3.0/services/ZEPPELIN/metainfo.xml @@ -20,7 +20,7 @@ <services> <service> <name>ZEPPELIN</name> - <version>0.6.0.3.0</version> + <version>0.7.2.3.0</version> <extends>common-services/ZEPPELIN/0.6.0.3.0</extends> </service> </services>
