From e8f8ac62e428a36c6d5d28859caa4a6a7c9964a5 Mon Sep 17 00:00:00 2001 From: kstyrc Date: Sun, 12 Apr 2015 10:35:41 +0200 Subject: [PATCH] Adjusted pom.xml for sonatype Maven Central --- pom.xml | 65 +++++++++++++++++++++++---------------------------------- 1 file changed, 26 insertions(+), 39 deletions(-) diff --git a/pom.xml b/pom.xml index 51b219ac..1771420a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - redis.embedded + com.github.kstyrc embedded-redis jar 0.6-SNAPSHOT @@ -26,7 +26,6 @@ - 1 Krzysztof Styrc kstyrc@gmail.com @@ -37,10 +36,13 @@ + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + - clojars - Clojars repository - https://clojars.org/repo + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -134,49 +136,34 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + org.apache.maven.plugins maven-release-plugin 2.5.1 - -Dgpg.passphrase=${gpg.passphrase} + true + false + release + deploy - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.4 - - ${gpg.passphrase} - - - - sign-artifacts - verify - - sign - - - - - - - - -