From 80f04682f43286883c75b539b8b7279fdc450d0f Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Sun, 2 Dec 2018 02:03:51 -0800 Subject: [PATCH 1/2] add publish plugins --- pom.xml | 79 ++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 50 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 5b54cdf6a6..8b956a551e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ jar redis.clients jedis - 3.0.0-SNAPSHOT + 3.0.0-rc1 Jedis Jedis is a blazingly small and sane Redis java client. https://github.com/xetorthio/jedis @@ -86,13 +86,16 @@ - - - github - GitHub ${project.artifactId} Repository - https://raw.github.com/xetorthio/${project.artifactId}/mvn-repo - - + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + @@ -148,26 +151,30 @@ - - org.apache.maven.plugins - maven-release-plugin - 2.4.2 - - - maven-deploy-plugin - 2.8.1 - - internal.repo::default::file://${project.build.directory}/mvn-repo - - - - com.googlecode.maven-java-formatter-plugin - maven-java-formatter-plugin - 0.4 - - ${project.basedir}/hbase-formatter.xml - - + + org.apache.maven.plugins + maven-release-plugin + 2.4.2 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + com.googlecode.maven-java-formatter-plugin + maven-java-formatter-plugin + 0.4 + + ${project.basedir}/hbase-formatter.xml + + maven-jar-plugin 2.6 @@ -177,7 +184,21 @@ - + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + org.apache.felix maven-bundle-plugin 2.5.3 From d23d7603ec0f6f7894637c53e3d7f083fe28f06b Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Sun, 2 Dec 2018 02:09:50 -0800 Subject: [PATCH 2/2] set version as 3.0.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8b956a551e..7ef31c226d 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ jar redis.clients jedis - 3.0.0-rc1 + 3.0.0-SNAPSHOT Jedis Jedis is a blazingly small and sane Redis java client. https://github.com/xetorthio/jedis