This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch release-2.0 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 8143fdd11205e361124ee9feb62f4236889904dd Author: Xu Huang <130116763+codeno...@users.noreply.github.com> AuthorDate: Tue Jan 21 16:08:39 2025 +0800 [FLINK-37189][build] Correct version string of maven-enforcer-plugin requireJavaVersion in release profile (cherry picked from commit 632f3fe88d69835f8a2b1bd0eb875c72e5169c1e) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b7685e862f7..3dbda357e18 100644 --- a/pom.xml +++ b/pom.xml @@ -1431,7 +1431,7 @@ under the License. <!-- versions for certain build tools are enforced to match the CI setup --> <!-- the rules below should stay in sync with Flink Release wiki documentation and the CI scripts --> <requireJavaVersion> - <version>[${target.java.version}.*)</version> + <version>[${target.java.version}.*,)</version> </requireJavaVersion> </rules> </configuration>