From 1d3e125819c516f7740dd539145c0b89c581e191 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 1 Apr 2020 10:21:58 +0200 Subject: [PATCH] added ${maven.compiler.source} and target vars in pom --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 86af1ec..532a092 100644 --- a/pom.xml +++ b/pom.xml @@ -140,8 +140,8 @@ maven-compiler-plugin UTF-8 - 1.8 - 1.8 + ${maven.compiler.source} + ${maven.compiler.target}