summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorNathan Adams <dinnerbone@dinnerbone.com>2012-03-01 15:35:12 +0000
committerNathan Adams <dinnerbone@dinnerbone.com>2012-03-01 15:35:12 +0000
commit6f1fecbd31472c49f167d6d581df5a30f22fe784 (patch)
treee1b0fd53000495f6c05ed88c4ed5cdac23e441c2 /pom.xml
parentaa3678a7837646eb7c0c091fdaf5674b76634788 (diff)
downloadcraftbukkit-6f1fecbd31472c49f167d6d581df5a30f22fe784.tar
craftbukkit-6f1fecbd31472c49f167d6d581df5a30f22fe784.tar.gz
craftbukkit-6f1fecbd31472c49f167d6d581df5a30f22fe784.tar.lz
craftbukkit-6f1fecbd31472c49f167d6d581df5a30f22fe784.tar.xz
craftbukkit-6f1fecbd31472c49f167d6d581df5a30f22fe784.zip
Fixed cast issues when passing delegates to world generators, and WorldGenMegaTree method exception. This fixes BUKKIT-866, and references BUKKIT-868.
Also bumped version to 1.2.2-R0.1-SNAPSHOT to match Bukkit.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7e48649b..53acb878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.2.2-R0-SNAPSHOT</version>
+ <version>1.2.2-R0.1-SNAPSHOT</version>
<name>CraftBukkit</name>
<url>http://www.bukkit.org</url>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
- <version>1.2.2-R0-SNAPSHOT</version>
+ <version>1.2.2-R0.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>