diff --git a/pom.xml b/pom.xml index 63689d9..e2c1ab6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - + org.sonatype.oss @@ -8,15 +9,23 @@ 4.0.0 jar - - com.googlecode.jedis + redis.clients jedis - 1.3.1-SNAPSHOT - + 1.3.0-SNAPSHOT Jedis Jedis is a blazingly small and sane Redis java client. http://code.google.com/p/jedis/ + + + Jedis Mailing List + jedis_redis@googlegroups.com + + http://groups.google.com/group/jedis_redis + + + + Jedis License @@ -71,6 +80,22 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + true + +