Skip to content

Commit

Permalink
Upgrade to Netty 3.5.0.Final, closes #2013.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Jun 8, 2012
1 parent 395a09d commit 77e3cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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 -->
Expand Down

0 comments on commit 77e3cc1

Please sign in to comment.