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/a264f2f4 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/a264f2f4 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/a264f2f4 Branch: refs/heads/TEZ-2003 Commit: a264f2f4528d5591b256acdb4ef640294c50fce4 Parents: a8a3df3 Author: Siddharth Seth <[email protected]> Authored: Mon Feb 23 21:59:39 2015 -0800 Committer: Siddharth Seth <[email protected]> Committed: Tue Mar 10 00:39:43 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/a264f2f4/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/a264f2f4/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 91e827e..a55bd95 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-docs</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eb6bcad..5428706 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> <packaging>pom</packaging> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> <name>tez</name> <licenses> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/tez-api/pom.xml ---------------------------------------------------------------------- diff --git a/tez-api/pom.xml b/tez-api/pom.xml index 63415ba..b42ccb9 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-api</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/tez-common/pom.xml ---------------------------------------------------------------------- diff --git a/tez-common/pom.xml b/tez-common/pom.xml index 54c150c..9199d73 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-common</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/tez-dag/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dag/pom.xml b/tez-dag/pom.xml index d24b383..0421e31 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <properties> <tez.component>tez-dag</tez.component> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/tez-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml index cfc1d32..ffead81 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-dist</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/tez-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tez-examples/pom.xml b/tez-examples/pom.xml index 0df3275..4279455 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-examples</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/tez-ext-service-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ext-service-tests/pom.xml b/tez-ext-service-tests/pom.xml index 37f68b1..d64dc58 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.7.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/a264f2f4/tez-mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/tez-mapreduce/pom.xml b/tez-mapreduce/pom.xml index a72c7ef..38de927 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-mapreduce</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/tez-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/pom.xml b/tez-plugins/pom.xml index fea261e..b416df6 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-plugins</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/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 7428029..692d6ce 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-mbeans-resource-calculator</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/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 54ba479..a75021d 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-yarn-timeline-history-with-acls</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/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 3e41f1d..077f94e 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-yarn-timeline-history</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/tez-runtime-internals/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-internals/pom.xml b/tez-runtime-internals/pom.xml index 2508b98..9ffe054 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-runtime-internals</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/tez-runtime-library/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-library/pom.xml b/tez-runtime-library/pom.xml index 539ca10..51e5fb3 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-runtime-library</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/tez-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tests/pom.xml b/tez-tests/pom.xml index 57c148c..4c2cd1a 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/a264f2f4/tez-ui/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml index ca4d7ab..df441f7 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.7.0-SNAPSHOT</version> + <version>0.7.0-TEZ-2003-SNAPSHOT</version> </parent> <artifactId>tez-ui</artifactId> <packaging>war</packaging>
