Repository: incubator-predictionio Updated Branches: refs/heads/develop aae727dd2 -> 119262cbf
[MINOR] Update target version on install script Closes #314 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/119262cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/119262cb Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/119262cb Branch: refs/heads/develop Commit: 119262cbf7a0be19a046dfa97bf7694ece752d73 Parents: aae727d Author: Dennis Jung <[email protected]> Authored: Wed Nov 2 11:29:45 2016 -0700 Committer: Donald Szeto <[email protected]> Committed: Wed Nov 2 11:29:45 2016 -0700 ---------------------------------------------------------------------- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/119262cb/bin/install.sh ---------------------------------------------------------------------- diff --git a/bin/install.sh b/bin/install.sh index 7d4aef5..f17cde5 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -18,7 +18,7 @@ # OS=`uname` -PIO_VERSION=0.10.0-SNAPSHOT +PIO_VERSION=0.11.0-SNAPSHOT SPARK_VERSION=1.6.2 # Looks like support for Elasticsearch 2.0 will require 2.0 so deferring ELASTICSEARCH_VERSION=1.7.5
