Skip to content

Commit

Permalink
Release 2.53.0.twttr1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanishk Karanawat committed Jan 30, 2024
1 parent 42fe312 commit a7b51c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ class BeamModulePlugin implements Plugin<Project> {

project.ext.mavenGroupId = 'org.apache.beam'

project.version = '2.53.0.twttr1'

// Default to dash-separated directories for artifact base name,
// which will also be the default artifactId for maven publications
project.apply plugin: 'base'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.53.0-SNAPSHOT
version=2.53.0.twttr1
sdk_version=2.53.0.dev

javaVersion=1.8
Expand All @@ -39,6 +39,6 @@ docker_image_default_repo_root=apache
docker_image_default_repo_prefix=beam_

# supported flink versions
flink_versions=1.12,1.13,1.14,1.15,1.16,1.17
flink_versions=1.12,1.13,1.14,1.15,1.16,1.17,1.18
# supported python versions
python_versions=3.8,3.9,3.10,3.11

0 comments on commit a7b51c0

Please sign in to comment.