[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Jonathan Leibiusky
2014-02-03 11:09:50 -05:00
parent aa63c98d8e
commit 2d04a3845b

View File

@@ -9,7 +9,7 @@
<packaging>jar</packaging>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
<name>Jedis</name>
<description>Jedis is a blazingly small and sane Redis java client.</description>
<url>https://github.com/xetorthio/jedis</url>
@@ -41,7 +41,7 @@
<connection>scm:git:git@github.com:xetorthio/jedis.git</connection>
<url>scm:git:git@github.com:xetorthio/jedis.git</url>
<developerConnection>scm:git:git@github.com:xetorthio/jedis.git</developerConnection>
<tag>jedis-2.3.0</tag>
<tag>jedis-2.2.0</tag>
</scm>
<properties>