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 2019/05/19 15:26:40 UTC

[bahir] 01/03: Set Spark version to 2.3.3 preparing for release

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/bahir.git

commit 940bfa4b8e98a6e725533739a9d2686a580f3c12
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sun May 19 17:05:44 2019 +0200

    Set Spark version to 2.3.3 preparing for release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ffeef14..cbb5f52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
     <log4j.version>1.2.17</log4j.version>
 
     <!-- Spark version -->
-    <spark.version>2.3.2</spark.version>
+    <spark.version>2.3.3</spark.version>
 
     <!-- MQTT Client -->
     <mqtt.paho.client>1.1.0</mqtt.paho.client>