Repository: incubator-zeppelin Updated Branches: refs/heads/master 248a166f7 -> ac7626203
upgrade spark-1.4 profile to v1.4.1 tested and can mvn package successfully. Really small change, don't need to open a jira Author: tribbloid <[email protected]> Closes #165 from tribbloid/spark-1.4.1 and squashes the following commits: e8f60b0 [tribbloid] upgrade spark-1.4 profile to v1.4.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/ac762620 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/ac762620 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/ac762620 Branch: refs/heads/master Commit: ac7626203123b66a01dc13a1d73b354e0dda77df Parents: 248a166 Author: tribbloid <[email protected]> Authored: Thu Jul 23 16:14:26 2015 -0400 Committer: Lee moon soo <[email protected]> Committed: Mon Jul 27 11:14:48 2015 +0900 ---------------------------------------------------------------------- spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/ac762620/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index b932763..ce435e2 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -596,7 +596,7 @@ <profile> <id>spark-1.4</id> <properties> - <spark.version>1.4.0</spark.version> + <spark.version>1.4.1</spark.version> </properties> <dependencies>
