Repository: tez Updated Branches: refs/heads/master ba6321905 -> 6cde59994
TEZ-2883. Update version, doap file for 0.8.1-alpha release (sseth) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/6cde5999 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/6cde5999 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/6cde5999 Branch: refs/heads/master Commit: 6cde599946853b12bf8994b15a223db824da6cb6 Parents: ba63219 Author: Siddharth Seth <[email protected]> Authored: Mon Oct 12 12:04:34 2015 -0700 Committer: Siddharth Seth <[email protected]> Committed: Mon Oct 12 12:04:34 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 11 ++++++++++- Tez_DOAP.rdf | 7 +++++++ 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-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-javadoc-tools/pom.xml | 2 +- tez-tools/tez-tfile-parser/pom.xml | 2 +- tez-ui/pom.xml | 2 +- 24 files changed, 39 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 7bc7cff..52aa159 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,16 @@ Apache Tez Change Log ===================== -Release 0.8.1: Unreleased + +Release 0.8.2: Unreleased + +INCOMPATIBLE CHANGES + +ALL CHANGES: + + + +Release 0.8.1-alpha: 2015-10-12 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index 38619c0..96b41b0 100644 --- a/Tez_DOAP.rdf +++ b/Tez_DOAP.rdf @@ -36,6 +36,13 @@ <category rdf:resource="http://projects.apache.org/category/big-data" /> <release> <Version> + <name>Version 0.8.1-alpha</name> + <created>2015-10-12</created> + <revision>0.8.1-alpha</revision> + </Version> + </release> + <release> + <Version> <name>Version 0.8.0-alpha</name> <created>2015-09-01</created> <revision>0.8.0-alpha</revision> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index df6f3ef..84fab46 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-docs</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d1d5fe6..b8b8a22 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> <name>tez</name> <licenses> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-api/pom.xml ---------------------------------------------------------------------- diff --git a/tez-api/pom.xml b/tez-api/pom.xml index b3eb97c..9b4f0c8 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-api</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-common/pom.xml ---------------------------------------------------------------------- diff --git a/tez-common/pom.xml b/tez-common/pom.xml index 49846ca..9834727 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-common</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-dag/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dag/pom.xml b/tez-dag/pom.xml index 0829a8f..adda218 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <properties> <tez.component>tez-dag</tez.component> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml index 0605c63..a414448 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-dist</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tez-examples/pom.xml b/tez-examples/pom.xml index 47ee5b3..b182ec6 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-examples</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-ext-service-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ext-service-tests/pom.xml b/tez-ext-service-tests/pom.xml index 8c1b6d4..a548a78 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.8.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-ext-service-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/tez-mapreduce/pom.xml b/tez-mapreduce/pom.xml index d61d6d6..ea8b954 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-mapreduce</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/pom.xml b/tez-plugins/pom.xml index 7114bdc..04e95b7 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-plugins</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/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 ee1ee13..66b87d4 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.8.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-history-parser</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/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 81d3685..642633a 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-yarn-timeline-history-with-acls</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/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 7932f49..f704111 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-yarn-timeline-history</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-runtime-internals/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-internals/pom.xml b/tez-runtime-internals/pom.xml index ed678f3..6d40b6a 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-runtime-internals</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-runtime-library/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-library/pom.xml b/tez-runtime-library/pom.xml index efb9c12..49308e0 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-runtime-library</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tests/pom.xml b/tez-tests/pom.xml index 263f1ec..5fcd314 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/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 37a06bf..cea246e 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.8.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-job-analyzer</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-tools/analyzers/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/analyzers/pom.xml b/tez-tools/analyzers/pom.xml index bb5d896..6c3d76e 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.8.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-perf-analyzer</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-tools/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/pom.xml b/tez-tools/pom.xml index bf3053e..9d017e9 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-tools</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-tools/tez-javadoc-tools/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/tez-javadoc-tools/pom.xml b/tez-tools/tez-javadoc-tools/pom.xml index 11290cc..d5c41be 100644 --- a/tez-tools/tez-javadoc-tools/pom.xml +++ b/tez-tools/tez-javadoc-tools/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez-tools</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-javadoc-tools</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/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 c0ce640..5afbe48 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-tfile-parser</artifactId> http://git-wip-us.apache.org/repos/asf/tez/blob/6cde5999/tez-ui/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml index dcf4878..7e34c07 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.1-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>tez-ui</artifactId> <packaging>war</packaging>
