Update pom.xml

This commit is contained in:
Andrea Cavalli 2020-10-07 11:17:01 +02:00
parent 5343903028
commit 5ed393a186
1 changed files with 11 additions and 11 deletions

22
pom.xml
View File

@ -11,27 +11,27 @@
<repositories> <repositories>
<repository> <repository>
<id>mchv</id> <id>mchv-release</id>
<name>MCHV Apache Maven Packages</name> <name>MCHV Release Apache Maven Packages</name>
<url>https://mvn.mchv.eu/repository/mchv/</url> <url>https://mvn.mchv.eu/repository/mchv</url>
</repository> </repository>
<repository> <repository>
<id>mchv-snapshot</id> <id>mchv-snapshot</id>
<name>MCHV Apache Maven Packages</name> <name>MCHV Snapshot Apache Maven Packages</name>
<url>https://mvn.mchv.eu/repository/mchv-snapshot/</url> <url>https://mvn.mchv.eu/repository/mchv</url>
</repository> </repository>
</repositories> </repositories>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>mchv</id> <id>mchv-release-distribution</id>
<name>MCHV Apache Maven Packages</name> <name>MCHV Release Apache Maven Packages Distribution</name>
<url>https://mvn.mchv.eu/repository/mchv/</url> <url>https://mvn.mchv.eu/repository/mchv</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>mchv</id> <id>mchv-snapshot-distribution</id>
<name>MCHV Apache Maven Packages</name> <name>MCHV Snapshot Apache Maven Packages Distribution</name>
<url>https://mvn.mchv.eu/repository/mchv-snapshot/</url> <url>https://mvn.mchv.eu/repository/mchv-snapshot</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
<scm> <scm>