Skip to content

Commit

Permalink
Replace bukkit repo w/ spigot
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroCC authored Aug 11, 2020
1 parent 3912c05 commit 5b98df1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
</properties>
<repositories>
<repository>
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/public</url>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.6.4-R2.0</version>
<version>1.8.8-R0.1</version>
</dependency>
</dependencies>
<distributionManagement>
Expand All @@ -50,4 +50,4 @@
<url>file:///var/lib/jenkins/repo</url>
</repository>
</distributionManagement>
</project>
</project>

0 comments on commit 5b98df1

Please sign in to comment.