This is an automated email from the ASF dual-hosted git repository.
lcwik 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 2d4a17c [BEAM-13430] Partially revert
https://github.com/apache/beam/commit/eaacf709a861ea1c260e3856b720266348b1aecc
(#16419)
2d4a17c is described below
commit 2d4a17c5d825de50830b3b3e8ff57d49902a695b
Author: Lukasz Cwik <[email protected]>
AuthorDate: Tue Jan 4 12:33:43 2022 -0800
[BEAM-13430] Partially revert
https://github.com/apache/beam/commit/eaacf709a861ea1c260e3856b720266348b1aecc
(#16419)
Bump the version back to 2.37
---
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 1ce6521..4d2d418 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -378,7 +378,7 @@ class BeamModulePlugin implements Plugin<Project> {
// Automatically use the official release version if we are performing a
release
// otherwise append '-SNAPSHOT'
- project.version = '2.36.0'
+ project.version = '2.37.0'
if (!isRelease(project)) {
project.version += '-SNAPSHOT'
}