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 c482350 commit 0ab12ccCopy full SHA for 0ab12cc
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>biz.paluch.redis</groupId>
11
<artifactId>lettuce</artifactId>
12
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.1.Final</version>
13
<packaging>jar</packaging>
14
15
<name>lettuce</name>
@@ -54,7 +54,7 @@
54
<connection>scm:git:https://github.com/mp911de/lettuce.git</connection>
55
<developerConnection>scm:git:https://github.com/mp911de/lettuce.git</developerConnection>
56
<url>http://github.com/mp911de/lettuce</url>
57
- <tag>HEAD</tag>
+ <tag>3.0.1.Final</tag>
58
</scm>
59
60
<prerequisites>
0 commit comments