Skip to content

Commit fdce5fb

Browse files
author
Jonathan Leibiusky
committed
[maven-release-plugin] prepare release jedis-2.5.1
1 parent d02e56c commit fdce5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>jar</packaging>
1010
<groupId>redis.clients</groupId>
1111
<artifactId>jedis</artifactId>
12-
<version>2.5.1-SNAPSHOT</version>
12+
<version>2.5.1</version>
1313
<name>Jedis</name>
1414
<description>Jedis is a blazingly small and sane Redis java client.</description>
1515
<url>https://github.com/xetorthio/jedis</url>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:[email protected]:xetorthio/jedis.git</connection>
4242
<url>scm:git:[email protected]:xetorthio/jedis.git</url>
4343
<developerConnection>scm:git:[email protected]:xetorthio/jedis.git</developerConnection>
44-
<tag>jedis-2.2.0</tag>
44+
<tag>jedis-2.5.1</tag>
4545
</scm>
4646

4747
<properties>

0 commit comments

Comments
 (0)