From 56111fde2d3c0e9a2a4ea7ff704df049091e36a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kohlschu=CC=88tter?= Date: Thu, 12 Dec 2024 21:32:17 +0100 Subject: [PATCH] pom: Fix snapshot plugin repository config --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 9da0db6..3f65e6a 100644 --- a/pom.xml +++ b/pom.xml @@ -137,10 +137,22 @@ apache.snapshots https://repository.apache.org/snapshots/ + + false + + + true + sonatype.snapshots https://oss.sonatype.org/content/repositories/snapshots + + false + + + true +