Upgrade to netty-build-19

This commit is contained in:
Trustin Lee 2013-04-05 05:38:24 +09:00
parent a3e760a003
commit 7ccbcb90af

View File

@ -369,7 +369,7 @@
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>netty-build</artifactId> <artifactId>netty-build</artifactId>
<version>19-SNAPSHOT</version> <version>19</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>