version bump
This commit is contained in:
@@ -3,7 +3,7 @@ apply plugin: 'maven'
|
||||
|
||||
group = 'com.googlecode.jedis'
|
||||
archiveBaseName = 'jedis'
|
||||
version = '1.3.0'
|
||||
version = '1.5.0'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user