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 2018/07/18 17:52:12 UTC

[beam] branch master updated: Moving to 2.7.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 4c76dad  Moving to 2.7.0-SNAPSHOT on master branch.
4c76dad is described below

commit 4c76dad8d5c1b6b31e287907bd42604341794f9a
Author: Pablo <pa...@google.com>
AuthorDate: Wed Jul 18 10:52:01 2018 -0700

    Moving to 2.7.0-SNAPSHOT on master branch.
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 gradle.properties                                                       | 2 +-
 sdks/python/apache_beam/version.py                                      | 2 +-
 3 files changed, 3 insertions(+), 3 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 c92f23c..1461ace 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -197,7 +197,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
     // Automatically use the official release version if we are performing a release
     // otherwise append '-SNAPSHOT'
-    project.version = '2.6.0'
+    project.version = '2.7.0'
     if (!isRelease(project)) {
       project.version += '-SNAPSHOT'
     }
diff --git a/gradle.properties b/gradle.properties
index bf2e45d..1e66e7c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -22,4 +22,4 @@ offlineRepositoryRoot=offline-repository
 signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
-version=2.6.0-SNAPSHOT
+version=2.7.0-SNAPSHOT
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index 9b9ab38..2888107 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.6.0.dev'
+__version__ = '2.7.0.dev'