From ca3bf4e18058acee8a51cf2ca6993695865908c6 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 20 Jun 2025 18:45:27 -0400 Subject: [PATCH] Fix maven central plugin --- .settings.xml | 5 ----- settings.xml | 26 ------------------------ spring-cloud-build-dependencies/pom.xml | 13 ++++++------ spring-cloud-dependencies-parent/pom.xml | 13 ++++++------ 4 files changed, 14 insertions(+), 43 deletions(-) delete mode 100644 settings.xml diff --git a/.settings.xml b/.settings.xml index 3e214f23..f6b8b3a8 100644 --- a/.settings.xml +++ b/.settings.xml @@ -22,11 +22,6 @@ ${env.CI_DEPLOY_USERNAME} ${env.CI_DEPLOY_PASSWORD} - - central - ${env.CENTRAL_USER} - ${env.CENTRAL_PASSWORD} - diff --git a/settings.xml b/settings.xml deleted file mode 100644 index d980f520..00000000 --- a/settings.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - central - ${env.CENTRAL_USER} - ${env.CENTRAL_PASSWORD} - - - diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml index 1182bddf..28e89499 100644 --- a/spring-cloud-build-dependencies/pom.xml +++ b/spring-cloud-build-dependencies/pom.xml @@ -21,6 +21,7 @@ UTF-8 3.3.13 3.2.7 + 0.7.0 @@ -96,12 +97,6 @@ Sonatype Nexus Snapshots https://s01.oss.sonatype.org/content/repositories/snapshots - - sonatype-nexus-staging - Nexus Release Repository - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - @@ -125,6 +120,12 @@ + + org.sonatype.central + central-publishing-maven-plugin + ${central-publishing-maven-plugin.version} + true + diff --git a/spring-cloud-dependencies-parent/pom.xml b/spring-cloud-dependencies-parent/pom.xml index 16cfd7ed..0762d406 100644 --- a/spring-cloud-dependencies-parent/pom.xml +++ b/spring-cloud-dependencies-parent/pom.xml @@ -70,6 +70,7 @@ UTF-8 + 0.7.0 https://github.com/spring-cloud @@ -109,12 +110,6 @@ Sonatype Nexus Snapshots https://s01.oss.sonatype.org/content/repositories/snapshots - - sonatype-nexus-staging - Nexus Release Repository - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - @@ -171,6 +166,12 @@ + + org.sonatype.central + central-publishing-maven-plugin + ${central-publishing-maven-plugin.version} + true +