Skip to content

Commit c482350

Browse files
committed
Release preparation
1 parent e1aedb2 commit c482350

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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>

0 commit comments

Comments
 (0)