Repository: tez Updated Branches: refs/heads/branch-0.7 b24166116 -> 911218d10
TEZ-2462. Update DOAP file & CHANGES.txt for 0.7.0 Release (zjffdu) (cherry picked from commit 4d891ea767646e10e22fd5d4bb01e264591c891e) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/911218d1 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/911218d1 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/911218d1 Branch: refs/heads/branch-0.7 Commit: 911218d10450f66d4ca0b8c6c251e874ce2aed3d Parents: b241661 Author: Jeff Zhang <[email protected]> Authored: Tue May 19 15:26:04 2015 +0800 Committer: Jeff Zhang <[email protected]> Committed: Tue May 19 15:27:02 2015 +0800 ---------------------------------------------------------------------- CHANGES.txt | 2 +- Tez_DOAP.rdf | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/911218d1/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 1ad3202..1b60a0f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,7 +11,7 @@ ALL CHANGES: TEZ-2453. Tez UI: show the dagInfo is the application has set the same. TEZ-2447. Tez UI: Generic changes based on feedbacks. -Release 0.7.0: Unreleased +Release 0.7.0: 2015-05-18 INCOMPATIBLE CHANGES TEZ-2176. Move all logging to slf4j. (commons-logging jar no longer part of Tez tar) http://git-wip-us.apache.org/repos/asf/tez/blob/911218d1/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index 5602e44..4b5d311 100644 --- a/Tez_DOAP.rdf +++ b/Tez_DOAP.rdf @@ -36,6 +36,13 @@ <category rdf:resource="http://projects.apache.org/category/big-data" /> <release> <Version> + <name>Version 0.7.0</name> + <created>2015-05-18</created> + <revision>0.7.0</revision> + </Version> + </release> + <release> + <Version> <name>Version 0.6.0</name> <created>2015-01-23</created> <revision>0.6.0</revision>
