Skip to content

Commit

Permalink
Changed repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinChaos committed Dec 18, 2023
1 parent ba63dbb commit feaadb3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<spigot.version>1.20.4-R0.1-SNAPSHOT</spigot.version>

<authme.version>5.6.0-SNAPSHOT</authme.version>
<chestsort.version>11.0.0-SNAPSHOT</chestsort.version>
<authlib.version>1.5.21</authlib.version>
<worldguard.version>7.0.4-SNAPSHOT</worldguard.version>

Expand Down Expand Up @@ -142,15 +141,16 @@
<id>VaultAPI</id>
<url>https://ci.ender.zone/plugin/repository/everything/net/milkbowl/vault/</url>
</repository>
<!--CraftationGaming Repository-->
<!--CraftationGaming-Old Repository-->
<repository>
<id>CraftationGaming</id>
<url>https://labs.craftationgaming.com/api/v4/projects/3/packages/maven</url>
</repository>
<!--CraftationGaming-Old (ChestSortAPI) Repository-->
<!--CraftationGaming Repository-->
<repository>
<id>CraftationGaming-Old</id>
<url>https://raw.githubusercontent.com/RockinChaos/repository/maven-public/</url>
<id>CraftationGaming-snapshots</id>
<name>CraftationGaming Repository</name>
<url>https://repo.craftationgaming.com/snapshots</url>
</repository>
</repositories>

Expand Down Expand Up @@ -201,7 +201,7 @@
<dependency>
<groupId>de.jeff_media.chestsortapi</groupId>
<artifactId>ChestSortAPI</artifactId>
<version>${chestsort.version}</version>
<version>11.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!--WorldGuard API-->
Expand Down

0 comments on commit feaadb3

Please sign in to comment.