From 6053a69ecaad1deb6c6887470dae1ba6c3ace4a5 Mon Sep 17 00:00:00 2001 From: Karsten Thoms Date: Mon, 28 Feb 2022 13:30:16 +0100 Subject: [PATCH] Set Java version to 11 According to the trainer @javahippie the training project should use Java 11 as base, since tests later will rely on Java 11 specifics --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a46ca63..1395a18 100644 --- a/pom.xml +++ b/pom.xml @@ -14,9 +14,9 @@ 7.16.0 2.5.6 - 1.8 - 1.8 - 1.8 + 11 + 11 + 11 UTF-8 false