From 3f4436bcb65ce31b5b4b562d22855626c758b0ac Mon Sep 17 00:00:00 2001 From: kang <1115610574@qq.com> Date: Sat, 7 Aug 2021 11:12:10 +0800 Subject: [PATCH] ci: add upload ossrh snapshotRepository config --- pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f3ec0d2..3b511fc 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,15 @@ + + snapshot + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + release @@ -222,10 +231,6 @@ - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - sonatype-nexus-staging https://oss.sonatype.org/service/local/staging/deploy/maven2/ -- GitLab