Return-Path: X-Original-To: apmail-tez-commits-archive@minotaur.apache.org Delivered-To: apmail-tez-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB5DD17AC7 for ; Thu, 23 Oct 2014 01:45:28 +0000 (UTC) Received: (qmail 95461 invoked by uid 500); 23 Oct 2014 01:45:28 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 95414 invoked by uid 500); 23 Oct 2014 01:45:28 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 95405 invoked by uid 99); 23 Oct 2014 01:45:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2014 01:45:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 78377944340; Thu, 23 Oct 2014 01:45:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hitesh@apache.org To: commits@tez.apache.org Message-Id: <7d8e2c4e9df9451197dacccb38235545@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: TEZ-1695. Set correct version on 0.5 branch to 0.5.2-SNAPSHOT. (hitesh) Date: Thu, 23 Oct 2014 01:45:28 +0000 (UTC) Repository: tez Updated Branches: refs/heads/branch-0.5 eee882e94 -> e4d678aba TEZ-1695. Set correct version on 0.5 branch to 0.5.2-SNAPSHOT. (hitesh) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/e4d678ab Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/e4d678ab Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/e4d678ab Branch: refs/heads/branch-0.5 Commit: e4d678aba9608262b12f600f75fc138028df6beb Parents: eee882e Author: Hitesh Shah Authored: Wed Oct 22 18:45:03 2014 -0700 Committer: Hitesh Shah Committed: Wed Oct 22 18:45:03 2014 -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-yarn-timeline-history/pom.xml | 2 +- tez-runtime-internals/pom.xml | 2 +- tez-runtime-library/pom.xml | 2 +- tez-tests/pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 62adb4f..9a03be0 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -27,7 +27,7 @@ org.apache.tez tez - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-docs pom http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 92e56d1..d00fbbb 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.apache.tez tez pom - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/tez-api/pom.xml ---------------------------------------------------------------------- diff --git a/tez-api/pom.xml b/tez-api/pom.xml index ad65ade..c948cb7 100644 --- a/tez-api/pom.xml +++ b/tez-api/pom.xml @@ -20,7 +20,7 @@ org.apache.tez tez - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-api http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/tez-common/pom.xml ---------------------------------------------------------------------- diff --git a/tez-common/pom.xml b/tez-common/pom.xml index dc1d16a..9d29a90 100644 --- a/tez-common/pom.xml +++ b/tez-common/pom.xml @@ -20,7 +20,7 @@ org.apache.tez tez - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-common http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/tez-dag/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dag/pom.xml b/tez-dag/pom.xml index 29b739f..9229fea 100644 --- a/tez-dag/pom.xml +++ b/tez-dag/pom.xml @@ -19,7 +19,7 @@ org.apache.tez tez - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-dag http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/tez-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml index 516b3c9..4665808 100644 --- a/tez-dist/pom.xml +++ b/tez-dist/pom.xml @@ -21,7 +21,7 @@ org.apache.tez tez - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-dist http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/tez-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tez-examples/pom.xml b/tez-examples/pom.xml index 584dec0..0f037bf 100644 --- a/tez-examples/pom.xml +++ b/tez-examples/pom.xml @@ -20,7 +20,7 @@ org.apache.tez tez - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-examples http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/tez-mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/tez-mapreduce/pom.xml b/tez-mapreduce/pom.xml index cffd7e7..bad1b3b 100644 --- a/tez-mapreduce/pom.xml +++ b/tez-mapreduce/pom.xml @@ -20,7 +20,7 @@ org.apache.tez tez - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-mapreduce http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/tez-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/pom.xml b/tez-plugins/pom.xml index b8a6e7d..938cd79 100644 --- a/tez-plugins/pom.xml +++ b/tez-plugins/pom.xml @@ -21,7 +21,7 @@ org.apache.tez tez - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-plugins pom http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/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 49d3f3c..5c215fb 100644 --- a/tez-plugins/tez-yarn-timeline-history/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history/pom.xml @@ -19,7 +19,7 @@ org.apache.tez tez-plugins - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-yarn-timeline-history http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/tez-runtime-internals/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-internals/pom.xml b/tez-runtime-internals/pom.xml index 15ff71f..5f50622 100644 --- a/tez-runtime-internals/pom.xml +++ b/tez-runtime-internals/pom.xml @@ -20,7 +20,7 @@ org.apache.tez tez - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-runtime-internals http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/tez-runtime-library/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-library/pom.xml b/tez-runtime-library/pom.xml index fa26a06..d933d56 100644 --- a/tez-runtime-library/pom.xml +++ b/tez-runtime-library/pom.xml @@ -20,7 +20,7 @@ org.apache.tez tez - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-runtime-library http://git-wip-us.apache.org/repos/asf/tez/blob/e4d678ab/tez-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tests/pom.xml b/tez-tests/pom.xml index 66853ca..441beab 100644 --- a/tez-tests/pom.xml +++ b/tez-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.tez tez - 0.5-SNAPSHOT + 0.5.2-SNAPSHOT tez-tests