We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7239abc commit dfb0ba4Copy full SHA for dfb0ba4
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>biz.paluch.redis</groupId>
11
<artifactId>lettuce</artifactId>
12
- <version>4.0.1-SNAPSHOT</version>
+ <version>4.0.1.Final</version>
13
<packaging>jar</packaging>
14
15
<name>lettuce</name>
@@ -63,7 +63,7 @@
63
<connection>scm:git:https://github.com/mp911de/lettuce.git</connection>
64
<developerConnection>scm:git:https://github.com/mp911de/lettuce.git</developerConnection>
65
<url>http://github.com/mp911de/lettuce</url>
66
- <tag>4.0</tag>
+ <tag>4.0.1.Final</tag>
67
</scm>
68
69
<prerequisites>
0 commit comments