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 0146b55 commit df7cff9Copy full SHA for df7cff9
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>io.lettuce</groupId>
11
<artifactId>lettuce-core</artifactId>
12
- <version>5.0.4.BUILD-SNAPSHOT</version>
+ <version>5.0.4.RELEASE</version>
13
<packaging>jar</packaging>
14
15
<name>Lettuce</name>
@@ -68,7 +68,7 @@
68
<connection>scm:git:https://github.com/lettuce-io/lettuce-core.git</connection>
69
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git</developerConnection>
70
<url>http://github.com/lettuce-io/lettuce-core</url>
71
- <tag>HEAD</tag>
+ <tag>5.0.4.RELEASE</tag>
72
</scm>
73
74
<dependencyManagement>
0 commit comments