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:
parent
afca81a9d8
commit
5557d77090
@ -282,7 +282,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>netty-build</artifactId>
|
<artifactId>netty-build-common</artifactId>
|
||||||
<version>${netty.build.version}</version>
|
<version>${netty.build.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
Loading…
Reference in New Issue
Block a user