From a5de2db95aa8aed5da10be34bd59fecd6a66c59f Mon Sep 17 00:00:00 2001 From: "Benjamin, Max" Date: Fri, 7 Aug 2020 11:36:18 -0400 Subject: removed java8 and java11 profiles from pom removed java8 and java11 profiles from pom Issue-ID: SO-3143 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I463f03f68e6c628fb3e84334460ef5c1ac119258 --- pom.xml | 47 +++++------------------------------------------ 1 file changed, 5 insertions(+), 42 deletions(-) diff --git a/pom.xml b/pom.xml index 6b7fb81296..edca835165 100644 --- a/pom.xml +++ b/pom.xml @@ -242,6 +242,10 @@ -parameters + true + 11 + 11 + 11 @@ -995,46 +999,5 @@ - - java8 - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.0 - - true - ${java.version} - ${java.version} - - - - - - - m2e.version - - true - - - - java11 - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.0 - - true - 11 - 11 - 11 - - - - - - \ No newline at end of file + -- cgit 1.2.3-korg