We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbab71c commit 610c7c6Copy full SHA for 610c7c6
docs/jedis-maven.md
@@ -6,7 +6,7 @@
6
<dependency>
7
<groupId>redis.clients</groupId>
8
<artifactId>jedis</artifactId>
9
- <version>5.0.0</version>
+ <version>5.2.0</version>
10
</dependency>
11
```
12
@@ -28,7 +28,7 @@ and
28
29
30
31
- <version>5.1.0-SNAPSHOT</version>
+ <version>6.0.0-SNAPSHOT</version>
32
33
</dependencies>
34
pom.xml
@@ -9,7 +9,7 @@
<packaging>jar</packaging>
- <version>5.3.0-SNAPSHOT</version>
13
<name>Jedis</name>
14
<description>Jedis is a blazingly small and sane Redis java client.</description>
15
<url>https://github.com/redis/jedis</url>
0 commit comments