summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTravis Watkins <amaranth@ubuntu.com>2013-04-27 04:40:05 -0500
committerTravis Watkins <amaranth@ubuntu.com>2013-04-27 10:42:19 -0500
commit799779e4b19605dc7d7befd0b530caf640214d14 (patch)
treec4f636429e8ea3aec489f6f619dc23b733862ae2 /pom.xml
parent83c3aa188bbde405f584f7b66e4fe5cab90aff35 (diff)
downloadcraftbukkit-799779e4b19605dc7d7befd0b530caf640214d14.tar
craftbukkit-799779e4b19605dc7d7befd0b530caf640214d14.tar.gz
craftbukkit-799779e4b19605dc7d7befd0b530caf640214d14.tar.lz
craftbukkit-799779e4b19605dc7d7befd0b530caf640214d14.tar.xz
craftbukkit-799779e4b19605dc7d7befd0b530caf640214d14.zip
Update CraftBukkit to Minecraft 1.5.2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 9ff95c68..01a7a895 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.5.1-R0.3-SNAPSHOT</version>
+ <version>1.5.2-R0.1-SNAPSHOT</version>
<name>CraftBukkit</name>
<url>http://www.bukkit.org</url>
@@ -12,8 +12,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<api.version>unknown</api.version>
<junit.version>4.11</junit.version>
- <minecraft.version>1.5.1</minecraft.version>
- <minecraft_version>1_5_R2</minecraft_version>
+ <minecraft.version>1.5.2</minecraft.version>
+ <minecraft_version>1_5_R3</minecraft_version>
</properties>
<scm>