diff options
author | Simon Rettberg | 2022-12-07 14:40:55 +0100 |
---|---|---|
committer | Simon Rettberg | 2022-12-07 14:40:55 +0100 |
commit | 30bd702c62540aa5744fe02eed868597184a38e7 (patch) | |
tree | 9ffa6e1dae0b1e4d3a3ffbab5db4301050c62a62 | |
parent | Strip down pom.xml, add mltk-repo for local deployment (diff) | |
download | svg-salamander-core-30bd702c62540aa5744fe02eed868597184a38e7.tar.gz svg-salamander-core-30bd702c62540aa5744fe02eed868597184a38e7.tar.xz svg-salamander-core-30bd702c62540aa5744fe02eed868597184a38e7.zip |
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,12 +27,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>
|