summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu
diff options
context:
space:
mode:
authorSimon Rettberg2022-12-19 14:38:01 +0100
committerSimon Rettberg2022-12-19 14:38:01 +0100
commit155fe01c90987d793ef811e70c84e46f388355cf (patch)
tree6f0871e4d829f48d6265a13b59f8f1a971524023 /core/modules/qemu
parent[docker-ce] Stop parsing arguments so our grep expression works (diff)
downloadmltk-155fe01c90987d793ef811e70c84e46f388355cf.tar.gz
mltk-155fe01c90987d793ef811e70c84e46f388355cf.tar.xz
mltk-155fe01c90987d793ef811e70c84e46f388355cf.zip
[qemu] maven: Switch to https
Diffstat (limited to 'core/modules/qemu')
-rw-r--r--core/modules/qemu/runvirt-plugin-qemu/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/modules/qemu/runvirt-plugin-qemu/pom.xml b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
index 0a3804fc..4c6816f3 100644
--- a/core/modules/qemu/runvirt-plugin-qemu/pom.xml
+++ b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
@@ -22,11 +22,11 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
</properties>
-
+
<repositories>
<repository>
<id>mltk-repo-snapshot</id>
- <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>
<releases>
<enabled>false</enabled>
</releases>
@@ -37,7 +37,7 @@
</repository>
<repository>
<id>mltk-repo-release</id>
- <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>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>