You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/12/16 22:59:31 UTC

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

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

pabloem 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 b8c001c  Moving to 2.28.0-SNAPSHOT on master branch.
b8c001c is described below

commit b8c001c6f4367b6b96d9af330b67f865cccecabf
Author: Pablo Estrada <pa...@apache.org>
AuthorDate: Wed Dec 16 14:59:04 2020 -0800

    Moving to 2.28.0-SNAPSHOT on master branch.
---
 .../src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy    | 2 +-
 gradle.properties                                                     | 4 ++--
 sdks/python/apache_beam/version.py                                    | 2 +-
 3 files changed, 4 insertions(+), 4 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 7cd178f..913d332 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -357,7 +357,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
     // Automatically use the official release version if we are performing a release
     // otherwise append '-SNAPSHOT'
-    project.version = '2.27.0'
+    project.version = '2.28.0'
     if (!isRelease(project)) {
       project.version += '-SNAPSHOT'
     }
diff --git a/gradle.properties b/gradle.properties
index 20df06a..65e8637 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -24,8 +24,8 @@ offlineRepositoryRoot=offline-repository
 signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
-version=2.27.0-SNAPSHOT
-sdk_version=2.27.0.dev
+version=2.28.0-SNAPSHOT
+sdk_version=2.28.0.dev
 
 javaVersion=1.8
 
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index 88da315..fd3ed07 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.27.0.dev'
+__version__ = '2.28.0.dev'