From 137684bb142d22a282a32f96af9a1d0e1f367fa9 Mon Sep 17 00:00:00 2001 From: Artem Vysochyn Date: Tue, 12 Jan 2021 11:53:43 +0200 Subject: [PATCH] Added nexus-staging-plugin --- pom.xml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index df13c62..26ea38f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 io.scalecube @@ -55,6 +57,8 @@ 3.2.0 3.1.2 2.7 + 1.6 + 1.6.8 google_checks.xml @@ -192,8 +196,19 @@ release release-@{project.version} deploy - ${env.GITHUB_ACTOR} - ${env.GITHUB_TOKEN} + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + ossrh + https://oss.sonatype.org/ + true @@ -211,7 +226,7 @@ The reactor is not valid true - + @@ -407,6 +422,10 @@ https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + org.sonatype.plugins + nexus-staging-maven-plugin +