Skip to content

Commit c98817b

Browse files
authored
Prepare for next major release 4.0.0 (#2491)
* Update pom.xml * Update release-drafter-config.yml * Update README.md
1 parent 270bb71 commit c98817b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/release-drafter-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: '$NEXT_MINOR_VERSION'
2-
tag-template: 'jedis-$NEXT_MINOR_VERSION'
1+
name-template: '$NEXT_MAJOR_VERSION'
2+
tag-template: 'jedis-$NEXT_MAJOR_VERSION'
33
categories:
44
- title: 'Features'
55
labels:

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@ and
8787
</dependencies>
8888
```
8989

90+
for upcoming major release
91+
92+
```xml
93+
<dependencies>
94+
<dependency>
95+
<groupId>redis.clients</groupId>
96+
<artifactId>jedis</artifactId>
97+
<version>4.0.0-SNAPSHOT</version>
98+
</dependency>
99+
</dependencies>
100+
```
101+
90102

91103
To use it just:
92104

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.6.0-SNAPSHOT</version>
12+
<version>4.0.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)