Skip to content

Commit

Permalink
Merge pull request #32 from ajothomas/UpdateVersionTo2_38_0_10
Browse files Browse the repository at this point in the history
Updating version to 2.38.0.10
  • Loading branch information
ajothomas authored Jun 28, 2022
2 parents 95616f6 + 09cffce commit c7d072a
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 @@ -391,7 +391,7 @@ class BeamModulePlugin implements Plugin<Project> {

// Automatically use the official release version if we are performing a release
// otherwise append '-SNAPSHOT'
project.version = '2.38.0.9'
project.version = '2.38.0.10'

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 @@ -24,8 +24,8 @@ offlineRepositoryRoot=offline-repository
signing.gnupg.executable=gpg
signing.gnupg.useLegacyGpg=true

version=2.38.0.7
sdk_version=2.38.0.7
version=2.38.0.10
sdk_version=2.38.0.10
# WARNING! Many Beam modules use a custom Gradle plugin that overrides the
# project version defined here in the `apply` function in
# buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy.
Expand Down

0 comments on commit c7d072a

Please sign in to comment.