Upgrade to Netty 3.5.0.Final, closes #2013.

This commit is contained in:
Shay Banon 2012-06-08 23:20:45 +02:00
parent 395a09db03
commit 77e3cc1790
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>0.20.0.Beta1-SNAPSHOT</version>
<version>0.19.4</version>
<packaging>jar</packaging>
<description>ElasticSearch - Open Source, Distributed, RESTful Search Engine</description>
<inceptionYear>2009</inceptionYear>
@ -153,7 +153,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.4.6.Final</version>
<version>3.5.0.Final</version>
<scope>compile</scope>
</dependency>
<!-- END: dependencies that are shaded -->