From e4831c681812e1c6e4a3717dcff8290e18f8323e Mon Sep 17 00:00:00 2001 From: Julian Psotta Date: Mon, 25 Sep 2023 15:22:48 +0200 Subject: [PATCH] fix(pom): Fix repo location again --- pom.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e3fc6932ba2..163bcc5ba6a 100644 --- a/pom.xml +++ b/pom.xml @@ -306,15 +306,20 @@ + https://repo.heigit.org/artifactory/ - heigit-nexus-releases - HeiGIT Releases - ${env.NEXUS_BASE_URL}/repository/maven-releases/ + releases + HeiGIT repository + false + https://repo.heigit.org/artifactory/libs-release-local + default - heigit-nexus-snapshots - HeiGIT Snapshots - ${env.NEXUS_BASE_URL}/repository/maven-snapshots/ + snapshots + HeiGIT repository (snapshots) + true + https://repo.heigit.org/artifactory/libs-snapshot-local + default