From 0e6fe31ee4d51a874ca010480a8e9dce74a16335 Mon Sep 17 00:00:00 2001 From: Hongxin Liang Date: Tue, 31 Mar 2026 09:32:37 +0200 Subject: [PATCH] chore: use centralSnapshotsUrl instead of distributionManagement Configure snapshot URL directly in the central-publishing-maven-plugin via centralSnapshotsUrl and remove the now-unnecessary distributionManagement section from both root and flytekit-bom pom.xml. Signed-off-by: Hongxin Liang Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Hongxin Liang --- flytekit-bom/pom.xml | 8 +------- pom.xml | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/flytekit-bom/pom.xml b/flytekit-bom/pom.xml index f4dbe8d1..aa46c1bc 100644 --- a/flytekit-bom/pom.xml +++ b/flytekit-bom/pom.xml @@ -52,13 +52,6 @@ https://github.com/flyteorg/flytekit-java - - - central - https://central.sonatype.com/repository/maven-snapshots/ - - - @@ -288,6 +281,7 @@ true central + https://central.sonatype.com/repository/maven-snapshots/ true published diff --git a/pom.xml b/pom.xml index 1c18f6e1..cdbf47b5 100644 --- a/pom.xml +++ b/pom.xml @@ -73,13 +73,6 @@ https://github.com/flyteorg/flytekit-java - - - central - https://central.sonatype.com/repository/maven-snapshots/ - - -