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 0135ced commit b043940Copy full SHA for b043940
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>biz.paluch.redis</groupId>
11
<artifactId>lettuce</artifactId>
12
- <version>4.4.3-SNAPSHOT</version>
+ <version>4.4.3.Final</version>
13
<packaging>jar</packaging>
14
15
<name>lettuce</name>
@@ -67,7 +67,7 @@
67
<connection>scm:git:https://github.com/lettuce-io/lettuce-core.git</connection>
68
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git</developerConnection>
69
<url>http://github.com/lettuce-io/lettuce-core</url>
70
- <tag>HEAD</tag>
+ <tag>4.4.3.Final</tag>
71
</scm>
72
73
<!-- Required for Spring RC artifacts -->
0 commit comments