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

anton pushed a commit to branch release-2.14.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.14.0 by this push:
     new 9b49e4d  Revert "Moving to 2.15.0-SNAPSHOT on master branch."
     new ae926f9  Merge pull request #9148 from 
akedin/revert-move-to-215-on-214-branch
9b49e4d is described below

commit 9b49e4dab96b5e4b6abfccdd1e8ddba396f67ee6
Author: Anton Kedin <ke...@google.com>
AuthorDate: Wed Jul 24 13:47:51 2019 -0700

    Revert "Moving to 2.15.0-SNAPSHOT on master branch."
    
    This reverts commit 6d218777a7bef0679128db2fec5ec257987f0890.
    
    Should only have been on master.
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 gradle.properties                                                       | 2 +-
 2 files changed, 2 insertions(+), 2 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 5aa1bdc..7a62ae2 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -314,7 +314,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
     // Automatically use the official release version if we are performing a 
release
     // otherwise append '-SNAPSHOT'
-    project.version = '2.15.0'
+    project.version = '2.14.0'
     if (!isRelease(project)) {
       project.version += '-SNAPSHOT'
     }
diff --git a/gradle.properties b/gradle.properties
index 299a616..f0ed4b4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -23,4 +23,4 @@ offlineRepositoryRoot=offline-repository
 signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
-version=2.15.0-SNAPSHOT
+version=2.14.0-SNAPSHOT

Reply via email to