summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2014-01-20 21:20:13 +1100
committerChris Ward <chris@chrisgward.com>2014-01-20 21:20:13 +1100
commit3495fc89820c04c0db615c066fcffcf157e60ea6 (patch)
tree2b93daf53cb504e8486ab98c06114e8c4538e704 /pom.xml
parent9432765479ebc6b8ccfb523817ca4ad98e11b08b (diff)
downloadEssentials-3495fc89820c04c0db615c066fcffcf157e60ea6.tar
Essentials-3495fc89820c04c0db615c066fcffcf157e60ea6.tar.gz
Essentials-3495fc89820c04c0db615c066fcffcf157e60ea6.tar.lz
Essentials-3495fc89820c04c0db615c066fcffcf157e60ea6.tar.xz
Essentials-3495fc89820c04c0db615c066fcffcf157e60ea6.zip
Update to Bukkit Development Builds
Change things so unit testing can run after Bukkit's breaking commit with classloader stuff
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1aafcc580..a6764ecb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,10 @@
<id>ess-repo</id>
<url>http://repo.ess3.net/content/groups/public</url>
</repository>
+ <repository>
+ <id>bukkit-repo</id>
+ <url>http://repo.bukkit.org/content/groups/public</url>
+ </repository>
</repositories>
<distributionManagement>
@@ -71,7 +75,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
- <version>1.7.2-R0.1</version>
+ <version>1.7.2-R0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>