From 5f836c1ed125fff7adffa025a38ccb6d693421b5 Mon Sep 17 00:00:00 2001 From: Stanislav Trailov Date: Tue, 20 May 2025 08:51:04 +0300 Subject: [PATCH] Feature/migration to central sonatype (#2410) * Swtich to central sonatype Signed-off-by: strailov * parameterize version Signed-off-by: strailov * remove old ds management Signed-off-by: strailov --------- Signed-off-by: strailov --- pom.xml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 818f3d564..d456b4f16 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ 3.5.3 0.8.13 - 1.7.0 + 0.7.0 3.2.7 @@ -220,15 +220,10 @@ - - ossrh - hawkBit Repository - Release - https://oss.sonatype.org/service/local/staging/deploy/maven2 - ossrh hawkBit Repository - Snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ @@ -565,14 +560,12 @@ sure that all artifacts of a multi-module project are deployed as a whole at the end of the build process instead of deploying each module's artifacts individually as part of building the module. --> - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus.staging.maven.plugin.version} + org.sonatype.central + central-publishing-maven-plugin + ${central.publishing.maven.plugin.version} true - ossrh - https://oss.sonatype.org/ - false + central