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 75bc754 commit f7f689eCopy full SHA for f7f689e
pom.xml
@@ -9,7 +9,7 @@
9
<packaging>jar</packaging>
10
<groupId>redis.clients</groupId>
11
<artifactId>jedis</artifactId>
12
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.1</version>
13
<name>Jedis</name>
14
<description>Jedis is a blazingly small and sane Redis java client.</description>
15
<url>https://github.com/xetorthio/jedis</url>
@@ -41,7 +41,7 @@
41
<connection>scm:git:[email protected]:xetorthio/jedis.git</connection>
42
<url>scm:git:[email protected]:xetorthio/jedis.git</url>
43
<developerConnection>scm:git:[email protected]:xetorthio/jedis.git</developerConnection>
44
- <tag>jedis-2.2.0</tag>
+ <tag>jedis-2.3.1</tag>
45
</scm>
46
47
<properties>
0 commit comments