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 13:26:30 UTC

[bahir] 02/02: Set Spark version to 2.2.3 preparing for release

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

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

commit 034a1394ccefaa9a7827bb65f4c9b28cd56e3731
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sat May 18 01:44:03 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 590a103..019f245 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <log4j.version>1.2.17</log4j.version>
 
     <!-- Spark version -->
-    <spark.version>2.2.2</spark.version>
+    <spark.version>2.2.3</spark.version>
 
     <!-- MQTT Client -->
     <mqtt.paho.client>1.1.0</mqtt.paho.client>