Updated pom.xml to use the LibreCCM Gitea instance as package repository.
parent
9c6b3646a9
commit
aff26bc22c
10
pom.xml
10
pom.xml
|
|
@ -20,13 +20,21 @@
|
|||
<name>ScientificCMS</name>
|
||||
<url>https://www.scientificcms.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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue