From ea50c6e6d02a7280f4e9d1a7b6b93f2e20c53101 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 21 Nov 2024 16:02:32 +0100 Subject: [PATCH] GH-955 - Automatically close release repository. --- pom.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index ef02b0fb..e8d60c1f 100644 --- a/pom.xml +++ b/pom.xml @@ -255,14 +255,20 @@ limitations under the License. ${env.GPG_PASSPHRASE} + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + sonatype-new + https://s01.oss.sonatype.org/ + true + true + + - - - sonatype-new - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 - -