TEZ-2139. Update version to 0.7.0-TEZ-2003-SNAPSHOT. (sseth)
Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/6db0fde0 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/6db0fde0 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/6db0fde0 Branch: refs/heads/TEZ-2003 Commit: 6db0fde0b9df95eca440c4c8d1fe2d20ddc0b6c0 Parents: 5150c20 Author: Siddharth Seth <[email protected]> Authored: Mon Feb 23 21:59:39 2015 -0800 Committer: Siddharth Seth <[email protected]> Committed: Thu Aug 6 01:25:09 2015 -0700 ---------------------------------------------------------------------- TEZ-2003-CHANGES.txt | 1 + docs/pom.xml | 2 +- pom.xml | 2 +- tez-api/pom.xml | 2 +- tez-common/pom.xml | 2 +- tez-dag/pom.xml | 2 +- tez-dist/pom.xml | 2 +- tez-examples/pom.xml | 2 +- tez-ext-service-tests/pom.xml | 2 +- tez-mapreduce/pom.xml | 2 +- tez-plugins/pom.xml | 2 +- tez-plugins/tez-mbeans-resource-calculator/pom.xml | 2 +- tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml | 2 +- tez-plugins/tez-yarn-timeline-history/pom.xml | 2 +- tez-runtime-internals/pom.xml | 2 +- tez-runtime-library/pom.xml | 2 +- tez-tests/pom.xml | 2 +- tez-ui/pom.xml | 2 +- 18 files changed, 18 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/TEZ-2003-CHANGES.txt ---------------------------------------------------------------------- diff --git a/TEZ-2003-CHANGES.txt b/TEZ-2003-CHANGES.txt index 4377f57..5c5fd8e 100644 --- a/TEZ-2003-CHANGES.txt +++ b/TEZ-2003-CHANGES.txt @@ -8,5 +8,6 @@ ALL CHANGES: TEZ-2125. Create a task communicator for local mode. Allow tasks to run in the AM. TEZ-2131. Add additional tests for tasks running in the AM. TEZ-2138. Fix minor bugs in adding default scheduler, getting launchers. + TEZ-2139. Update tez version to 0.7.0-TEZ-2003-SNAPSHOT. INCOMPATIBLE CHANGES: http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index f80b5c1..def3273 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -27,7 +27,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-docs</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2ddb113..1ced4e7 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> <packaging>pom</packaging> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0-TEZ-2003-SNAPSHOT</version> <name>tez</name> <licenses> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-api/pom.xml ---------------------------------------------------------------------- diff --git a/tez-api/pom.xml b/tez-api/pom.xml index bb09c6d..93947ab 100644 --- a/tez-api/pom.xml +++ b/tez-api/pom.xml @@ -20,7 +20,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-api</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-common/pom.xml ---------------------------------------------------------------------- diff --git a/tez-common/pom.xml b/tez-common/pom.xml index c6922be..5e0ceef 100644 --- a/tez-common/pom.xml +++ b/tez-common/pom.xml @@ -20,7 +20,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-common</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-dag/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dag/pom.xml b/tez-dag/pom.xml index 355ca74..00efdd6 100644 --- a/tez-dag/pom.xml +++ b/tez-dag/pom.xml @@ -19,7 +19,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> <properties> <tez.component>tez-dag</tez.component> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml index e78cb8e..e188fe2 100644 --- a/tez-dist/pom.xml +++ b/tez-dist/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-dist</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tez-examples/pom.xml b/tez-examples/pom.xml index cd2df5c..d15e966 100644 --- a/tez-examples/pom.xml +++ b/tez-examples/pom.xml @@ -20,7 +20,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-examples</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-ext-service-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ext-service-tests/pom.xml b/tez-ext-service-tests/pom.xml index 37f68b1..1113341 100644 --- a/tez-ext-service-tests/pom.xml +++ b/tez-ext-service-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>tez</artifactId> <groupId>org.apache.tez</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-TEZ-2003-SNAPSHOT</version> </parent> <!-- TODO TEZ-2003 Merge this into the tez-tests module --> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/tez-mapreduce/pom.xml b/tez-mapreduce/pom.xml index 300f781..af8bc8b 100644 --- a/tez-mapreduce/pom.xml +++ b/tez-mapreduce/pom.xml @@ -20,7 +20,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-mapreduce</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/pom.xml b/tez-plugins/pom.xml index f5ec3b4..fe6f110 100644 --- a/tez-plugins/pom.xml +++ b/tez-plugins/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-plugins</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-plugins/tez-mbeans-resource-calculator/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-mbeans-resource-calculator/pom.xml b/tez-plugins/tez-mbeans-resource-calculator/pom.xml index 4be7f28..5c828a4 100644 --- a/tez-plugins/tez-mbeans-resource-calculator/pom.xml +++ b/tez-plugins/tez-mbeans-resource-calculator/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-plugins</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-mbeans-resource-calculator</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml b/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml index aeae5cf..761bc10 100644 --- a/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-plugins</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-yarn-timeline-history-with-acls</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-plugins/tez-yarn-timeline-history/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-history/pom.xml b/tez-plugins/tez-yarn-timeline-history/pom.xml index ca76988..1e40329 100644 --- a/tez-plugins/tez-yarn-timeline-history/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-plugins</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-yarn-timeline-history</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-runtime-internals/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-internals/pom.xml b/tez-runtime-internals/pom.xml index 3756fa9..b6dee8c 100644 --- a/tez-runtime-internals/pom.xml +++ b/tez-runtime-internals/pom.xml @@ -20,7 +20,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-runtime-internals</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-runtime-library/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-library/pom.xml b/tez-runtime-library/pom.xml index 25f1cc1..c0924d4 100644 --- a/tez-runtime-library/pom.xml +++ b/tez-runtime-library/pom.xml @@ -20,7 +20,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-runtime-library</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tests/pom.xml b/tez-tests/pom.xml index 91bc753..530ab77 100644 --- a/tez-tests/pom.xml +++ b/tez-tests/pom.xml @@ -20,7 +20,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-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6db0fde0/tez-ui/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml index bfc6f01..8ecf7d0 100644 --- a/tez-ui/pom.xml +++ b/tez-ui/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-ui</artifactId> <packaging>war</packaging>
