From 3213006e3912c05dfa61f57607678297c3026c20 Mon Sep 17 00:00:00 2001 From: Morgan Kleene Date: Thu, 25 Jun 2026 10:18:18 -0400 Subject: [PATCH] fix: upgrade the publish plugin to avoid an error sonatype has added new fields that the old plugin doesn't understand. This causesn error during the publish step. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 15a6170e..d9931cb1 100644 --- a/pom.xml +++ b/pom.xml @@ -405,7 +405,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.6.0 + 0.11.0 true true