From c7ea252630e8e16f6d5c8e80907b03084318be78 Mon Sep 17 00:00:00 2001 From: Yugandhar <39789690+YugandharBandla@users.noreply.github.com> Date: Mon, 12 Sep 2022 23:04:27 +0530 Subject: [PATCH] Update pom.xml This is to avoid below error in Jenkins build [ERROR] error: Source option 6 is no longer supported. Use 7 or later. [ERROR] error: Target option 6 is no longer supported. Use 7 or later. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 808cef6..817acf7 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,8 @@ maven-compiler-plugin - 1.6 - 1.6 + 1.7 + 1.7