Repository: incubator-sentry Updated Branches: refs/heads/branch-1.4.0 484d4a405 -> e6d58dca0
SENTRY-364: Bump up hive and hadoop versions from SNAPSHOT to released bits (Sravya Tirukkovalur via Vamsee Yarlagadda) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/e6d58dca Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/e6d58dca Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/e6d58dca Branch: refs/heads/branch-1.4.0 Commit: e6d58dca00702bbe17cb1054a9ff6b8db4005186 Parents: 484d4a4 Author: Vamsee <[email protected]> Authored: Fri Jul 25 15:03:17 2014 -0700 Committer: Vamsee <[email protected]> Committed: Fri Jul 25 15:03:17 2014 -0700 ---------------------------------------------------------------------- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/e6d58dca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f615bd6..78a0915 100644 --- a/pom.xml +++ b/pom.xml @@ -67,8 +67,8 @@ limitations under the License. <jdo-api.version>3.0.1</jdo-api.version> <derby.version>10.4.2.0</derby.version> <commons-cli.version>1.2</commons-cli.version> - <hive.version>0.12.0-cdh5.1.0-SNAPSHOT</hive.version> - <hadoop.version>2.3.0-cdh5.1.0-SNAPSHOT</hadoop.version> + <hive.version>0.12.0-cdh5.1.0</hive.version> + <hadoop.version>2.3.0-cdh5.1.0</hadoop.version> <fest.reflect.version>1.4.1</fest.reflect.version> <guava.version>11.0.2</guava.version> <junit.version>4.9</junit.version> @@ -79,9 +79,9 @@ limitations under the License. <shiro.version>1.2.1</shiro.version> <slf4j.version>1.6.1</slf4j.version> <solr.version>4.8.0</solr.version> - <solr.sentry.handlers.version>4.4.0-cdh5.1.0-SNAPSHOT</solr.sentry.handlers.version> - <zookeeper.version>3.4.5-cdh5.1.0-SNAPSHOT</zookeeper.version> - <pig.version>0.12.0-cdh5.1.0-SNAPSHOT</pig.version> + <solr.sentry.handlers.version>4.4.0-cdh5.1.0</solr.sentry.handlers.version> + <zookeeper.version>3.4.5-cdh5.1.0</zookeeper.version> + <pig.version>0.12.0-cdh5.1.0</pig.version> </properties> <dependencyManagement>
