From c4f922036dabc17d5e63e106c752dccf91ecc4db Mon Sep 17 00:00:00 2001 From: m-heuser Date: Wed, 29 Sep 2010 13:28:59 +0200 Subject: [PATCH] Changed pom to fit the requirements of https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-7a.1.POMandsettingsconfig --- build.gradle | 2 +- pom.xml | 103 +++++++++++++++++++-------------------------------- 2 files changed, 39 insertions(+), 66 deletions(-) diff --git a/build.gradle b/build.gradle index e282048..c699eb0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'java' apply plugin: 'maven' -group = 'redis.clients' +group = 'com.googlecode.jedis' archiveBaseName = 'jedis' version = '1.2.0' diff --git a/pom.xml b/pom.xml index ccbcf88..dbb1ed7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,46 @@ + + + org.sonatype.oss + oss-parent + 5 + + 4.0.0 - redis.clients + jar + + com.googlecode.jedis jedis 1.2.0 - + + Jedis + Jedis is a blazingly small and sane Redis java client. + http://code.google.com/p/jedis/ + + + + Jedis License + http://github.com/xetorthio/jedis/raw/master/LICENSE.txt + repo + + + + + github + http://github.com/xetorthio/jedis/issues + + + + http://github.com/xetorthio/jedis + scm:git:http://github.com/xetorthio/jedis.git + scm:git:http://github.com/xetorthio/jedis.git + + + + localhost:6379,localhost:6380 + + junit @@ -15,37 +51,6 @@ - - localhost:6379,localhost:6380 - - - Jedis - Jedis is a blazingly small and sane Redis java client. - http://github.com/xetorthio/jedis - - - github - http://github.com/xetorthio/jedis - - - - scm:git:http://github.com/xetorthio/jedis.git - - - - - Jedis - http://groups.google.com/group/jedis_redis - - - - - - Jedis License - http://github.com/xetorthio/jedis/raw/master/LICENSE.txt - - - @@ -57,7 +62,6 @@ 1.6 - org.apache.maven.plugins maven-surefire-plugin @@ -68,37 +72,6 @@ - - - org.apache.maven.plugins - maven-source-plugin - 2.1.2 - - - attach-sources - verify - - jar - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.7 - - - attach-javadocs - verify - - jar - - - - -