From ab0fcfed4aca37447975b479cf88b374a93abf08 Mon Sep 17 00:00:00 2001 From: Ralph O'Flinn Date: Fri, 6 Jul 2018 14:54:21 -0500 Subject: [PATCH] Update pom.xml - release deployment Updated release profile, nexus-staging-maven-plugin plug-in version, repository --- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b8508b955..06d2bbea2 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,13 @@ - release + release-sign-artifacts + + + performRelease + true + + @@ -306,7 +312,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.3 + 1.6.7 @@ -371,6 +377,10 @@ ossrh https://oss.sonatype.org/content/repositories/snapshots + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ +