1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-04 23:37:49 +01:00
This commit is contained in:
montlikadani 2019-12-07 14:25:29 +01:00
parent 76e2bd2cbd
commit 18c04df278

12
pom.xml
View File

@ -15,18 +15,18 @@
<ciManagement>
<system>jenkins</system>
<url>http://ci.codemc.org/job/AuthMeBungee/</url>
<url>http://ci.codemc.io/job/Jobs/</url>
</ciManagement>
<distributionManagement>
<snapshotRepository>
<id>codemc-snapshots</id>
<url>https://repo.codemc.org/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>codemc-releases</id>
<url>https://repo.codemc.org/repository/maven-releases/</url>
<url>https://repo.codemc.io/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>codemc-snapshots</id>
<url>https://repo.codemc.io/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<dependencies>