From 6679a62850b2f69e406fc70c244ce388a7182d94 Mon Sep 17 00:00:00 2001 From: Alix Lourme Date: Sat, 24 Jun 2017 18:30:33 +0200 Subject: [PATCH 1/2] JDK level compilation switched to v7 Since commit ea5e38c17986be0786389111a4b8d9b99350c0a2, JDK v7 is used for compilation. Some class (Files, Path, ...) are now used and require JDK v7. This change is mainly to link a JDK v7 when Eclipse m2e is used (v6 used before, so compilation problem, manuel update required). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 70c4a9f4..ac1a4a1d 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ limitations under the License. - 6 + 7 From 224f4d748e9f20a4231d64b54247951235485575 Mon Sep 17 00:00:00 2001 From: Alix Lourme Date: Sun, 25 Jun 2017 01:40:13 +0200 Subject: [PATCH 2/2] #27: m2e doesn't respect the maven-enforcer-plugin 'requireJavaVersion' --- pom.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ac1a4a1d..6cb21bb9 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ limitations under the License. - 7 + 6 @@ -124,4 +124,19 @@ limitations under the License. + + + + + eclipse-only-jdk-version + + + m2e.version + + + + 7 + + +