From 724b5025cd16fbed0bba66e21129fd9530ce736d Mon Sep 17 00:00:00 2001 From: Matthieu Geerebaert Date: Wed, 4 Dec 2019 12:10:29 +0100 Subject: [PATCH] Java 11 & oparent 3.0.0-SNAPSHOT Update jacoco version to support java 11 Parent move to 3.0.0-SNAPSHOT Change-Id: Ia93039c29fb0ca188e59e1e0615146f624cea733 Issue-ID: EXTAPI-370 Signed-off-by: MatthieuGeerebaert --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d63b1e0..d30b8c4 100644 --- a/pom.xml +++ b/pom.xml @@ -38,14 +38,12 @@ org.onap.oparent oparent - 2.1.0 + 3.0.0-SNAPSHOT UTF-8 UTF-8 - 1.8 - 1.8 org.onap.nbi.Application https://nexus.onap.org https://nexus.onap.org @@ -395,6 +393,7 @@ org.springframework.boot spring-boot-maven-plugin + 2.2.1.RELEASE @@ -483,7 +482,7 @@ org.jacoco jacoco-maven-plugin - 0.8.1 + 0.8.5 true @@ -535,6 +534,7 @@ maven-source-plugin + 3.2.0 attach-sources -- 2.16.6