From c9c7a0aa3d74011b614bf7a53f7c55a89df3ebd8 Mon Sep 17 00:00:00 2001 From: "mukesh.paliwal1@huawei.com" Date: Tue, 21 Jul 2020 15:31:42 +0530 Subject: REQ-351 upgrade to Java 11 Issue-ID: VFC-1703 Signed-off-by: mukesh.paliwal1@huawei.com Change-Id: I7697506854d1e50e6739e82503974f3e26df8c9f --- huawei/vnfmadapter/pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'huawei/vnfmadapter/pom.xml') diff --git a/huawei/vnfmadapter/pom.xml b/huawei/vnfmadapter/pom.xml index 2f871949..df8601f6 100644 --- a/huawei/vnfmadapter/pom.xml +++ b/huawei/vnfmadapter/pom.xml @@ -29,11 +29,12 @@ nfvo vnfmadapter VnfmadapterService - ${project.build.directory}/surefire-reports - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - true - ${project.version} - reuseReports + 11 + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + true + ${project.version} + reuseReports VnfmadapterService -- cgit 1.2.3-korg