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