summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-12-18 17:26:01 +1100
committerChris Ward <chris@chrisgward.com>2013-12-18 17:26:01 +1100
commite63460835f0f4307cd34bb015d9979b31ffec3c3 (patch)
tree1a25c1f1f9a1e658ac529772b5f70b16052684bd /pom.xml
parent7f3f88495aeb6594e7b413c02b91ce79d45d4ed4 (diff)
downloadEssentials-e63460835f0f4307cd34bb015d9979b31ffec3c3.tar
Essentials-e63460835f0f4307cd34bb015d9979b31ffec3c3.tar.gz
Essentials-e63460835f0f4307cd34bb015d9979b31ffec3c3.tar.lz
Essentials-e63460835f0f4307cd34bb015d9979b31ffec3c3.tar.xz
Essentials-e63460835f0f4307cd34bb015d9979b31ffec3c3.zip
Use Bukkit beta build
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a49415db0..0135d82a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
- <version>1.7.2-R0.1-SNAPSHOT</version>
+ <version>1.7.2-R0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>