Fix repo urls
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Ryan Harg 2024-11-28 11:10:35 +01:00
parent aa34874d39
commit 9b9ec7dd39

View file

@ -24,11 +24,12 @@
<docker.repo.password/> <docker.repo.password/>
<maven-scm-plugin.version>2.1.0</maven-scm-plugin.version> <maven-scm-plugin.version>2.1.0</maven-scm-plugin.version>
<maven-release-plugin.version>3.1.1</maven-release-plugin.version> <maven-release-plugin.version>3.1.1</maven-release-plugin.version>
<project.scm.id>git-azw27-de</project.scm.id>
</properties> </properties>
<scm> <scm>
<connection>scm:git:ssh://git@git.azw27.de/ryan_harg/ddns-client.git</connection> <connection>scm:git:ssh://git@git.azw27.de:2222/ryan_harg/ddns-client.git</connection>
<developerConnection>scm:git:ssh://git@git.azw27.de/ryan_harg/ddns-client.git</developerConnection> <developerConnection>scm:git:ssh://git@git.azw27.de:2222/ryan_harg/ddns-client.git</developerConnection>
<url>https://git.azw27.de/ryan_harg/ddns-client</url> <url>https://git.azw27.de/ryan_harg/ddns-client</url>
</scm> </scm>