mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Fix Spigot artifact in POM
Use the correct groupId, artifactId and version of Spigot dependency installed by BuildTools
This commit is contained in:
parent
f651607d2f
commit
7fc3fb097e
6
pom.xml
6
pom.xml
@ -80,9 +80,9 @@
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>Spigot</artifactId>
|
||||
<version>1.10</version>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot</artifactId>
|
||||
<version>1.10.2-R0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sk89q</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user