Repository: tez Updated Branches: refs/heads/branch-0.7 b4b4d21e2 -> cc8c5bbf1
TEZ-2432. Syntax error in DOAP file release section (Hitesh via Jeff Zhang) (cherry picked from commit 05cf9a528441b72b3265f80ae7f17daab2c5730f) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/cc8c5bbf Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/cc8c5bbf Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/cc8c5bbf Branch: refs/heads/branch-0.7 Commit: cc8c5bbf16c8a5ae835eac00060467cec790a331 Parents: b4b4d21 Author: Jeff Zhang <[email protected]> Authored: Thu May 14 09:39:08 2015 +0800 Committer: Jeff Zhang <[email protected]> Committed: Thu May 14 09:39:38 2015 +0800 ---------------------------------------------------------------------- CHANGES.txt | 1 + Tez_DOAP.rdf | 2 ++ 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/cc8c5bbf/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 49844d6..6c23ab8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -183,6 +183,7 @@ Release 0.6.1: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2432. Syntax error in DOAP file release section TEZ-2057. tez-dag/pom.xml contains versions for dependencies. TEZ-2282. Delimit reused yarn container logs (stderr, stdout, syslog) with task attempt start/stop events TEZ-2396. pig-tez-tfile-parser pom is hard coded to depend on 0.6.0-SNAPSHOT version. http://git-wip-us.apache.org/repos/asf/tez/blob/cc8c5bbf/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index 7077704..5602e44 100644 --- a/Tez_DOAP.rdf +++ b/Tez_DOAP.rdf @@ -40,6 +40,8 @@ <created>2015-01-23</created> <revision>0.6.0</revision> </Version> + </release> + <release> <Version> <name>Version 0.5.3</name> <created>2014-12-10</created>
