Skip to content

Commit 12e30f8

Browse files
authored
bump version (#2344)
1 parent 1312d21 commit 12e30f8

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,7 @@ Or use it as a maven dependency:
5858
<dependency>
5959
<groupId>redis.clients</groupId>
6060
<artifactId>jedis</artifactId>
61-
<version>3.4.1</version>
62-
<type>jar</type>
63-
<scope>compile</scope>
64-
</dependency>
65-
```
66-
67-
```xml
68-
<dependency>
69-
<groupId>redis.clients</groupId>
70-
<artifactId>jedis</artifactId>
71-
<version>2.10.2</version>
61+
<version>3.5.0</version>
7262
<type>jar</type>
7363
<scope>compile</scope>
7464
</dependency>
@@ -86,12 +76,13 @@ Or use it as a maven dependency:
8676
```
8777

8878
and
79+
8980
```xml
9081
<dependencies>
9182
<dependency>
9283
<groupId>redis.clients</groupId>
9384
<artifactId>jedis</artifactId>
94-
<version>3.5.0-SNAPSHOT</version>
85+
<version>3.6.0-SNAPSHOT</version>
9586
</dependency>
9687
</dependencies>
9788
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>jar</packaging>
1010
<groupId>redis.clients</groupId>
1111
<artifactId>jedis</artifactId>
12-
<version>3.5.0-SNAPSHOT</version>
12+
<version>3.6.0-SNAPSHOT</version>
1313
<name>Jedis</name>
1414
<description>Jedis is a blazingly small and sane Redis java client.</description>
1515
<url>https://github.com/redis/jedis</url>

0 commit comments

Comments
 (0)