summaryrefslogtreecommitdiffstats
path: root/huawei/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/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/pom.xml')
-rw-r--r--huawei/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/huawei/pom.xml b/huawei/pom.xml
index 3946f7aa..871b6de7 100644
--- a/huawei/pom.xml
+++ b/huawei/pom.xml
@@ -27,6 +27,9 @@
<packaging>pom</packaging>
<name>vfc-nfvo-driver-vnfm-svnfm-huawei</name>
<description>vfc-nfvo-driver-vnfm-svnfm-huawei</description>
+ <properties>
+ <java.version>11</java.version>
+ </properties>
<modules>
<module>vnfmadapter</module>
</modules>