Upgrade to netty-build 10

This commit is contained in:
Trustin Lee 2012-09-23 15:40:37 +09:00
parent b0c6b701e4
commit 0f0479547d
2 changed files with 8 additions and 1 deletions

View File

@ -259,6 +259,13 @@
<docTitle>Netty Source Xref (${project.version})</docTitle>
<windowTitle>Netty Source Xref (${project.version})</windowTitle>
</configuration>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-build</artifactId>
<version>10</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>

View File

@ -318,7 +318,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-build</artifactId>
<version>9</version>
<version>10</version>
</dependency>
</dependencies>
</plugin>