snuyanzin commented on code in PR #23529:
URL: https://github.com/apache/flink/pull/23529#discussion_r1362290581
##########
pom.xml:
##########
@@ -1366,10 +1366,12 @@ under the License.
<configuration>
<rules>
<requireMavenVersion>
-
<version>3.8.6</version>
+
<!-- Enforce the Maven version that's currently used within Flink's CI
pipelines. -->
+
<version>[3.8.6]</version>
</requireMavenVersion>
<requireJavaVersion>
-
<version>1.8.0</version>
+
<!-- Enforce the default Java target version for releasing build
artifacts. -->
+
<version>[1.8.0,1.8.1)</version>
Review Comment:
I wonder whether we should a comment like
> Please keep it in sync with
https://cwiki.apache.org/confluence/display/FLINK/Creating+a+Flink+Release
--
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]