summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2022-12-07 14:41:15 +0100
committerSimon Rettberg2022-12-07 14:41:15 +0100
commite0b9729755cae1a8d6e5b2febfeb0c06f7c39dcb (patch)
treecfdad2f7f846e70d456ef983df09cf391d318494
parent[vbox] Fix USB 2.0/1.1 detection (diff)
downloadmaster-sync-shared-e0b9729755cae1a8d6e5b2febfeb0c06f7c39dcb.tar.gz
master-sync-shared-e0b9729755cae1a8d6e5b2febfeb0c06f7c39dcb.tar.xz
master-sync-shared-e0b9729755cae1a8d6e5b2febfeb0c06f7c39dcb.zip
[maven] Use https
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a6485ed..4d7b477 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,12 +20,12 @@
<repository>
<id>mltk-repo</id>
<name>mltk-services repo</name>
- <url>http://mltk-services.ruf.uni-freiburg.de:8081/nexus/content/repositories/releases/</url>
+ <url>https://mltk-services.ruf.uni-freiburg.de/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>mltk-repo</id>
<name>mltk-services repo</name>
- <url>http://mltk-services.ruf.uni-freiburg.de:8081/nexus/content/repositories/snapshots/</url>
+ <url>https://mltk-services.ruf.uni-freiburg.de/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>