Reflect recent version to maven dependency explain

This commit is contained in:
Jungtaek Lim
2014-03-22 18:00:34 +09:00
parent bcd40b4e34
commit d7f88789ea

View File

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