Updated pom.xml to use the LibreCCM Gitea instance as package repository.

master
Jens Pelzetter 2023-04-17 19:55:49 +02:00
parent 77b59d9a6e
commit 60cca47522
1 changed files with 9 additions and 1 deletions

10
pom.xml
View File

@ -38,13 +38,21 @@
<name>LibreCCM</name>
<url>http://www.libreccm.org/project-sites/</url>
</site>
<snapshotRepository>
<!-- <snapshotRepository>
<id>libreccm-snapshots</id>
<url>https://packages.libreccm.org/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>libreccm-releases</id>
<url>https://packages.libreccm.org/repository/maven-releases/</url>
</repository> -->
<snapshotRepository>
<id>libreccm-snapshots</id>
<url>https://git.libreccm.org/api/packages/libreccm/maven</url>
</snapshotRepository>
<repository>
<id>libreccm-releases</id>
<url>https://git.libreccm.org/api/packages/libreccm/maven</url>
</repository>
</distributionManagement>