fix url in pom.xml
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m27s

This commit is contained in:
Eduard Kuksa 2025-02-01 17:17:24 +07:00
parent 4efe29dfd8
commit 7fa10fc112

View File

@ -59,18 +59,18 @@
<repositories>
<repository>
<id>gitea</id>
<url>https://gitea.kuksa.dev/api/packages/edkuksa/maven</url>
<url>https://git.kuksa.dev/api/packages/edkuksa/maven</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url>https://gitea.kuksa.dev/api/packages/edkuksa/maven</url>
<url>https://git.kuksa.dev/api/packages/edkuksa/maven</url>
</repository>
<snapshotRepository>
<id>gitea</id>
<url>https://gitea.kuksa.dev/api/packages/edkuksa/maven</url>
<url>https://git.kuksa.dev/api/packages/edkuksa/maven</url>
</snapshotRepository>
</distributionManagement>
</project>