version up hbase stable version.
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/e875fa91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/e875fa91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/e875fa91 Branch: refs/heads/master Commit: e875fa9189d818f8fb1726cabe952dc8446c4300 Parents: 9435aa5 Author: DO YUNG YOON <[email protected]> Authored: Fri Jun 22 14:16:23 2018 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Fri Jun 22 14:16:23 2018 +0900 ---------------------------------------------------------------------- .travis.yml | 2 +- build.sbt | 4 +++- project/Common.scala | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/e875fa91/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 43f8b12..448bc64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ language: scala env: - - HBASE_VERSION=1.2.6 + - HBASE_VERSION=1.2.6.1 cache: directories: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/e875fa91/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index de7c02f..03e9bd0 100755 --- a/build.sbt +++ b/build.sbt @@ -146,4 +146,6 @@ releaseProcess := Seq[ReleaseStep]( releasePublishArtifactsAction := publishSigned.value -mainClass in Compile := None \ No newline at end of file +mainClass in Compile := None + +parallelExecution in ThisBuild := false \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/e875fa91/project/Common.scala ---------------------------------------------------------------------- diff --git a/project/Common.scala b/project/Common.scala index 08552a8..16ea4f0 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -25,7 +25,7 @@ object Common { val playVersion = "2.5.9" val specs2Version = "3.8.5" - val hbaseVersion = "1.2.2" + val hbaseVersion = "1.2.6.1" val hadoopVersion = "2.7.3" val tinkerpopVersion = "3.2.5"
