From 20e8b0f14610ed9128a35324dc19deb6a73fc9e9 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Thu, 11 Jan 2024 15:06:14 -0600 Subject: [PATCH] Minor POM fix to ensure Maven central is only contacted once (id MUST be "central") & never for snapshots --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8299e553f4..4d7368aba1 100644 --- a/pom.xml +++ b/pom.xml @@ -1909,8 +1909,11 @@ - maven-central + central https://repo.maven.apache.org/maven2 + + false + @@ -1928,6 +1931,9 @@ handle.net https://handle.net/maven + + false +