Merge pull request #484 from mathieuboniface/patch-1

Updated maven dependency template Jedis version to  2.2.1 (latest)
This commit is contained in:
Jonathan Leibiusky
2013-11-30 13:24:17 -08:00

View File

@@ -45,7 +45,7 @@ Or use it as a maven dependency:
<dependency> <dependency>
<groupId>redis.clients</groupId> <groupId>redis.clients</groupId>
<artifactId>jedis</artifactId> <artifactId>jedis</artifactId>
<version>2.0.0</version> <version>2.2.1</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>