From 94c3be218f43fc4b886a3919baabf5e68be58312 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Wed, 1 Dec 2021 18:00:26 -0500 Subject: [PATCH] Adds s01 and sonatype staging plugin --- spring-cloud-starter-parent/pom.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/spring-cloud-starter-parent/pom.xml b/spring-cloud-starter-parent/pom.xml index ac78f9c..b192642 100644 --- a/spring-cloud-starter-parent/pom.xml +++ b/spring-cloud-starter-parent/pom.xml @@ -137,18 +137,38 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + https://s01.oss.sonatype.org/ + sonatype-nexus-staging + false + + + + default-deploy + deploy + + deploy + + + + sonatype-nexus-snapshots Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ + https://s01.oss.sonatype.org/content/repositories/snapshots/ sonatype-nexus-staging Nexus Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/