From ec204bef786a92a5a4c98c41f803220e3951c1c6 Mon Sep 17 00:00:00 2001 From: Kanishk Karanawat Date: Thu, 31 Aug 2023 21:34:21 -0700 Subject: [PATCH] release 2.46.0-twttr4 --- .../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 185141f235b82..23a59e32b3629 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -388,7 +388,7 @@ class BeamModulePlugin implements Plugin { project.ext.mavenGroupId = 'org.apache.beam' - project.version = '2.46.0.twttr3' + project.version = '2.46.0.twttr4' // Default to dash-separated directories for artifact base name, // which will also be the default artifactId for maven publications diff --git a/gradle.properties b/gradle.properties index edaf4ee32b1dc..8b039cd5bde12 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,7 +29,7 @@ signing.gnupg.useLegacyGpg=true # buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy. # To build a custom Beam version make sure you change it in both places, see # https://github.com/apache/beam/issues/21302. -version=2.46.0.twttr3 +version=2.46.0.twttr4 sdk_version=2.46.0 javaVersion=1.8