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 24b5c00a74242..2cd90316395b4 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.twttr6' + project.version = '2.46.0.twttr7' // 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 293d731f0b1ef..4c9a22d2d3eb3 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.twttr6 +version=2.46.0.twttr7 sdk_version=2.46.0 javaVersion=1.8