From 80349c654a620fbab1b7a4e03161caebc4f11b43 Mon Sep 17 00:00:00 2001 From: Muhammad Sufyan Date: Tue, 24 Jun 2025 12:25:11 +0500 Subject: [PATCH] release(package-publishing): add central maven plugin to pom.xml for migration This plugin is required to support publishing via the Sonatype Central Portal as OSSRH is reaching end-of-life on June 30, 2025. --- pom.xml | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index d378aec..4063f7f 100644 --- a/pom.xml +++ b/pom.xml @@ -34,17 +34,6 @@ https://github.com/apimatic/core-interfaces-java - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - com.squareup.okhttp3 @@ -129,16 +118,17 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrh - https://s01.oss.sonatype.org/ - true + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + ossrh + true + true + published - + org.apache.maven.plugins maven-source-plugin