new repo integrated on Gitea
This commit is contained in:
parent
abf137598e
commit
57d165fe15
11
pom.xml
11
pom.xml
|
@ -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>
|
Loading…
Reference in New Issue