From 1198fd21f83da7b664ee886e33969d91c9dee312 Mon Sep 17 00:00:00 2001 From: Jean Bisutti Date: Thu, 5 Mar 2026 15:05:55 +0100 Subject: [PATCH 1/2] Fix snapshot deployment --- pom.xml | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 4f380a5..286b53b 100644 --- a/pom.xml +++ b/pom.xml @@ -268,7 +268,7 @@ - + 1.8 @@ -345,17 +345,6 @@ public - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - true - - maven-release-plugin 3.0.0-M6 @@ -369,17 +358,21 @@ release-@{project.version} + + org.sonatype.central + central-publishing-maven-plugin + 0.10.0 + + central + + - ossrh - https://oss.sonatype.org/content/repositories/snapshots + central + https://central.sonatype.com/repository/maven-snapshots - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - From 963ee4734503a1e9787f03abba424a6fb9fe4298 Mon Sep 17 00:00:00 2001 From: Jean Bisutti Date: Thu, 5 Mar 2026 17:31:07 +0100 Subject: [PATCH 2/2] Preserve format --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 286b53b..f993295 100644 --- a/pom.xml +++ b/pom.xml @@ -268,7 +268,7 @@ - + 1.8