fix owner name in pom.xml
Some checks failed
Gitea Action Maven build / build (push) Failing after 1m17s
Some checks failed
Gitea Action Maven build / build (push) Failing after 1m17s
This commit is contained in:
parent
7fa10fc112
commit
e8b095c08a
6
pom.xml
6
pom.xml
@ -59,18 +59,18 @@
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>gitea</id>
|
||||
<url>https://git.kuksa.dev/api/packages/edkuksa/maven</url>
|
||||
<url>https://git.kuksa.dev/api/packages/{owner}/maven</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>gitea</id>
|
||||
<url>https://git.kuksa.dev/api/packages/edkuksa/maven</url>
|
||||
<url>https://git.kuksa.dev/api/packages/{owner}/maven</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>gitea</id>
|
||||
<url>https://git.kuksa.dev/api/packages/edkuksa/maven</url>
|
||||
<url>https://git.kuksa.dev/api/packages/{owner}/maven</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user