You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ki...@apache.org on 2022/07/27 23:39:30 UTC

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

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

kileysok 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 d51b497fb22 Moving to 2.42.0-SNAPSHOT on master branch.
d51b497fb22 is described below

commit d51b497fb229d75eef8b7baee98cdb817a592a58
Author: kileys <ki...@google.com>
AuthorDate: Wed Jul 27 23:39:18 2022 +0000

    Moving to 2.42.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 13cdb6a4e6a..19ad8fe0dd1 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -389,7 +389,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
     // Automatically use the official release version if we are performing a release
     // otherwise append '-SNAPSHOT'
-    project.version = '2.41.0'
+    project.version = '2.42.0'
     if (!isRelease(project)) {
       project.version += '-SNAPSHOT'
     }
diff --git a/gradle.properties b/gradle.properties
index 0dfe74bad0f..856d4718adf 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://github.com/apache/beam/issues/21302.
-version=2.41.0-SNAPSHOT
-sdk_version=2.41.0.dev
+version=2.42.0-SNAPSHOT
+sdk_version=2.42.0.dev
 
 javaVersion=1.8
 
diff --git a/sdks/go/pkg/beam/core/core.go b/sdks/go/pkg/beam/core/core.go
index 0c57da5ecf0..1dc0fc93752 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.41.0.dev"
+	SdkVersion = "2.42.0.dev"
 )
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index 473481e38e3..fd9eeee6ce5 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.41.0.dev'
+__version__ = '2.42.0.dev'