From 97a3b200d89283e75e2e7b59c56b77d21b29f2df Mon Sep 17 00:00:00 2001 From: cruizba Date: Thu, 4 Dec 2025 20:55:39 +0100 Subject: [PATCH] openvidu-java-client: Update Maven plugins for central publishing sonatype: https://central.sonatype.org/news/20250326_ossrh_sunset/ --- openvidu-java-client/pom.xml | 12 +++++------- openvidu-test-browsers/pom.xml | 11 +++++------ pom.xml | 13 ++++++------- 3 files changed, 16 insertions(+), 20 deletions(-) diff --git a/openvidu-java-client/pom.xml b/openvidu-java-client/pom.xml index b0e965225..eb5e25f86 100644 --- a/openvidu-java-client/pom.xml +++ b/openvidu-java-client/pom.xml @@ -183,15 +183,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - ${version.nexus.staging.plugin} + org.sonatype.central + central-publishing-maven-plugin + ${version.sonatype.central.plugin} true - ossrh - https://oss.sonatype.org/ - true - 30 + ossrh + true diff --git a/openvidu-test-browsers/pom.xml b/openvidu-test-browsers/pom.xml index ccd291e34..f1644e9c7 100644 --- a/openvidu-test-browsers/pom.xml +++ b/openvidu-test-browsers/pom.xml @@ -157,14 +157,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - ${version.nexus.staging.plugin} + org.sonatype.central + central-publishing-maven-plugin + ${version.sonatype.central.plugin} true - ossrh - https://oss.sonatype.org/ - true + ossrh + true diff --git a/pom.xml b/pom.xml index 1cf8321d7..4644f60f3 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 3.7.1 3.5.4 3.2.8 - 1.7.0 + 0.9 3.6.2 3.12.0 3.9.11 @@ -273,14 +273,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - ${version.nexus.staging.plugin} + org.sonatype.central + central-publishing-maven-plugin + ${version.sonatype.central.plugin} true - ossrh - https://oss.sonatype.org/ - false + ossrh + true