Skip to content

Commit

Permalink
Merge pull request #28843: Do not rewrite project version in BeamModu…
Browse files Browse the repository at this point in the history
…lePlugin
  • Loading branch information
kennknowles authored Oct 5, 2023
2 parents 13e4da3 + 27a9f92 commit 5d49733
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,13 +488,6 @@ class BeamModulePlugin implements Plugin<Project> {

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

// Automatically use the official release version if we are performing a release
// otherwise append '-SNAPSHOT'
project.version = '2.52.0'
if (!isRelease(project)) {
project.version += '-SNAPSHOT'
}

// 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

0 comments on commit 5d49733

Please sign in to comment.