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:
Ryan 2021-09-11 01:19:08 +01:00 committed by GitHub
parent 44ff621d73
commit 0a9b95bfce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
pom.xml
View file

@ -41,8 +41,8 @@
<repositories> <repositories>
<repository> <repository>
<id>totalfreedom-development</id> <id>atlas-nexus-01-totalfreedom-development</id>
<url>https://atlasmedia.jfrog.io/artifactory/totalfreedom-development/</url> <url>https://nexus-01.core.atlas-media.co.uk/repository/totalfreedom-development/</url>
</repository> </repository>
<repository> <repository>
@ -133,9 +133,9 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>ca.momoperes</groupId> <groupId>com.github.speedxx</groupId>
<artifactId>mojangson</artifactId> <artifactId>Mojangson</artifactId>
<version>1.0-20210821.193420-1</version> <version>1957eef8d6</version>
</dependency> </dependency>
<dependency> <dependency>
@ -230,10 +230,10 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.AtlasMediaGroup</groupId> <groupId>me.totalfreedom</groupId>
<artifactId>TFGuilds</artifactId> <artifactId>tfguilds</artifactId>
<version>master-SNAPSHOT</version> <version>2021.06-RC2</version>
<scope>provided</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>