Updated maven dependency template Jedis version to 2.2.1 (latest)

This commit is contained in:
Mathieu Boniface
2013-11-30 19:02:40 +01:00
parent 6b5f080c7b
commit 7cd4dd4395

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>