Abacn commented on code in PR #28255:
URL: https://github.com/apache/beam/pull/28255#discussion_r1318908544
##########
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:
these changes / removing this line possibly caused internal import failure
@damccorm
Was this intended / or can we add it back?
--
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]