This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
commit 2d69a30c5ee18172f7f7d25d5b46181fdace7307 Author: Chesnay Schepler <[email protected]> AuthorDate: Mon Oct 4 15:54:29 2021 +0200 [FLINK-24447] Move netty version to parent pom --- flink-shaded-netty-4/pom.xml | 4 ---- pom.xml | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/flink-shaded-netty-4/pom.xml b/flink-shaded-netty-4/pom.xml index d52b0df..ac4f584 100644 --- a/flink-shaded-netty-4/pom.xml +++ b/flink-shaded-netty-4/pom.xml @@ -33,10 +33,6 @@ under the License. <name>flink-shaded-netty-4</name> <version>${netty.version}-15.0</version> - <properties> - <netty.version>4.1.65.Final</netty.version> - </properties> - <dependencies> <dependency> <groupId>io.netty</groupId> diff --git a/pom.xml b/pom.xml index a9c71d3..3c33dd8 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,7 @@ under the License. <properties> <shading.prefix>org.apache.flink.shaded</shading.prefix> + <netty.version>4.1.65.Final</netty.version> </properties> <modules>
