Repository: zeppelin Updated Branches: refs/heads/branch-0.6 cc4ff29a6 -> 4de9b5b29
[HOTFIX] Change zeppelin_bigquery version for branch-0.6 ### What is this PR for? CI build fails in branch-0.6 because of the version mismatch ### What type of PR is it? Hot Fix ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Mina Lee <[email protected]> Closes #1252 from minahlee/bigquery_version and squashes the following commits: 7575182 [Mina Lee] Remove example profile in travis branch-0.6 build 784a50c [Mina Lee] Change version for branch-0.6 Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/4de9b5b2 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/4de9b5b2 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/4de9b5b2 Branch: refs/heads/branch-0.6 Commit: 4de9b5b29844f0fd95b93152d7add8c1307afe7a Parents: cc4ff29 Author: Mina Lee <[email protected]> Authored: Sun Jul 31 14:09:28 2016 +0900 Committer: Mina Lee <[email protected]> Committed: Sun Jul 31 15:17:50 2016 +0900 ---------------------------------------------------------------------- .travis.yml | 6 +++--- bigquery/pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4de9b5b2/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8f21c7e..629613a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,15 +35,15 @@ matrix: include: # Test all modules with spark-2.0.0-preview and scala 2.11 - jdk: "oraclejdk7" - env: SCALA_VER="2.11" SPARK_VER="2.0.0" HADOOP_VER="2.3" PROFILE="-Pspark-2.0 -Dspark.version=2.0.0-preview -Phadoop-2.3 -Ppyspark -Psparkr -Pscalding -Pexamples -Pscala-2.11" BUILD_FLAG="package -Pbuild-distr" TEST_FLAG="verify -Pusing-packaged-distr" TEST_PROJECTS="" + env: SCALA_VER="2.11" SPARK_VER="2.0.0" HADOOP_VER="2.3" PROFILE="-Pspark-2.0 -Dspark.version=2.0.0-preview -Phadoop-2.3 -Ppyspark -Psparkr -Pscalding -Pscala-2.11" BUILD_FLAG="package -Pbuild-distr" TEST_FLAG="verify -Pusing-packaged-distr" TEST_PROJECTS="" # Test all modules with scala 2.10 - jdk: "oraclejdk7" - env: SCALA_VER="2.10" SPARK_VER="1.6.1" HADOOP_VER="2.3" PROFILE="-Pspark-1.6 -Pr -Phadoop-2.3 -Ppyspark -Psparkr -Pscalding -Pexamples -Pscala-2.10" BUILD_FLAG="package -Pbuild-distr" TEST_FLAG="verify -Pusing-packaged-distr" TEST_PROJECTS="" + env: SCALA_VER="2.10" SPARK_VER="1.6.1" HADOOP_VER="2.3" PROFILE="-Pspark-1.6 -Pr -Phadoop-2.3 -Ppyspark -Psparkr -Pscalding -Pscala-2.10" BUILD_FLAG="package -Pbuild-distr" TEST_FLAG="verify -Pusing-packaged-distr" TEST_PROJECTS="" # Test all modules with scala 2.11 - jdk: "oraclejdk7" - env: SCALA_VER="2.11" SPARK_VER="1.6.1" HADOOP_VER="2.3" PROFILE="-Pspark-1.6 -Pr -Phadoop-2.3 -Ppyspark -Psparkr -Pscalding -Pexamples -Pscala-2.11" BUILD_FLAG="package -Pbuild-distr" TEST_FLAG="verify -Pusing-packaged-distr" TEST_PROJECTS="" + env: SCALA_VER="2.11" SPARK_VER="1.6.1" HADOOP_VER="2.3" PROFILE="-Pspark-1.6 -Pr -Phadoop-2.3 -Ppyspark -Psparkr -Pscalding -Pscala-2.11" BUILD_FLAG="package -Pbuild-distr" TEST_FLAG="verify -Pusing-packaged-distr" TEST_PROJECTS="" # Test spark module for 1.5.2 - jdk: "oraclejdk7" http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4de9b5b2/bigquery/pom.xml ---------------------------------------------------------------------- diff --git a/bigquery/pom.xml b/bigquery/pom.xml index eb3f0fd..eeeebb6 100644 --- a/bigquery/pom.xml +++ b/bigquery/pom.xml @@ -23,13 +23,13 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.6.1-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-bigquery</artifactId> <packaging>jar</packaging> - <version>0.7.0-SNAPSHOT</version> + <version>0.6.1-SNAPSHOT</version> <name>Zeppelin: BigQuery interpreter</name> <url>http://www.apache.org</url>
