Updated pom.xml to use the LibreCCM Gitea instance as package repository.
parent
77b59d9a6e
commit
60cca47522
10
pom.xml
10
pom.xml
|
|
@ -38,13 +38,21 @@
|
||||||
<name>LibreCCM</name>
|
<name>LibreCCM</name>
|
||||||
<url>http://www.libreccm.org/project-sites/</url>
|
<url>http://www.libreccm.org/project-sites/</url>
|
||||||
</site>
|
</site>
|
||||||
<snapshotRepository>
|
<!-- <snapshotRepository>
|
||||||
<id>libreccm-snapshots</id>
|
<id>libreccm-snapshots</id>
|
||||||
<url>https://packages.libreccm.org/repository/maven-snapshots/</url>
|
<url>https://packages.libreccm.org/repository/maven-snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>libreccm-releases</id>
|
<id>libreccm-releases</id>
|
||||||
<url>https://packages.libreccm.org/repository/maven-releases/</url>
|
<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>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue