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