Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5EAB4200B3C for ; Mon, 27 Jun 2016 19:08:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5D4DC160A54; Mon, 27 Jun 2016 17:08:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 30C51160A5B for ; Mon, 27 Jun 2016 19:08:28 +0200 (CEST) Received: (qmail 72145 invoked by uid 500); 27 Jun 2016 17:08:27 -0000 Mailing-List: contact commits-help@zeppelin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zeppelin.apache.org Delivered-To: mailing list commits@zeppelin.apache.org Received: (qmail 72132 invoked by uid 99); 27 Jun 2016 17:08:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2016 17:08:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 34071DFFD8; Mon, 27 Jun 2016 17:08:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: minalee@apache.org To: commits@zeppelin.apache.org Date: Mon, 27 Jun 2016 17:08:28 -0000 Message-Id: <1e25b0f895fc422ab03432d1d7234afc@git.apache.org> In-Reply-To: <7da3e9280ece4464b9b6854ca9e11e5f@git.apache.org> References: <7da3e9280ece4464b9b6854ca9e11e5f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] zeppelin git commit: Preparing development version 0.6.1-SNAPSHOT archived-at: Mon, 27 Jun 2016 17:08:29 -0000 Preparing development version 0.6.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/72d312d7 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/72d312d7 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/72d312d7 Branch: refs/heads/branch-0.6 Commit: 72d312d789d5e6d0aa2cc31de4373fdbb694f836 Parents: 0417d45 Author: Mina Lee Authored: Mon Jun 27 10:07:35 2016 -0700 Committer: Mina Lee Committed: Mon Jun 27 10:07:35 2016 -0700 ---------------------------------------------------------------------- alluxio/pom.xml | 4 ++-- angular/pom.xml | 4 ++-- cassandra/pom.xml | 4 ++-- elasticsearch/pom.xml | 4 ++-- file/pom.xml | 4 ++-- flink/pom.xml | 4 ++-- geode/pom.xml | 4 ++-- hbase/pom.xml | 4 ++-- ignite/pom.xml | 4 ++-- jdbc/pom.xml | 4 ++-- kylin/pom.xml | 4 ++-- lens/pom.xml | 4 ++-- livy/pom.xml | 4 ++-- markdown/pom.xml | 4 ++-- pom.xml | 2 +- postgresql/pom.xml | 4 ++-- python/pom.xml | 4 ++-- r/pom.xml | 2 +- scalding/pom.xml | 4 ++-- shell/pom.xml | 4 ++-- spark-dependencies/pom.xml | 4 ++-- spark/pom.xml | 4 ++-- zeppelin-display/pom.xml | 4 ++-- zeppelin-distribution/pom.xml | 2 +- zeppelin-interpreter/pom.xml | 4 ++-- zeppelin-server/pom.xml | 4 ++-- zeppelin-web/pom.xml | 4 ++-- zeppelin-zengine/pom.xml | 4 ++-- 28 files changed, 53 insertions(+), 53 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/alluxio/pom.xml ---------------------------------------------------------------------- diff --git a/alluxio/pom.xml b/alluxio/pom.xml index c13c81f..fdebe1a 100644 --- a/alluxio/pom.xml +++ b/alluxio/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-alluxio jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Alluxio interpreter http://www.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/angular/pom.xml ---------------------------------------------------------------------- diff --git a/angular/pom.xml b/angular/pom.xml index 0f8813c..539530b 100644 --- a/angular/pom.xml +++ b/angular/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-angular jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Angular interpreter http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/cassandra/pom.xml b/cassandra/pom.xml index 8504d66..80876e2 100644 --- a/cassandra/pom.xml +++ b/cassandra/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-cassandra jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Apache Cassandra interpreter Zeppelin cassandra support http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index e41e190..916f287 100644 --- a/elasticsearch/pom.xml +++ b/elasticsearch/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-elasticsearch jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Elasticsearch interpreter http://www.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/file/pom.xml ---------------------------------------------------------------------- diff --git a/file/pom.xml b/file/pom.xml index 8f62eb5..b937cdd 100644 --- a/file/pom.xml +++ b/file/pom.xml @@ -22,13 +22,13 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT org.apache.zeppelin zeppelin-file jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: File System Interpreters http://www.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index 9e80175..ca5d3cd 100644 --- a/flink/pom.xml +++ b/flink/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-flink jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Flink Zeppelin flink support http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/geode/pom.xml ---------------------------------------------------------------------- diff --git a/geode/pom.xml b/geode/pom.xml index d46b494..231ed50 100644 --- a/geode/pom.xml +++ b/geode/pom.xml @@ -23,13 +23,13 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT org.apache.zeppelin zeppelin-geode jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Apache Geode interpreter http://geode.incubator.apache.org/ http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/hbase/pom.xml b/hbase/pom.xml index 3a63361..885ae5c 100644 --- a/hbase/pom.xml +++ b/hbase/pom.xml @@ -22,13 +22,13 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT org.apache.zeppelin zeppelin-hbase jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: HBase interpreter http://www.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/ignite/pom.xml ---------------------------------------------------------------------- diff --git a/ignite/pom.xml b/ignite/pom.xml index 78dda1c..d1e53cd 100644 --- a/ignite/pom.xml +++ b/ignite/pom.xml @@ -22,13 +22,13 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. zeppelin-ignite jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Apache Ignite interpreter http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 232cb34..77dd00c 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -23,13 +23,13 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT org.apache.zeppelin zeppelin-jdbc jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: JDBC interpreter http://www.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/kylin/pom.xml ---------------------------------------------------------------------- diff --git a/kylin/pom.xml b/kylin/pom.xml index 9f0e122..ca11d77 100755 --- a/kylin/pom.xml +++ b/kylin/pom.xml @@ -23,14 +23,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT 4.0.0 org.apache.zeppelin zeppelin-kylin jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Kylin interpreter http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/lens/pom.xml ---------------------------------------------------------------------- diff --git a/lens/pom.xml b/lens/pom.xml index 9f46fb2..156c3ac 100644 --- a/lens/pom.xml +++ b/lens/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-lens jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Lens interpreter http://www.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/livy/pom.xml ---------------------------------------------------------------------- diff --git a/livy/pom.xml b/livy/pom.xml index 604df57..a45a2e7 100644 --- a/livy/pom.xml +++ b/livy/pom.xml @@ -24,14 +24,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-livy jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Livy interpreter http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/markdown/pom.xml ---------------------------------------------------------------------- diff --git a/markdown/pom.xml b/markdown/pom.xml index 5334fa3..4cee023 100644 --- a/markdown/pom.xml +++ b/markdown/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-markdown jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Markdown interpreter http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 79c21b3..62d67fa 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.apache.zeppelin zeppelin pom - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin Zeppelin project http://zeppelin.apache.org/ http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/postgresql/pom.xml ---------------------------------------------------------------------- diff --git a/postgresql/pom.xml b/postgresql/pom.xml index 8c39489..8454f17 100644 --- a/postgresql/pom.xml +++ b/postgresql/pom.xml @@ -23,13 +23,13 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT org.apache.zeppelin zeppelin-postgresql jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: PostgreSQL interpreter http://www.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/python/pom.xml ---------------------------------------------------------------------- diff --git a/python/pom.xml b/python/pom.xml index 8370f13..064df9a 100644 --- a/python/pom.xml +++ b/python/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-python jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Python interpreter http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/r/pom.xml ---------------------------------------------------------------------- diff --git a/r/pom.xml b/r/pom.xml index 4002aa5..afa4893 100644 --- a/r/pom.xml +++ b/r/pom.xml @@ -23,7 +23,7 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/scalding/pom.xml ---------------------------------------------------------------------- diff --git a/scalding/pom.xml b/scalding/pom.xml index 74da73d..7fc4852 100644 --- a/scalding/pom.xml +++ b/scalding/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-scalding jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Scalding interpreter http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index 3d49c4f..364b507 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-shell jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Shell interpreter http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/spark-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/spark-dependencies/pom.xml b/spark-dependencies/pom.xml index 8298daf..b20e288 100644 --- a/spark-dependencies/pom.xml +++ b/spark-dependencies/pom.xml @@ -23,14 +23,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-spark-dependencies jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Spark dependencies Zeppelin spark support http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index 140dbcf..73f5e1c 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-spark jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Spark Zeppelin spark support http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/zeppelin-display/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-display/pom.xml b/zeppelin-display/pom.xml index 3025349..39f9f11 100644 --- a/zeppelin-display/pom.xml +++ b/zeppelin-display/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-display jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Display system apis http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/zeppelin-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index f9c25c4..17a2514 100644 --- a/zeppelin-distribution/pom.xml +++ b/zeppelin-distribution/pom.xml @@ -23,7 +23,7 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/zeppelin-interpreter/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml index 5161fd5..6a18dda 100644 --- a/zeppelin-interpreter/pom.xml +++ b/zeppelin-interpreter/pom.xml @@ -24,14 +24,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-interpreter jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Interpreter Zeppelin Interpreter http://zeppelin.apache.org http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/zeppelin-server/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml index 1f06bce..e3f1927 100644 --- a/zeppelin-server/pom.xml +++ b/zeppelin-server/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-server jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Server http://www.nflabs.com http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/zeppelin-web/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml index 83b18d6..e4cac56 100644 --- a/zeppelin-web/pom.xml +++ b/zeppelin-web/pom.xml @@ -22,14 +22,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-web war - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: web Application http://git-wip-us.apache.org/repos/asf/zeppelin/blob/72d312d7/zeppelin-zengine/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml index c6c8774..04d884b 100644 --- a/zeppelin-zengine/pom.xml +++ b/zeppelin-zengine/pom.xml @@ -23,14 +23,14 @@ zeppelin org.apache.zeppelin - 0.6.0 + 0.6.1-SNAPSHOT .. org.apache.zeppelin zeppelin-zengine jar - 0.6.0 + 0.6.1-SNAPSHOT Zeppelin: Zengine Zeppelin Zengine http://zeppelin.apache.org