Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/2209#discussion_r69899109
--- Diff: flink-libraries/flink-table/pom.xml ---
@@ -126,14 +125,15 @@ under the License.
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
- <version>3.1.4</version>
+ <version>3.2.2</version>
--- End diff --
Why did you update the plugin version?
The problem is now that we are using different plugin versions across the
project.
I would suggest to remove the plugin versions from all usages of the plugin
and put it into the `pluginManagement` section of the root-pom.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---