From 6f27de4961b1713eeac368e1b56fb20cd335f83a Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 21 Nov 2024 16:02:32 +0100 Subject: [PATCH] GH-956 - Automatically close release repository. --- pom.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 3fdaa42d..bf19217d 100644 --- a/pom.xml +++ b/pom.xml @@ -222,14 +222,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 - -