From 2e4cd56ab127627c4222b00893325d4ac605821a Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Thu, 5 Feb 2026 16:30:32 -0800 Subject: [PATCH] ci: auto-publish lancedb java sdk (#2986) Avoid the need to manually approve an artifact release in Maven Central --- java/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index b3dc81dea..897d23646 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -292,11 +292,12 @@ org.sonatype.central central-publishing-maven-plugin - 0.4.0 + 0.8.0 true ossrh true + true