Update pom.xml

This commit is contained in:
Alexandre Vanhecke 2018-01-22 00:40:30 +01:00 committed by GitHub
parent 6f2c586441
commit 9b60c26a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,11 +38,11 @@
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>https://nexus.authme.eu/repository/maven-snapshots/</url>
<url>https://repo.codemc.org/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<url>https://nexus.authme.eu/repository/maven-releases/</url>
<url>https://repo.codemc.org/repository/maven-releases/</url>
</repository>
</distributionManagement>