You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by he...@apache.org on 2021/04/29 07:17:30 UTC

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

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

heejong 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 e9df62b  Moving to 2.31.0-SNAPSHOT on master branch.
e9df62b is described below

commit e9df62bba672571e82cbef45970166d42d07bc06
Author: Heejong Lee <he...@gmail.com>
AuthorDate: Thu Apr 29 00:16:18 2021 -0700

    Moving to 2.31.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 f601908..8c1d183 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -352,7 +352,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
     // Automatically use the official release version if we are performing a release
     // otherwise append '-SNAPSHOT'
-    project.version = '2.30.0'
+    project.version = '2.31.0'
     if (!isRelease(project)) {
       project.version += '-SNAPSHOT'
     }
diff --git a/gradle.properties b/gradle.properties
index 4255ef8..a5c5195 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -24,8 +24,8 @@ offlineRepositoryRoot=offline-repository
 signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
-version=2.30.0-SNAPSHOT
-sdk_version=2.30.0.dev
+version=2.31.0-SNAPSHOT
+sdk_version=2.31.0.dev
 
 javaVersion=1.8
 
diff --git a/sdks/go/pkg/beam/core/core.go b/sdks/go/pkg/beam/core/core.go
index baed22a..9b2c713 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.30.0.dev"
+	SdkVersion = "2.31.0.dev"
 )
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index 91b417e..ceda28a 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.30.0.dev'
+__version__ = '2.31.0.dev'