Abacn commented on code in PR #28255:
URL: https://github.com/apache/beam/pull/28255#discussion_r1318910550
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -458,10 +460,14 @@ 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.51.0'
Review Comment:
This also caused the version number of some test became
`2.51.0-SNAPSHOT-SNAPSHOT` e.g. validate runner tests
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]