You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ud...@apache.org on 2019/12/04 21:49:14 UTC

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

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

udim 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 2b441c2  Moving to 2.19.0-SNAPSHOT on master branch.
2b441c2 is described below

commit 2b441c25c6353f1f293474c144046e241a0f2a02
Author: Udi Meiri <eh...@google.com>
AuthorDate: Wed Dec 4 13:47:26 2019 -0800

    Moving to 2.19.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 c4d51b1..0e27b13 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -297,7 +297,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
     // Automatically use the official release version if we are performing a release
     // otherwise append '-SNAPSHOT'
-    project.version = '2.18.0'
+    project.version = '2.19.0'
     if (!isRelease(project)) {
       project.version += '-SNAPSHOT'
     }
diff --git a/gradle.properties b/gradle.properties
index 3f608c2..d758ae4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -23,7 +23,7 @@ offlineRepositoryRoot=offline-repository
 signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
-version=2.18.0-SNAPSHOT
-python_sdk_version=2.18.0.dev
+version=2.19.0-SNAPSHOT
+python_sdk_version=2.19.0.dev
 
 javaVersion=1.8
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index f32561a..ba28fb7 100644
--- a/sdks/python/apache_beam/version.py
+++ b/sdks/python/apache_beam/version.py
@@ -18,4 +18,4 @@
 """Apache Beam SDK version information and utilities."""
 
 
-__version__ = '2.18.0.dev'
+__version__ = '2.19.0.dev'