Correct typo in artifactId of dependency in bom pom.xml
Motivation: There was a typo in a dependency in the bom pom.xml which lead to have it specify a non-existing artifact and also so not have the maven release plugin update the version correctly. Modifications: Rename netty-transport-unix-common to netty-transport-native-unix-common and also fix the version. Result: Fixes [#6979]
This commit is contained in:
parent
dbd82e07b1
commit
deb5c45204
@ -198,14 +198,14 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-transport-unix-common</artifactId>
|
||||
<version>4.1.13.Final-SNAPSHOT</version>
|
||||
<artifactId>netty-transport-native-unix-common</artifactId>
|
||||
<version>4.1.14.Final-SNAPSHOT</version>
|
||||
<classifier>linux-x86_64</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-transport-unix-common</artifactId>
|
||||
<version>4.1.13.Final-SNAPSHOT</version>
|
||||
<artifactId>netty-transport-native-unix-common</artifactId>
|
||||
<version>4.1.14.Final-SNAPSHOT</version>
|
||||
<classifier>osx-x86_64</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user