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 2018/11/30 14:57:06 UTC

bahir git commit: Set Spark version to 2.3.1 preparing for release

Repository: bahir
Updated Branches:
  refs/heads/master 3d18be0c4 -> cf3206b43


Set Spark version to 2.3.1 preparing for release


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

Branch: refs/heads/master
Commit: cf3206b43baebb4739c4d48114de58ea8599e1db
Parents: 3d18be0
Author: Luciano Resende <lr...@apache.org>
Authored: Fri Nov 30 15:56:22 2018 +0100
Committer: Luciano Resende <lr...@apache.org>
Committed: Fri Nov 30 15:56:22 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/bahir/blob/cf3206b4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 60bd3f8..bda1c53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
     <log4j.version>1.2.17</log4j.version>
 
     <!-- Spark version -->
-    <spark.version>2.3.0</spark.version>
+    <spark.version>2.3.1</spark.version>
 
     <!-- MQTT Client -->
     <mqtt.paho.client>1.1.0</mqtt.paho.client>