Gitea configs.

This commit is contained in:
Michael Wain 2025-01-06 04:22:54 +03:00
parent 097528c09a
commit 56a9a46bbe

18
pom.xml
View File

@ -26,6 +26,24 @@
</developer>
</developers>
<repositories>
<repository>
<id>gitea</id>
<url>https://gitea.awain.net/api/packages/alterwain/maven</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url>https://gitea.awain.net/api/packages/alterwain/maven</url>
</repository>
<snapshotRepository>
<id>gitea</id>
<url>https://gitea.awain.net/api/packages/alterwain/maven</url>
</snapshotRepository>
</distributionManagement>
<licenses>
<license>
<name>GNU AFFERO GENERAL PUBLIC LICENSE Version 3</name>