From ff4266d6f22cb99cc3ca13bbf77ab58a3daaa454 Mon Sep 17 00:00:00 2001 From: Jan van Mansum Date: Fri, 6 Sep 2019 17:53:43 +0200 Subject: [PATCH] Standardized repositories element in POM to point to DANS releases and snapshots repos. Removed pluginRepositories element, as we hardly ever use any special plugins hosted by our own Maven repo. --- pom.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4a15b42..0f76657 100644 --- a/pom.xml +++ b/pom.xml @@ -158,11 +158,24 @@ - DANS + dans-releases true - http://maven.dans.knaw.nl/releases + + false + + https://maven.dans.knaw.nl/releases/ + + + dans-snapshots + + false + + + true + + https://maven.dans.knaw.nl/snapshots/