summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-12-28 14:49:21 +1100
committermd_5 <git@md-5.net>2017-12-28 14:49:21 +1100
commitc29791a82d9350af40164b501f6ca26d00e2ccba (patch)
tree58a15280226cb386e6c7460f88b549496f4ee0e0 /pom.xml
parentc1a0994aa668087b94784576ea9fb45505db9f1d (diff)
downloadbukkit-c29791a82d9350af40164b501f6ca26d00e2ccba.tar
bukkit-c29791a82d9350af40164b501f6ca26d00e2ccba.tar.gz
bukkit-c29791a82d9350af40164b501f6ca26d00e2ccba.tar.lz
bukkit-c29791a82d9350af40164b501f6ca26d00e2ccba.tar.xz
bukkit-c29791a82d9350af40164b501f6ca26d00e2ccba.zip
Backport some PluginClassLoader changes for soak testing.
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 27b500de..a04ca875 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,8 +13,8 @@
<description>A plugin API for Minecraft servers.</description>
<properties>
- <maven.compiler.source>1.6</maven.compiler.source>
- <maven.compiler.target>1.6</maven.compiler.target>
+ <maven.compiler.source>1.7</maven.compiler.source>
+ <maven.compiler.target>1.7</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>