Skip to content

Commit

Permalink
Merge pull request apache#69 from ryucc/update-versions
Browse files Browse the repository at this point in the history
Update version to 2.45.1
  • Loading branch information
ryucc authored Feb 1, 2023
2 parents 9e711c7 + 9109d05 commit d3b8890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ class BeamModulePlugin implements Plugin<Project> {

// Automatically use the official release version if we are performing a release
// otherwise append '-SNAPSHOT'
project.version = '2.45.0'
project.version = '2.45.1'
if (isLinkedin(project)) {
project.ext.mavenGroupId = 'com.linkedin.beam'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ 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.45.0
sdk_version=2.45.0
version=2.45.1
sdk_version=2.45.1

javaVersion=1.8

Expand Down

0 comments on commit d3b8890

Please sign in to comment.