mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2024-10-31 17:29:22 +00:00
Move to new ATLAS Nexus (#138)
* Move to new ATLAS Nexus Turns out jFrog is super expensive and 10GB of Bandwidth doesn't go far, this should make things a lot better :) * Update pom.xml * Update pom.xml
This commit is contained in:
parent
44ff621d73
commit
0a9b95bfce
18
pom.xml
18
pom.xml
|
@ -41,8 +41,8 @@
|
|||
<repositories>
|
||||
|
||||
<repository>
|
||||
<id>totalfreedom-development</id>
|
||||
<url>https://atlasmedia.jfrog.io/artifactory/totalfreedom-development/</url>
|
||||
<id>atlas-nexus-01-totalfreedom-development</id>
|
||||
<url>https://nexus-01.core.atlas-media.co.uk/repository/totalfreedom-development/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
|
@ -133,9 +133,9 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>ca.momoperes</groupId>
|
||||
<artifactId>mojangson</artifactId>
|
||||
<version>1.0-20210821.193420-1</version>
|
||||
<groupId>com.github.speedxx</groupId>
|
||||
<artifactId>Mojangson</artifactId>
|
||||
<version>1957eef8d6</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -230,10 +230,10 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.AtlasMediaGroup</groupId>
|
||||
<artifactId>TFGuilds</artifactId>
|
||||
<version>master-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
<groupId>me.totalfreedom</groupId>
|
||||
<artifactId>tfguilds</artifactId>
|
||||
<version>2021.06-RC2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue