summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2015-06-05 20:57:48 +1000
committermd_5 <git@md-5.net>2015-06-05 20:57:48 +1000
commita6a57a96d02e57264d45120ce9f272c18c64407a (patch)
tree907d03fe45edc27226e8ea81f06f039b8f3c75fc /pom.xml
parente8c64031b1e4e06a918594ab349fff7e39c789ce (diff)
downloadcraftbukkit-a6a57a96d02e57264d45120ce9f272c18c64407a.tar
craftbukkit-a6a57a96d02e57264d45120ce9f272c18c64407a.tar.gz
craftbukkit-a6a57a96d02e57264d45120ce9f272c18c64407a.tar.lz
craftbukkit-a6a57a96d02e57264d45120ce9f272c18c64407a.tar.xz
craftbukkit-a6a57a96d02e57264d45120ce9f272c18c64407a.zip
Update to Minecraft 1.8.7
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 5eb2da28..2c045791 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.8.6-R0.1-SNAPSHOT</version>
+ <version>1.8.7-R0.1-SNAPSHOT</version>
<name>CraftBukkit</name>
<url>http://www.bukkit.org</url>
@@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<api.version>unknown</api.version>
<junit.version>4.11</junit.version>
- <minecraft.version>1.8.6</minecraft.version>
+ <minecraft.version>1.8.7</minecraft.version>
<minecraft_version>1_8_R3</minecraft_version>
<buildtag.prefix>git-Bukkit-</buildtag.prefix>
<buildtag.suffix></buildtag.suffix>