summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/pom.xml
diff options
context:
space:
mode:
authormukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>2020-07-21 15:31:42 +0530
committermukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>2020-07-21 15:31:42 +0530
commitc9c7a0aa3d74011b614bf7a53f7c55a89df3ebd8 (patch)
tree87dde5007090ca2ffea7feda4f61e474ceec8a31 /huawei/vnfmadapter/pom.xml
parent7c8f02268e85d70b627a1042660e4305c64be6c1 (diff)
REQ-351 upgrade to Java 11
Issue-ID: VFC-1703 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: I7697506854d1e50e6739e82503974f3e26df8c9f
Diffstat (limited to 'huawei/vnfmadapter/pom.xml')
-rw-r--r--huawei/vnfmadapter/pom.xml11
1 files changed, 6 insertions, 5 deletions
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 @@
<description>nfvo vnfmadapter</description>
<properties>
<packagename>VnfmadapterService</packagename>
- <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
- <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
- <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
- <sonar.projectVersion>${project.version}</sonar.projectVersion>
- <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
+ <java.version>11</java.version>
+ <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
+ <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+ <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
+ <sonar.projectVersion>${project.version}</sonar.projectVersion>
+ <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
</properties>
<modules>
<module>VnfmadapterService</module>