File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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 '
33categories :
44 - title : ' Features'
55 labels :
Original file line number Diff line number Diff line change 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
91103To use it just:
92104
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments