You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2017/07/26 17:38:42 UTC

[2/2] bahir git commit: [BAHIR-124] Update Spark depedency to version 2.2.0

[BAHIR-124] Update Spark depedency to version 2.2.0


Project: http://git-wip-us.apache.org/repos/asf/bahir/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/5b76e629
Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/5b76e629
Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/5b76e629

Branch: refs/heads/master
Commit: 5b76e629697d7f3e0094929ce3003e2425368fbc
Parents: c7f158d
Author: Luciano Resende <lr...@apache.org>
Authored: Wed Jul 26 10:34:27 2017 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Wed Jul 26 10:38:37 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/5b76e629/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index df08269..832787e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <log4j.version>1.2.17</log4j.version>
 
     <!-- Spark version -->
-    <spark.version>2.1.1</spark.version>
+    <spark.version>2.2.0</spark.version>
 
     <!-- Streaming Akka connector -->
     <akka.group>com.typesafe.akka</akka.group>