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 8578443 commit ae7ea91Copy full SHA for ae7ea91
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>biz.paluch.redis</groupId>
11
<artifactId>lettuce</artifactId>
12
- <version>3.4.1-SNAPSHOT</version>
+ <version>3.4.1.Final</version>
13
<packaging>jar</packaging>
14
15
<name>lettuce</name>
@@ -62,7 +62,7 @@
62
<connection>scm:git:https://github.com/mp911de/lettuce.git</connection>
63
<developerConnection>scm:git:https://github.com/mp911de/lettuce.git</developerConnection>
64
<url>http://github.com/mp911de/lettuce</url>
65
- <tag>HEAD</tag>
+ <tag>3.4.1.Final</tag>
66
</scm>
67
68
<prerequisites>
0 commit comments