File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Releases of lettuce are available in the maven central repository. Take also a l
3535<dependency >
3636 <groupId >biz.paluch.redis</groupId >
3737 <artifactId >lettuce</artifactId >
38- <version >3.0.Final</version >
38+ <version >3.0.1. Final</version >
3939</dependency >
4040```
4141
@@ -45,7 +45,7 @@ Shaded JAR-File (packaged dependencies and relocated to the `com.lambdaworks` p
4545<dependency >
4646 <groupId >biz.paluch.redis</groupId >
4747 <artifactId >lettuce</artifactId >
48- <version >3.0.Final</version >
48+ <version >3.0.1. Final</version >
4949 <classifier >shaded</classifier >
5050 <exclusions >
5151 <exclusion >
Original file line number Diff line number Diff line change 4747 <!-- You need a running redis+sentinel for all tests, therefore disabled by default -->
4848 <skipTests >true</skipTests >
4949 <github .site.upload.skip>true</github .site.upload.skip>
50- <lettuce-release-version >3.0.Final</lettuce-release-version >
50+ <lettuce-release-version >3.0.1. Final</lettuce-release-version >
5151 </properties >
5252
5353 <scm >
You can’t perform that action at this time.
0 commit comments