1
0
Fork 0

new repo integrated on Gitea

This commit is contained in:
xeviff 2024-06-16 20:37:14 +02:00
parent abf137598e
commit 57d165fe15
1 changed files with 7 additions and 4 deletions

11
pom.xml
View File

@ -6,7 +6,7 @@
<groupId>tv.mangrana</groupId> <groupId>tv.mangrana</groupId>
<artifactId>mangrana-commons</artifactId> <artifactId>mangrana-commons</artifactId>
<version>7.2.0</version> <version>7.2.1</version>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
@ -73,10 +73,13 @@
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>mangrana_repo</id> <id>gitea</id>
<name>My self-hosted maven repo</name> <url>https://git.hack3.cat/api/packages/Mangrana/maven</url>
<url>https://mavenrepo.mangrana.tv/snapshots</url>
</repository> </repository>
<snapshotRepository>
<id>gitea</id>
<url>https://git.hack3.cat/api/packages/Mangrana/maven</url>
</snapshotRepository>
</distributionManagement> </distributionManagement>
</project> </project>