summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorWesley Wolfe <weswolf@aol.com>2013-07-01 05:50:24 -0500
committerWesley Wolfe <weswolf@aol.com>2013-07-01 05:50:24 -0500
commit8de050ae87e675f13211e5d8cac7896ff51992f7 (patch)
tree98e932857dcac70d409740d993ed2ee9deb6c3c2 /pom.xml
parentfe3bca9131d8b38dd7dfad7efd536c00ea6f7b2c (diff)
downloadbukkit-8de050ae87e675f13211e5d8cac7896ff51992f7.tar
bukkit-8de050ae87e675f13211e5d8cac7896ff51992f7.tar.gz
bukkit-8de050ae87e675f13211e5d8cac7896ff51992f7.tar.lz
bukkit-8de050ae87e675f13211e5d8cac7896ff51992f7.tar.xz
bukkit-8de050ae87e675f13211e5d8cac7896ff51992f7.zip
Update Bukkit for Minecraft 1.6.1
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 5ee22fa4..17942915 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
- <version>1.5.2-R1.1-SNAPSHOT</version>
+ <version>1.6.1-R0.1-SNAPSHOT</version>
<name>Bukkit</name>
<url>http://www.bukkit.org</url>
@@ -45,8 +45,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>