Update upstream B/CB/S

This commit is contained in:
Zach Brown 2017-12-27 22:45:33 -06:00
parent a1b538fc71
commit eb0f5adfdc
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
23 changed files with 163 additions and 163 deletions

View file

@ -1,11 +1,11 @@
From a5783dd1bfe8f0f0166976f3afc04a1f35ba3acb Mon Sep 17 00:00:00 2001
From 43344bd333e548df23d8a9d68833c74d63d84964 Mon Sep 17 00:00:00 2001
From: Zach Brown <zach.brown@destroystokyo.com>
Date: Tue, 1 Mar 2016 00:16:08 +0100
Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml
index 8ee129d9..133d1660 100644
index 73ef3193..4220760f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,39 +3,39 @@
@ -32,9 +32,9 @@ index 8ee129d9..133d1660 100644
<description>An enhanced plugin API for Minecraft servers.</description>
<properties>
- <maven.compiler.source>1.6</maven.compiler.source>
- <maven.compiler.target>1.6</maven.compiler.target>
+ <!-- Paper - Bump to 1.8 - Because Duh... -->
- <maven.compiler.source>1.7</maven.compiler.source>
- <maven.compiler.target>1.7</maven.compiler.target>
+ <!-- Paper - Bump to 1.8 - Get off your dinosaur and get on this rocket ship... -->
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -157,5 +157,5 @@ index 8ee129d9..133d1660 100644
- </profiles>
</project>
--
2.15.0
2.15.1.windows.2