Return-Path: X-Original-To: apmail-spark-commits-archive@minotaur.apache.org Delivered-To: apmail-spark-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 6723D10F14 for ; Tue, 17 Sep 2013 06:27:38 +0000 (UTC) Received: (qmail 44947 invoked by uid 500); 17 Sep 2013 06:27:38 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 44910 invoked by uid 500); 17 Sep 2013 06:27:37 -0000 Mailing-List: contact commits-help@spark.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@spark.incubator.apache.org Delivered-To: mailing list commits@spark.incubator.apache.org Received: (qmail 44899 invoked by uid 99); 17 Sep 2013 06:27:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 06:27:34 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 17 Sep 2013 06:27:33 +0000 Received: (qmail 44641 invoked by uid 99); 17 Sep 2013 06:27:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 06:27:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 684A5906714; Tue, 17 Sep 2013 06:27:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pwendell@apache.org To: commits@spark.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [maven-release-plugin] prepare for next development iteration Date: Tue, 17 Sep 2013 06:27:12 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/branch-0.8 3b85a8558 -> c71efa1a9 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/c71efa1a Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/c71efa1a Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/c71efa1a Branch: refs/heads/branch-0.8 Commit: c71efa1a99fe6ba29e70afe59a2c08061e3fadab Parents: 3b85a85 Author: Patrick Wendell Authored: Mon Sep 16 23:27:10 2013 -0700 Committer: Patrick Wendell Committed: Mon Sep 16 23:27:10 2013 -0700 ---------------------------------------------------------------------- assembly/pom.xml | 2 +- bagel/pom.xml | 2 +- core/pom.xml | 2 +- examples/pom.xml | 2 +- mllib/pom.xml | 2 +- pom.xml | 4 ++-- repl-bin/pom.xml | 2 +- repl/pom.xml | 2 +- streaming/pom.xml | 2 +- tools/pom.xml | 2 +- yarn/pom.xml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c71efa1a/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 1dc6f04..7e9b201 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent - 0.8.0-incubating + 0.8.1-incubating-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c71efa1a/bagel/pom.xml ---------------------------------------------------------------------- diff --git a/bagel/pom.xml b/bagel/pom.xml index efd38d5..44acbd9 100644 --- a/bagel/pom.xml +++ b/bagel/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent - 0.8.0-incubating + 0.8.1-incubating-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c71efa1a/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 169b472..4076588 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent - 0.8.0-incubating + 0.8.1-incubating-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c71efa1a/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 2588f33..2ef2785 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent - 0.8.0-incubating + 0.8.1-incubating-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c71efa1a/mllib/pom.xml ---------------------------------------------------------------------- diff --git a/mllib/pom.xml b/mllib/pom.xml index fe610b0..2a19d8b 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent - 0.8.0-incubating + 0.8.1-incubating-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c71efa1a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fd027d0..880a278 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.spark spark-parent - 0.8.0-incubating + 0.8.1-incubating-SNAPSHOT pom Spark Project Parent POM http://spark.incubator.apache.org/ @@ -40,7 +40,7 @@ scm:git:git@github.com:apache/incubator-spark.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-spark.git scm:git:git@github.com:apache/incubator-spark.git - v0.8.0-incubating + HEAD http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c71efa1a/repl-bin/pom.xml ---------------------------------------------------------------------- diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml index b377c9d..d0e4428 100644 --- a/repl-bin/pom.xml +++ b/repl-bin/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent - 0.8.0-incubating + 0.8.1-incubating-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c71efa1a/repl/pom.xml ---------------------------------------------------------------------- diff --git a/repl/pom.xml b/repl/pom.xml index 92fddac..86d2a0c 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent - 0.8.0-incubating + 0.8.1-incubating-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c71efa1a/streaming/pom.xml ---------------------------------------------------------------------- diff --git a/streaming/pom.xml b/streaming/pom.xml index dcf7704..cf5de8f 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent - 0.8.0-incubating + 0.8.1-incubating-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c71efa1a/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 3a2d457..21a6ba9 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent - 0.8.0-incubating + 0.8.1-incubating-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/c71efa1a/yarn/pom.xml ---------------------------------------------------------------------- diff --git a/yarn/pom.xml b/yarn/pom.xml index 866eda4..5ad6422 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent - 0.8.0-incubating + 0.8.1-incubating-SNAPSHOT ../pom.xml