Skip to content

Commit

Permalink
Use correct netty-build artifact
Browse files Browse the repository at this point in the history
Motivation:

2d1b143 missed to change the artifactId in one place

Modification:

Change to netty-build-common

Result:

Release works
  • Loading branch information
normanmaurer committed Nov 10, 2020
1 parent eeece4c commit 076aa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 076aa44

Please sign in to comment.