You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2020/06/30 21:21:09 UTC

[beam] 06/09: Move Spark version to 3.0.0-SNAPSHOT

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

iemejia pushed a commit to branch BEAM-7092-spark3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit a6acae59c98cf6a9816bff9072f28e1e36cb4979
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Wed Feb 19 14:58:15 2020 +0100

    Move Spark version to 3.0.0-SNAPSHOT
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 7613916..f54cd71 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -407,7 +407,7 @@ class BeamModulePlugin implements Plugin<Project> {
     def proto_google_common_protos_version = "1.17.0"
     def protobuf_version = "3.11.1"
     def quickcheck_version = "0.8"
-    def spark_version = "3.0.0-preview2"
+    def spark_version = "3.0.0-SNAPSHOT"
 
     // A map of maps containing common libraries used per language. To use:
     // dependencies {