version update

This commit is contained in:
Jonathan Leibiusky
2010-09-30 21:06:34 -03:00
parent 6a1e141064
commit ca83b63109
3 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ All of the following redis features are supported:
- Remote server control commands - Remote server control commands
- Connection pooling - Connection pooling
- Sharding (MD5, MurmureHash) - Sharding (MD5, MurmureHash)
- Key-tags for sharding
## How do I use it? ## How do I use it?

View File

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

View File

@@ -12,7 +12,7 @@
<groupId>com.googlecode.jedis</groupId> <groupId>com.googlecode.jedis</groupId>
<artifactId>jedis</artifactId> <artifactId>jedis</artifactId>
<version>1.2.0</version> <version>1.3.0</version>
<name>Jedis</name> <name>Jedis</name>
<description>Jedis is a blazingly small and sane Redis java client.</description> <description>Jedis is a blazingly small and sane Redis java client.</description>