From b3a330c0b93a053fab9b4213bb2ef0d4e40c190e Mon Sep 17 00:00:00 2001 From: Tobias Koch Date: Tue, 27 Feb 2024 16:23:11 +0100 Subject: [PATCH] Add distribution management (#1) Co-authored-by: Tobias Koch --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index d76a0e9..130f8da 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,21 @@ + + + true + nexus-releases + QBiC Releases + https://qbic-repo.qbic.uni-tuebingen.de/repository/maven-releases + + + false + nexus-snapshots + QBiC Snapshots + https://qbic-repo.qbic.uni-tuebingen.de/repository/maven-snapshots + + + 21 21