From 5abd79f1ffd5013e66285addf75e1cb3b81f05bb Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 1 Nov 2014 18:26:42 -0400 Subject: Use the nexus staging Maven plugin. --- pom.xml | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 90d166e..ed49eac 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ - 3.0 + 3.0.4 @@ -172,6 +172,12 @@ maven-release-plugin 2.5 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.5 + @@ -256,6 +262,17 @@ false + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + true + + @@ -306,13 +323,7 @@ - release-sign-artifacts - - - performRelease - true - - + release -- cgit v1.2.3