Repository: ambari Updated Branches: refs/heads/trunk 120af108a -> de9425dbc
AMBARI-10265. Sanitize view version for Hive View. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/de9425db Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/de9425db Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/de9425db Branch: refs/heads/trunk Commit: de9425dbc18049cdfc09cbe8ab5e9a5a46a83aa4 Parents: 120af10 Author: Yusaku Sako <[email protected]> Authored: Sat Mar 28 14:37:51 2015 -0700 Committer: Yusaku Sako <[email protected]> Committed: Sat Mar 28 14:37:51 2015 -0700 ---------------------------------------------------------------------- contrib/views/hive/src/main/resources/view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/de9425db/contrib/views/hive/src/main/resources/view.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive/src/main/resources/view.xml b/contrib/views/hive/src/main/resources/view.xml index b1d9ce6..ac97d58 100644 --- a/contrib/views/hive/src/main/resources/view.xml +++ b/contrib/views/hive/src/main/resources/view.xml @@ -17,7 +17,7 @@ <view> <name>HIVE</name> <label>Hive</label> - <version>0.0.1</version> + <version>0.1.0</version> <min-ambari-version>1.7.*</min-ambari-version>
