Sergey Nuyanzin created FLINK-33703:
---------------------------------------
Summary: Use maven 3.8.6 for releasing of flink-shaded
Key: FLINK-33703
URL: https://issues.apache.org/jira/browse/FLINK-33703
Project: Flink
Issue Type: Technical Debt
Components: BuildSystem / Shaded
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
Currently there is maven-enforcer-plugin configuration (for release only)
{noformat}
<requireMavenVersion>
<!-- maven version must be lower
than 3.3. See FLINK-3158 -->
<version>(,3.3)</version>
</requireMavenVersion>
{noformat}
which seems to be outdated and for ci 3.8.6 is used
We should keep them in sync and use 3.8.6 for both
--
This message was sent by Atlassian Jira
(v8.20.10#820010)