From e0fa095db996fe13961209f4f174403ca1319a58 Mon Sep 17 00:00:00 2001 From: Jonathan Leibiusky Date: Tue, 3 Sep 2013 11:59:08 -0300 Subject: [PATCH] update dependencies version version bump --- Makefile | 21 ++++++++++++++ pom.xml | 87 ++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 81 insertions(+), 27 deletions(-) diff --git a/Makefile b/Makefile index 6845923..6164c56 100644 --- a/Makefile +++ b/Makefile @@ -112,4 +112,25 @@ test: kill `cat /tmp/sentinel2.pid` kill `cat /tmp/sentinel3.pid` +release: + echo "$$REDIS1_CONF" | redis-server - + echo "$$REDIS2_CONF" | redis-server - + echo "$$REDIS3_CONF" | redis-server - + echo "$$REDIS4_CONF" | redis-server - + echo "$$REDIS_SENTINEL1" | redis-sentinel - + echo "$$REDIS_SENTINEL2" | redis-sentinel - + echo "$$REDIS_SENTINEL3" | redis-sentinel - + + mvn clean deploy + + kill `cat /tmp/redis1.pid` + kill `cat /tmp/redis2.pid` + # this get's segfaulted by the tests + kill `cat /tmp/redis3.pid` || true + kill `cat /tmp/redis4.pid` + kill `cat /tmp/sentinel1.pid` + kill `cat /tmp/sentinel2.pid` + kill `cat /tmp/sentinel3.pid` + + .PHONY: test diff --git a/pom.xml b/pom.xml index a724a9d..e011826 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,10 @@ - - org.sonatype.oss - oss-parent - 7 - - 4.0.0 jar redis.clients jedis - 2.2.2-SNAPSHOT + 2.3.0 Jedis Jedis is a blazingly small and sane Redis java client. https://github.com/xetorthio/jedis @@ -20,8 +14,8 @@ Jedis Mailing List jedis_redis@googlegroups.com - http://groups.google.com/group/jedis_redis - + http://groups.google.com/group/jedis_redis + @@ -38,49 +32,58 @@ http://github.com/xetorthio/jedis/issues - - scm:git:git@github.com:xetorthio/jedis.git - scm:git:git@github.com:xetorthio/jedis.git - scm:git:git@github.com:xetorthio/jedis.git - + + scm:git:git@github.com:xetorthio/jedis.git + scm:git:git@github.com:xetorthio/jedis.git + scm:git:git@github.com:xetorthio/jedis.git + localhost:6379,localhost:6380,localhost:6381,localhost:6382 localhost:26379,localhost:26380 + github junit junit - 4.8.1 + 4.11 jar test commons-pool commons-pool - 1.5.5 + 1.6 jar compile + + + github + GitHub ${project.artifactId} Repository + https://raw.github.com/xetorthio/${project.artifactId}/mvn-repo + + + org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 3.1 - 1.5 - 1.5 + 1.6 + 1.6 org.apache.maven.plugins maven-surefire-plugin - 2.6 + 2.16 ${redis-hosts} @@ -90,7 +93,7 @@ org.apache.maven.plugins maven-source-plugin - 2.1.2 + 2.2.1 true @@ -98,16 +101,46 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.7 + 2.9.1 true - - org.apache.maven.plugins - maven-release-plugin - 2.0-beta-9 - + + org.apache.maven.plugins + maven-release-plugin + 2.4.1 + + + maven-deploy-plugin + 2.7 + + internal.repo::default::file://${project.build.directory}/mvn-repo + + + + com.github.github + site-maven-plugin + 0.8 + + Maven artifacts for ${project.version} + true + ${project.build.directory}/mvn-repo + refs/heads/mvn-repo + **/* + jedis + xetorthio + + + + + + site + + deploy + + +