From 97cdbe80463b751d6a40cdf78d4e4ef97323baff Mon Sep 17 00:00:00 2001 From: asofold Date: Mon, 24 Apr 2017 18:35:25 +0200 Subject: [PATCH] Move the java version into the root pom. Not set higher, as we can't really make use of that now - diamond operator postponed. --- NoCheatPlus/pom.xml | 9 --------- pom.xml | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NoCheatPlus/pom.xml b/NoCheatPlus/pom.xml index 566dfd07..6f205461 100644 --- a/NoCheatPlus/pom.xml +++ b/NoCheatPlus/pom.xml @@ -56,15 +56,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - 1.6 - 1.6 - - org.apache.maven.plugins maven-shade-plugin diff --git a/pom.xml b/pom.xml index ff6fc164..e9d62233 100644 --- a/pom.xml +++ b/pom.xml @@ -199,6 +199,15 @@ TODO: Better place for descriptions like this? true + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.6 + 1.6 + +