MartijnVisser edited a comment on pull request #14544: URL: https://github.com/apache/flink/pull/14544#issuecomment-927847942
Thanks for the PR @NickBurkard I still saw some references to 2.11 * https://github.com/apache/flink/blame/master/docs/README.md#L113 * https://github.com/apache/flink/blob/master/docs/config.toml#L55 * docs/content.zh/docs/deployment/resource-providers/standalone/docker.md * docs/content.zh/docs/dev/datastream/project-configuration.md * docs/content/docs/deployment/resource-providers/standalone/docker.md * docs/content/docs/dev/datastream/project-configuration.md * flink-dist/src/main/resources/META-INF/NOTICE * flink-table/flink-table-planner/src/main/resources/META-INF/NOTICE I'm also pinging @zentol if he can have a look There are also a couple of NOTICE files which I'm not sure if they would need to be updated: * flink-dist/src/main/resources/META-INF/NOTICE Because `com.twitter:chill_2.11:0.7.6` could/should be `com.twitter:chill_2.12:0.7.6` * flink-table/flink-table-planner/src/main/resources/META-INF/NOTICE Because `org.scala-lang.modules:scala-parser-combinators_2.11:1.1.1` could/should become `org.scala-lang.modules:scala-parser-combinators_2.12:1.1.1` and `org.scala-lang.modules:scala-xml_2.12:1.0.5 could/should become `org.scala-lang.modules:scala-xml_2.12:1.0.5` -- 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]
