We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a8d12 commit 34cc38aCopy full SHA for 34cc38a
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.lettuce</groupId>
5
<artifactId>lettuce-core</artifactId>
6
- <version>6.1.8.BUILD-SNAPSHOT</version>
+ <version>6.1.8.RELEASE</version>
7
<packaging>jar</packaging>
8
9
<name>Lettuce</name>
@@ -87,7 +87,7 @@
87
<connection>scm:git:https://github.com/lettuce-io/lettuce-core.git</connection>
88
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git</developerConnection>
89
<url>http://github.com/lettuce-io/lettuce-core</url>
90
- <tag>HEAD</tag>
+ <tag>6.1.8.RELEASE</tag>
91
</scm>
92
93
<distributionManagement>
0 commit comments