Repository: tez Updated Branches: refs/heads/branch-0.7.1 [created] 258d68131
TEZ-3236. Update version to 0.7.1. (hitesh) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/45bd6a80 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/45bd6a80 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/45bd6a80 Branch: refs/heads/branch-0.7.1 Commit: 45bd6a80035ea8fe17f6cb2e881558489798c9fa Parents: 0ba1e97 Author: Hitesh Shah <[email protected]> Authored: Thu Apr 28 19:54:29 2016 -0700 Committer: Hitesh Shah <[email protected]> Committed: Thu Apr 28 19:54:29 2016 -0700 ---------------------------------------------------------------------- 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-mapreduce/pom.xml | 2 +- tez-plugins/pom.xml | 2 +- tez-plugins/tez-history-parser/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-tools/analyzers/job-analyzer/pom.xml | 2 +- tez-tools/analyzers/pom.xml | 2 +- tez-tools/pom.xml | 2 +- tez-tools/tez-tfile-parser/pom.xml | 2 +- tez-ui/pom.xml | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 03048c7..a3215b8 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-docs</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bc8f487..9dcbd9f 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.1-SNAPSHOT</version> + <version>0.7.1</version> <name>tez</name> <licenses> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-api/pom.xml ---------------------------------------------------------------------- diff --git a/tez-api/pom.xml b/tez-api/pom.xml index 123696e..e60a73d 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-api</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-common/pom.xml ---------------------------------------------------------------------- diff --git a/tez-common/pom.xml b/tez-common/pom.xml index abdf2cc..5a3c45c 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-common</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-dag/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dag/pom.xml b/tez-dag/pom.xml index 9db8bd0..b2e4087 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <properties> <tez.component>tez-dag</tez.component> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml index ff4d8a0..bd3f4fa 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-dist</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tez-examples/pom.xml b/tez-examples/pom.xml index 778c524..e892c42 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-examples</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/tez-mapreduce/pom.xml b/tez-mapreduce/pom.xml index 4a2c691..f73439f 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-mapreduce</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/pom.xml b/tez-plugins/pom.xml index fe7c61a..92bc606 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-plugins</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-plugins/tez-history-parser/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-history-parser/pom.xml b/tez-plugins/tez-history-parser/pom.xml index 7dce608..ac809cf 100644 --- a/tez-plugins/tez-history-parser/pom.xml +++ b/tez-plugins/tez-history-parser/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-plugins</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-history-parser</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/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 fdb3e88..37ecdf3 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-yarn-timeline-history-with-acls</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/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 9c76a1e..9090f12 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-yarn-timeline-history</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-runtime-internals/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-internals/pom.xml b/tez-runtime-internals/pom.xml index 274d9e8..4dba836 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-runtime-internals</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-runtime-library/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-library/pom.xml b/tez-runtime-library/pom.xml index a68ee88..8fb9d5b 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-runtime-library</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tests/pom.xml b/tez-tests/pom.xml index e16d038..a9b73cf 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-tools/analyzers/job-analyzer/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/analyzers/job-analyzer/pom.xml b/tez-tools/analyzers/job-analyzer/pom.xml index 627c444..2b753a5 100644 --- a/tez-tools/analyzers/job-analyzer/pom.xml +++ b/tez-tools/analyzers/job-analyzer/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-perf-analyzer</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-job-analyzer</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-tools/analyzers/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/analyzers/pom.xml b/tez-tools/analyzers/pom.xml index afc70a6..94380f7 100644 --- a/tez-tools/analyzers/pom.xml +++ b/tez-tools/analyzers/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-tools</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-perf-analyzer</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-tools/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/pom.xml b/tez-tools/pom.xml index 1d6f929..5900d2e 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.7.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-tools</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/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 66cbac7..8c3b1fa 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.7.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-tfile-parser</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/45bd6a80/tez-ui/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml index 891e48b..863a759 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>tez-ui</artifactId> <packaging>war</packaging>
