We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576ba4d commit f6c91c9Copy full SHA for f6c91c9
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.lettuce</groupId>
5
<artifactId>lettuce-core</artifactId>
6
- <version>6.1.7.RELEASE</version>
+ <version>6.1.8.BUILD-SNAPSHOT</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>6.1.7.RELEASE</tag>
+ <tag>HEAD</tag>
91
</scm>
92
93
<distributionManagement>
0 commit comments