version bump

This commit is contained in:
Jonathan Leibiusky
2010-12-10 17:42:13 -03:00
parent 6f92f5fc9c
commit e73564b3ba
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'maven'
group = 'com.googlecode.jedis'
archiveBaseName = 'jedis'
version = '1.3.0'
version = '1.5.0'
repositories {
mavenCentral()

View File

@@ -10,7 +10,7 @@
<packaging>jar</packaging>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>1.5.0-RC3</version>
<version>1.5.0</version>
<name>Jedis</name>
<description>Jedis is a blazingly small and sane Redis java client.</description>
<url>http://code.google.com/p/jedis/</url>