TEZ-2438. tez-tools version in the branch is incorrect. (sseth)
Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/623627b6 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/623627b6 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/623627b6 Branch: refs/heads/TEZ-2003 Commit: 623627b61f491f501a2aace2e93114bbf9b10828 Parents: 51695e3 Author: Siddharth Seth <[email protected]> Authored: Mon May 11 16:42:45 2015 -0700 Committer: Siddharth Seth <[email protected]> Committed: Thu Aug 20 18:22:06 2015 -0700 ---------------------------------------------------------------------- TEZ-2003-CHANGES.txt | 1 + tez-tools/pom.xml | 2 +- tez-tools/tez-tfile-parser/pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/623627b6/TEZ-2003-CHANGES.txt ---------------------------------------------------------------------- diff --git a/TEZ-2003-CHANGES.txt b/TEZ-2003-CHANGES.txt index ad167ab..66c110f 100644 --- a/TEZ-2003-CHANGES.txt +++ b/TEZ-2003-CHANGES.txt @@ -23,5 +23,6 @@ ALL CHANGES: TEZ-2414. LogicalIOProcessorRuntimeTask, RuntimeTask, TezTaskRunner should handle interrupts & carry out necessary cleanups. TEZ-2420. TaskRunner returning before executing the task. TEZ-2433. Fixes after rebase 05/08 + TEZ-2438. tez-tools version in the branch is incorrect. INCOMPATIBLE CHANGES: http://git-wip-us.apache.org/repos/asf/tez/blob/623627b6/tez-tools/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/pom.xml b/tez-tools/pom.xml index ed13143..5b9e41a 100644 --- a/tez-tools/pom.xml +++ b/tez-tools/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-tools</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/623627b6/tez-tools/tez-tfile-parser/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/tez-tfile-parser/pom.xml b/tez-tools/tez-tfile-parser/pom.xml index aea1299..9467bac 100644 --- a/tez-tools/tez-tfile-parser/pom.xml +++ b/tez-tools/tez-tfile-parser/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-tools</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-tfile-parser</artifactId>
