diff options
author | Simon Rettberg | 2023-04-26 15:52:47 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-04-26 15:52:47 +0200 |
commit | 211f8d647d9a5fdeb808f3d0f787dac5fcb07565 (patch) | |
tree | a819eb3ef45727f36e83f3ae057ca5d84684c35e /dozentenmodul | |
parent | [client] Check if virt config is valid, warn user if not (diff) | |
download | tutor-module-211f8d647d9a5fdeb808f3d0f787dac5fcb07565.tar.gz tutor-module-211f8d647d9a5fdeb808f3d0f787dac5fcb07565.tar.xz tutor-module-211f8d647d9a5fdeb808f3d0f787dac5fcb07565.zip |
Update git url to https
Diffstat (limited to 'dozentenmodul')
-rwxr-xr-x | dozentenmodul/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml index 10e22341..6f3725ab 100755 --- a/dozentenmodul/pom.xml +++ b/dozentenmodul/pom.xml @@ -10,7 +10,7 @@ <name>DozMod-Client</name> <url>https://git.openslx.org/openslx-ng/tutor-module.git</url> <scm> - <connection>scm:git:git://git.openslx.org/openslx-ng/tutor-module.git</connection> + <connection>scm:git:https://git.openslx.org/openslx-ng/tutor-module.git</connection> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |