Use correct netty-build artifact

Motivation:

2d1b143dfa missed to change the artifactId in one place

Modification:

Change to netty-build-common

Result:

Release works
This commit is contained in:
root 2020-11-10 12:04:40 +00:00 committed by Norman Maurer
parent eeece4cfa5
commit 076aa44bee

View File

@ -282,7 +282,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-build</artifactId>
<artifactId>netty-build-common</artifactId>
<version>${netty.build.version}</version>
</dependency>
</dependencies>