From 076aa44bee09de32ed085b3de8f3eebfa7a77fa8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 10 Nov 2020 12:04:40 +0000 Subject: [PATCH] Use correct netty-build artifact Motivation: 2d1b143dfac76a434928945c99035a8d598cf25a missed to change the artifactId in one place Modification: Change to netty-build-common Result: Release works --- all/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all/pom.xml b/all/pom.xml index 2397520ed3..2a46d1a36e 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -282,7 +282,7 @@ ${project.groupId} - netty-build + netty-build-common ${netty.build.version}