From 70c37460e0a92badd14893a5120d104f0e6fc613 Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Mon, 6 Dec 2021 17:14:26 +0000 Subject: [PATCH] Change compilation source/target to Java 11 --- pom.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a95573e..3bbcec5 100644 --- a/pom.xml +++ b/pom.xml @@ -35,12 +35,16 @@ - 1.6 - 1.6 + --> + + + 11 + 11 - 1.6 - 1.6 + 11 com.fasterxml.jackson.annotation.*;version=${project.version} -- 2.33.1