From 89101afd8b719947a034b22deb5d6979b26679ec Mon Sep 17 00:00:00 2001 From: dxasupport Date: Wed, 10 Sep 2025 18:13:15 +0100 Subject: [PATCH] Adjustments to build process to conform with the latest sonatype updates. --- pom.xml | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index cf755f046..8336d67c3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.sdl.oss oss-parent - 1.0.4 + 1.0.5 com.sdl.dxa @@ -118,7 +118,7 @@ snapshots-repo - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ false @@ -127,18 +127,6 @@ - - - sonatype-nexus-staging - OSS sonatype release - https://oss.sonatype.org/content/repositories/releases - - - sonatype-nexus-snapshots - OSS sonatype snapshots - https://oss.sonatype.org/content/repositories/snapshots - - @@ -962,9 +950,9 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 @@ -986,13 +974,12 @@ maven-jar-plugin - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin true - sonatype-nexus-staging - https://oss.sonatype.org/ - true + central + false