Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
update netty dependency to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wg committed Mar 2, 2013
1 parent 760f083 commit 9be681e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -6,7 +6,7 @@ lettuce - A scalable Java Redis client
Multiple connections are efficiently managed by the excellent netty NIO
framework.

This version of lettuce has been tested against redis 2.6.2
This version of lettuce has been tested against redis 2.6.10

Join the lambdaWorks-OSS Google Group to discuss this project:

Expand Down Expand Up @@ -72,5 +72,5 @@ Maven Artifacts
<dependency>
<groupId>com.lambdaworks</groupId>
<artifactId>lettuce</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.lambdaworks</groupId>
<artifactId>lettuce</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>

<packaging>jar</packaging>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.5.9.Final</version>
<version>3.6.3.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9be681e

Please sign in to comment.