mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-22 08:02:13 +01:00
Added repo to pom
This commit is contained in:
parent
d6fe6af5a0
commit
ef57c59d43
@ -5,6 +5,12 @@
|
|||||||
<artifactId>Plan</artifactId>
|
<artifactId>Plan</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>org.bukkit</id>
|
||||||
|
<url>org/bukkit/craftbukkit/1.10.2-R0.1-SNAPSHOT/craftbukkit-1.10.2-R0.1-SNAPSHOT.jar</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user