davidradl commented on code in PR #27405: URL: https://github.com/apache/flink/pull/27405#discussion_r2697793876
########## docs/config.toml: ########## @@ -34,7 +34,7 @@ pygmentsUseClasses = true # we change the version for the complete docs when forking of a release branch # etc. # The full version string as referenced in Maven (e.g. 1.2.1) - Version = "1.17.2" + Version = "1.17-SNAPSHOT" Review Comment: I know this is a draft. A couple of comments: - this is not targetting master. - there should be a Jira for this and the PR appropriately titled with the Jira number. - I am not sure of the intent of this change , why are we changing from 1.17 to 1.17-SNAPSHOT. I would think we want to depend on released versions of things not SNAPSHOTs that can change. -- 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]
