From 4b7e270c5c749a97c5d33283b9c95f24acce1d29 Mon Sep 17 00:00:00 2001 From: HOCKLA Date: Tue, 10 Dec 2019 09:54:48 -0600 Subject: Added some JDK 11 upgrades and point to oparent java 11 branch Locally built with JDK 11 Issue-ID: POLICY-1594 Change-Id: I0fb2249c8f2057e1e69d3534083dba176310ae70 Signed-off-by: HOCKLA --- integration/pom.xml | 9 +++------ pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index eeccf181..4ed21209 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -34,13 +34,11 @@ Policy Integration POM - 1.8 - 1.8 - 1.8 + 11 1.2.3 1.1.9 1.7.4 - 2.7.0 + 2.7.5 2.10.0.pr3 7.28.0.Final 2.29.1 @@ -580,8 +578,7 @@ 3.8.1 ${project.build.sourceEncoding} - ${java.version} - ${java.version} + ${java.version} diff --git a/pom.xml b/pom.xml index 42eb180b..7ea3ef67 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.onap.oparent oparent - 2.1.0 + 3.0.0-SNAPSHOT org.onap.policy.parent @@ -31,7 +31,7 @@ pom - 2.1.0 + 3.0.0-SNAPSHOT @@ -53,7 +53,7 @@ net.revelc.code.formatter formatter-maven-plugin - 2.8.1 + 2.11.0 ${project.parent.basedir}/onap-java-formatter.xml @@ -64,7 +64,7 @@ com.diffplug.spotless spotless-maven-plugin - 1.18.0 + 1.26.1 -- cgit 1.2.3-korg