From 560e147333cf164617b60aa8a42e65932819cc04 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Mon, 12 Jan 2026 11:58:36 -0500 Subject: [PATCH] nexus-staging to central-publishing plugin; upgraded plugin versions --- pom.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index cb983e2..a46d368 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ maven-compiler-plugin - 3.13.0 + 3.14.1 @@ -61,27 +61,27 @@ maven-dependency-plugin - 3.8.1 + 3.9.0 maven-surefire-plugin - 3.4.0 + 3.5.4 org.junit.jupiter junit-jupiter-engine - 5.11.0 + 5.14.0 maven-failsafe-plugin - 3.4.0 + 3.5.4 org.junit.jupiter junit-jupiter-engine - 5.11.0 + 5.14.0 @@ -98,7 +98,7 @@ - ossrh-release + central-publish true @@ -138,20 +138,20 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://s01.oss.sonatype.org/ - true + central + true + - ossrh-deploy + deploy deploy - deploy + publish