From b5d8b1057d31e835a99ca84250c4f7bedf2f54c9 Mon Sep 17 00:00:00 2001 From: "Pfifer, Justin" Date: Thu, 30 Aug 2018 13:21:39 -0700 Subject: [PATCH] Change to use the Maven release plugin Changed to use the Maven release plugin instead of a custom publishing system. --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a0a237cb..516ebdde 100644 --- a/pom.xml +++ b/pom.xml @@ -298,7 +298,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 1.6 sign-artifacts @@ -309,6 +309,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + sonatype-nexus-staging + https://oss.sonatype.org + false + +