upgrade to netty 3.6.1

This commit is contained in:
Shay Banon 2013-01-04 16:06:15 +01:00
parent bf4c442509
commit 7726a4a9dd
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty</artifactId> <artifactId>netty</artifactId>
<version>3.6.0.Final</version> <version>3.6.1.Final</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
@ -607,7 +607,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore /> <ignore/>
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>