This is an automated email from the ASF dual-hosted git repository. kenn pushed a commit to branch release-2.29.0 in repository https://gitbox.apache.org/repos/asf/beam.git
commit c6caa46c829fc63c704bb8c55023282c9b21b347 Author: Kenneth Knowles <[email protected]> AuthorDate: Tue Mar 30 11:52:33 2021 -0700 Re-cut 2.29.0 release 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 475a054..fcd8923 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.29.0' if (!isRelease(project)) { project.version += '-SNAPSHOT' } diff --git a/gradle.properties b/gradle.properties index 364445a..26c4df7 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.29.0-SNAPSHOT +sdk_version=2.29.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..64feee3 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.29.0.dev" ) diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py index 91b417e..4e6b7a0 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.29.0.dev'
