Skip to content

Commit f82f221

Browse files
authored
Bump version to 6.1.0-SNAPSHOT after 6.0.0 release (#4157)
* Bump integration branch to next release (6.1.x) * Update README.md
1 parent eb34e05 commit f82f221

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ The most recent version of this library supports redis version
3333
[6.0](https://github.com/redis/redis/blob/6.0/00-RELEASENOTES),
3434
[6.2](https://github.com/redis/redis/blob/6.2/00-RELEASENOTES),
3535
[7.0](https://github.com/redis/redis/blob/7.0/00-RELEASENOTES),
36-
[7.2](https://github.com/redis/redis/blob/7.2/00-RELEASENOTES) and
37-
[7.4](https://github.com/redis/redis/blob/7.4/00-RELEASENOTES).
36+
[7.2](https://github.com/redis/redis/blob/7.2/00-RELEASENOTES),
37+
[7.4](https://github.com/redis/redis/blob/7.4/00-RELEASENOTES) and
38+
[8.0](https://github.com/redis/redis/blob/8.0/00-RELEASENOTES).
3839

3940
The table below highlights version compatibility of the most-recent library versions and Redis versions. Compatibility means communication features, and Redis command capabilities.
4041

@@ -45,6 +46,7 @@ The table below highlights version compatibility of the most-recent library vers
4546
| >= 4.0 | Version 5.0 to 7.2 Family of releases | 8, 11, 17 |
4647
| >= 5.0 | Version 6.0 to current | 8, 11, 17, 21 |
4748
| >= 5.2 | Version 7.2 to current | 8, 11, 17, 21 |
49+
| >= 6.0 | Version 7.2 to current | 8, 11, 17, 21 |
4850

4951
## Getting started
5052

@@ -54,7 +56,7 @@ To get started with Jedis, first add it as a dependency in your Java project. If
5456
<dependency>
5557
<groupId>redis.clients</groupId>
5658
<artifactId>jedis</artifactId>
57-
<version>5.2.0</version>
59+
<version>6.0.0</version>
5860
</dependency>
5961
```
6062

docs/jedis-maven.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<dependency>
77
<groupId>redis.clients</groupId>
88
<artifactId>jedis</artifactId>
9-
<version>5.2.0</version>
9+
<version>6.0.0</version>
1010
</dependency>
1111
```
1212

@@ -28,7 +28,7 @@ and
2828
<dependency>
2929
<groupId>redis.clients</groupId>
3030
<artifactId>jedis</artifactId>
31-
<version>6.0.0-SNAPSHOT</version>
31+
<version>6.1.0-SNAPSHOT</version>
3232
</dependency>
3333
</dependencies>
3434
```

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>6.0.0-SNAPSHOT</version>
12+
<version>6.1.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)