1
0
Fork 0

Update pom.xml

This commit is contained in:
Andrea Cavalli 2020-10-07 10:53:24 +02:00
parent 757f004e1c
commit f6ca5b0706
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -11,14 +11,14 @@
<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>