Upgrade to netty-build 10
This commit is contained in:
parent
b0c6b701e4
commit
0f0479547d
@ -259,6 +259,13 @@
|
|||||||
<docTitle>Netty Source Xref (${project.version})</docTitle>
|
<docTitle>Netty Source Xref (${project.version})</docTitle>
|
||||||
<windowTitle>Netty Source Xref (${project.version})</windowTitle>
|
<windowTitle>Netty Source Xref (${project.version})</windowTitle>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>${project.groupId}</groupId>
|
||||||
|
<artifactId>netty-build</artifactId>
|
||||||
|
<version>10</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
2
pom.xml
2
pom.xml
@ -318,7 +318,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>netty-build</artifactId>
|
<artifactId>netty-build</artifactId>
|
||||||
<version>9</version>
|
<version>10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user