mirror of
https://github.com/DieReicheErethons/Brewery.git
synced 2024-11-26 12:15:19 +01:00
Merge pull request #34 from Lucariatias/patch-3
Use bukkit-repo for CraftBukkit
This commit is contained in:
commit
5007c1e935
8
pom.xml
8
pom.xml
@ -37,8 +37,8 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spout-repo</id>
|
<id>bukkit-repo</id>
|
||||||
<url>http://nexus.spout.org/content/groups/public/</url>
|
<url>http://repo.bukkit.org/content/groups/public/</url>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
<updatePolicy>always</updatePolicy>
|
<updatePolicy>always</updatePolicy>
|
||||||
@ -54,9 +54,9 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- Provided by third-party -->
|
<!-- Provided by third-party -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spout</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>craftbukkit</artifactId>
|
<artifactId>craftbukkit</artifactId>
|
||||||
<version>1.6.2-R0.2-SNAPSHOT</version>
|
<version>1.7.2-R0.3</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user