From 958019081ed79a8eee6658a85cc536d68f39a08d Mon Sep 17 00:00:00 2001 From: Patrik Korytar Date: Mon, 14 Sep 2026 14:17:38 +0200 Subject: [PATCH 1/2] Add missing release properties --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7002868..495c764 100644 --- a/pom.xml +++ b/pom.xml @@ -94,9 +94,10 @@ true true - https://central.sonatype.com/repository/maven-snapshots/ + https://central.sonatype.com central-publisher true + validated false @@ -197,6 +198,7 @@ ${central.serverId} ${central.autoPublish} + ${central.waitUntil} ${central.skipPublishing} @@ -517,9 +519,13 @@ true ${central.serverId} - ${central.sonatype.url} + ${central.sonatype.url}/repository/maven-snapshots/ default + + ${central.serverId} + ${central.sonatype.url} + From ef6e1f603fbd5ac2fc4bbbb4df4278f5144b0471 Mon Sep 17 00:00:00 2001 From: Patrik Korytar Date: Mon, 14 Sep 2026 14:18:03 +0200 Subject: [PATCH 2/2] Set default central.autoPublish value to false --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 495c764..6b957cb 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ https://central.sonatype.com central-publisher - true + false validated false @@ -519,7 +519,7 @@ true ${central.serverId} - ${central.sonatype.url}/repository/maven-snapshots/ + ${central.sonatype.url}/repository/maven-snapshots/ default