You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by bi...@apache.org on 2013/11/07 23:33:48 UTC

git commit: TEZ-605. Make Tez depend on Hadoop 2.2.0 (bikas)

Updated Branches:
  refs/heads/master 37081a86a -> 5c217f3c5


TEZ-605. Make Tez depend on Hadoop 2.2.0 (bikas)


Project: http://git-wip-us.apache.org/repos/asf/incubator-tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tez/commit/5c217f3c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tez/tree/5c217f3c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tez/diff/5c217f3c

Branch: refs/heads/master
Commit: 5c217f3c5e76d7d65bc821383a169aee82791641
Parents: 37081a8
Author: Bikas Saha <bi...@apache.org>
Authored: Thu Nov 7 14:30:35 2013 -0800
Committer: Bikas Saha <bi...@apache.org>
Committed: Thu Nov 7 14:30:35 2013 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/5c217f3c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 34cefb2..332e59c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   <properties>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <clover.license>${user.home}/clover.license</clover.license>
-    <hadoop.version>3.0.0-SNAPSHOT</hadoop.version>
+    <hadoop.version>2.2.0</hadoop.version>
     <jetty.version>7.6.10.v20130312</jetty.version>
     <distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
     <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>