Repository: incubator-ranger Updated Branches: refs/heads/tag-policy 6568faabb -> 3e4af58f5
RANGER-488: updated pom.xml with proper hive version Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/b84b391e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/b84b391e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/b84b391e Branch: refs/heads/tag-policy Commit: b84b391e88066cd3a00daf8bcb97611149fcd8eb Parents: fa19908 Author: sneethiraj <[email protected]> Authored: Mon May 18 18:38:19 2015 -0400 Committer: sneethiraj <[email protected]> Committed: Mon May 18 18:38:19 2015 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/b84b391e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c70a4cc..124d49e 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ <hadoop.version>2.7.0</hadoop.version> <hamcrest.all.version>1.3</hamcrest.all.version> <hbase.version>1.1.0</hbase.version> - <hive.version>1.2.0-SNAPSHOT</hive.version> + <hive.version>1.2.0</hive.version> <storm.version>0.9.2-incubating</storm.version> <httpcomponent.httpmime.version>4.2.5</httpcomponent.httpmime.version> <httpcomponent.httpclient.version>4.2.5</httpcomponent.httpclient.version>
