You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yi...@apache.org on 2022/05/04 22:37:15 UTC

[beam] branch master updated: Moving to 2.40.0-SNAPSHOT on master branch.

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

yichi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a01fbe6dba Moving to 2.40.0-SNAPSHOT on master branch.
0a01fbe6dba is described below

commit 0a01fbe6dba0d0a16b77dbcfa1c34b9930b1a758
Author: Yichi Zhang <zy...@google.com>
AuthorDate: Wed May 4 22:36:18 2022 +0000

    Moving to 2.40.0-SNAPSHOT on master branch.
---
 .../src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy    | 2 +-
 gradle.properties                                                     | 4 ++--
 sdks/go/pkg/beam/core/core.go                                         | 2 +-
 sdks/python/apache_beam/version.py                                    | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

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 75a8a504a2a..bfc8b585af0 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -381,7 +381,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
     // Automatically use the official release version if we are performing a release
     // otherwise append '-SNAPSHOT'
-    project.version = '2.39.0'
+    project.version = '2.40.0'
     if (!isRelease(project)) {
       project.version += '-SNAPSHOT'
     }
diff --git a/gradle.properties b/gradle.properties
index d84b4e4e2be..f880631cd68 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -29,8 +29,8 @@ signing.gnupg.useLegacyGpg=true
 # buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy.
 # To build a custom Beam version make sure you change it in both places, see
 # https://issues.apache.org/jira/browse/BEAM-14051.
-version=2.39.0-SNAPSHOT
-sdk_version=2.39.0.dev
+version=2.40.0-SNAPSHOT
+sdk_version=2.40.0.dev
 
 javaVersion=1.8
 
diff --git a/sdks/go/pkg/beam/core/core.go b/sdks/go/pkg/beam/core/core.go
index 7a40dda1374..e60e9e471c9 100644
--- a/sdks/go/pkg/beam/core/core.go
+++ b/sdks/go/pkg/beam/core/core.go
@@ -27,5 +27,5 @@ const (
 	// SdkName is the human readable name of the SDK for UserAgents.
 	SdkName = "Apache Beam SDK for Go"
 	// SdkVersion is the current version of the SDK.
-	SdkVersion = "2.39.0.dev"
+	SdkVersion = "2.40.0.dev"
 )
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index e449d627917..16700b1b313 100644
--- a/sdks/python/apache_beam/version.py
+++ b/sdks/python/apache_beam/version.py
@@ -17,4 +17,4 @@
 
 """Apache Beam SDK version information and utilities."""
 
-__version__ = '2.39.0.dev'
+__version__ = '2.40.0.dev'