Chesnay Schepler created FLINK-28196: ----------------------------------------
Summary: Rename hadoop.version property Key: FLINK-28196 URL: https://issues.apache.org/jira/browse/FLINK-28196 Project: Flink Issue Type: Sub-task Components: Build System Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.16.0 Maven 3.8.5 had a change (as I understand it for consistency purposes) where properties set on the command-line are also applied to upstream dependencies. See https://issues.apache.org/jira/browse/MNG-7417 In other words, since Hadoop has a {{hadoop.version}} property in their parent pom, when we set this CI it not only sets _our_ property, but also the one from Hadoop. We should prefix our property with "flink" to prevent such conflicts. -- This message was sent by Atlassian Jira (v8.20.7#820007)