From a31feef8c602092bf7c24284ecbd2b09d4032077 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 17 Aug 2021 11:59:38 -0400 Subject: [PATCH] Update for Java 11 Update to use java 11 to compile Issue-ID: CCSDK-3415 Signed-off-by: Dan Timoney Change-Id: I6f60e301c801f44ff811a6dd1cc40ad721bb7fc3 --- springboot/spring-boot-setup/pom.xml | 35 ----------------------------------- springboot/springboot25/pom.xml | 15 +++++++-------- 2 files changed, 7 insertions(+), 43 deletions(-) diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index fe5a295d..d41913b0 100644 --- a/springboot/spring-boot-setup/pom.xml +++ b/springboot/spring-boot-setup/pom.xml @@ -71,30 +71,6 @@ UTF-8 - - create-springboot25-parent-pom - - copy-resources - - validate - - ../springboot25 - - - src/main/resources - - pom-template.xml - - true - - - \ - - ${basedir}/src/main/properties/springboot25.properties - - UTF-8 - - @@ -124,17 +100,6 @@ ../springboot2/pom.xml - - rename-springboot25-parent-pom - validate - - rename - - - ../springboot25/pom-template.xml - ../springboot25/pom.xml - - diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml index 294bda86..ae8ba4d9 100644 --- a/springboot/springboot25/pom.xml +++ b/springboot/springboot25/pom.xml @@ -54,8 +54,6 @@ 0.8.5 - 1.8 - 1.8 UTF-8 UTF-8 @@ -79,10 +77,9 @@ ecomp-staging 176c31dfe190a - 1.8 - 1.8 + 11 2.5.0 - 2.5.1 + 3.8.1 features.xml src/main/yang-gen-config src/main/yang-gen-sal @@ -443,10 +440,12 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compile.plugin.version} + ${maven-compiler-plugin.version} - ${java.version.source} - ${java.version.target} + ${java.version} + + + -- 2.16.6