Updated Branches: refs/heads/master 27c8293ed -> 07b8010c3
SENTRY-87: Sentry depends on SNAPSHOT release of Hadoop that is no longer available (Jarek Jarcec Cecho via Shreepadma Venugopalan) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/07b8010c Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/07b8010c Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/07b8010c Branch: refs/heads/master Commit: 07b8010c3febaf1bd49e132ed7e98605287bc50f Parents: 27c8293 Author: Shreepadma Venugopalan <[email protected]> Authored: Wed Jan 15 11:33:05 2014 -0800 Committer: Shreepadma Venugopalan <[email protected]> Committed: Wed Jan 15 11:33:05 2014 -0800 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/07b8010c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f3ec427..7fd7696 100644 --- a/pom.xml +++ b/pom.xml @@ -52,8 +52,8 @@ limitations under the License. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compile.source>1.6</maven.compile.source> <maven.compile.target>1.6</maven.compile.target> - <hive.version>0.10.0-cdh4.4.0-SNAPSHOT</hive.version> - <hadoop.version>2.0.0-cdh4.4.0-SNAPSHOT</hadoop.version> + <hive.version>0.10.0-cdh4.4.0</hive.version> + <hadoop.version>2.0.0-cdh4.4.</hadoop.version> <solr.version>4.4.0-cdh5.0.0-SNAPSHOT</solr.version> <junit.version>4.9</junit.version> <fest.reflect.version>1.4.1</fest.reflect.version> @@ -63,8 +63,8 @@ limitations under the License. <slf4j.version>1.6.1</slf4j.version> <derby.version>10.4.2.0</derby.version> <libthrift.version>0.9.0-cdh4-1</libthrift.version> - <hadoop.version>2.0.0-cdh4.4.0-SNAPSHOT</hadoop.version> - <zookeeper.version>3.4.5-cdh4.4.0-SNAPSHOT</zookeeper.version> + <hadoop.version>2.0.0-cdh4.4.0</hadoop.version> + <zookeeper.version>3.4.5-cdh4.4.0</zookeeper.version> </properties> <dependencyManagement>
