From 83b56bdc2b1d8b9f245f695f052acbac0fece250 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Fri, 10 Feb 2017 16:20:02 -0500 Subject: [PATCH] Respect the maven.compiler.source and maven.compiler.target properties maven-compiler-plugin supports the use of the maven.compiler.source and maven.compiler.target properties to set the compiler source and target versions so those properties should be respected. --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cdc13285..f232a79f 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,8 @@ later in the file --> yyyy-MM-dd HH:mm + 1.6 + 1.6