From 082a88be46536c1ed7b55f101b34b67a3d589197 Mon Sep 17 00:00:00 2001 From: Muhammad Sufyan Date: Tue, 24 Jun 2025 12:30:33 +0500 Subject: [PATCH] ci(package-publishing): add central maven plugin 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 5dd34b11..555b8daa 100644 --- a/pom.xml +++ b/pom.xml @@ -34,17 +34,6 @@ https://github.com/apimatic/core-lib-java - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - com.fasterxml.jackson.core @@ -202,16 +191,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