fix url in pom.xml
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m27s
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m27s
This commit is contained in:
parent
4efe29dfd8
commit
7fa10fc112
6
pom.xml
6
pom.xml
@ -59,18 +59,18 @@
|
|||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>gitea</id>
|
<id>gitea</id>
|
||||||
<url>https://gitea.kuksa.dev/api/packages/edkuksa/maven</url>
|
<url>https://git.kuksa.dev/api/packages/edkuksa/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>gitea</id>
|
<id>gitea</id>
|
||||||
<url>https://gitea.kuksa.dev/api/packages/edkuksa/maven</url>
|
<url>https://git.kuksa.dev/api/packages/edkuksa/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>gitea</id>
|
<id>gitea</id>
|
||||||
<url>https://gitea.kuksa.dev/api/packages/edkuksa/maven</url>
|
<url>https://git.kuksa.dev/api/packages/edkuksa/maven</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user