aboutsummaryrefslogtreecommitdiffstats
path: root/netconfsimulator/pom.xml
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-04-21 12:38:49 +0200
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-04-21 12:38:49 +0200
commitc8cfd07b8cf618137b04d1fe2c6779c6cf3a10bf (patch)
tree9b99c8df9dd8b1ab5e21e76930d9f5ab8634bbe4 /netconfsimulator/pom.xml
parent9203c9c40e963b4a5e451b38d32687a185f3b8c6 (diff)
Update java to version 11
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ibd3e10c534758e1b26e3a1cbd8154f5aeb423721
Diffstat (limited to 'netconfsimulator/pom.xml')
-rw-r--r--netconfsimulator/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml
index 86f3ecd..6dbdf0c 100644
--- a/netconfsimulator/pom.xml
+++ b/netconfsimulator/pom.xml
@@ -35,8 +35,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
<docker.registry>nexus3.onap.org:10003</docker.registry>
<docker.image.tag>latest</docker.image.tag>