From: Bartosz Gardziejewski Date: Tue, 21 Apr 2020 10:38:49 +0000 (+0200) Subject: Update java to version 11 X-Git-Tag: 1.0.0~6^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F106335%2F1;p=integration%2Fsimulators%2Fpnf-simulator.git Update java to version 11 Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski Change-Id: Ibd3e10c534758e1b26e3a1cbd8154f5aeb423721 --- diff --git a/netconfsimulator/Dockerfile_app b/netconfsimulator/Dockerfile_app index 589be17..d1cc447 100644 --- a/netconfsimulator/Dockerfile_app +++ b/netconfsimulator/Dockerfile_app @@ -1,4 +1,4 @@ -FROM docker.io/openjdk:8-jre-alpine +FROM docker.io/openjdk:11-jre-slim ARG VERSION=${version} 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 @@ UTF-8 - 1.8 - 1.8 + 11 + 11 yyyyMMdd'T'HHmmss nexus3.onap.org:10003 latest diff --git a/pnfsimulator/Dockerfile b/pnfsimulator/Dockerfile index 7cadcf4..52e507c 100644 --- a/pnfsimulator/Dockerfile +++ b/pnfsimulator/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/openjdk:8-jre-alpine +FROM docker.io/openjdk:11-jre-slim ARG VERSION=${version} diff --git a/pnfsimulator/integration/pom.xml b/pnfsimulator/integration/pom.xml index e411735..5b8e738 100644 --- a/pnfsimulator/integration/pom.xml +++ b/pnfsimulator/integration/pom.xml @@ -39,8 +39,8 @@ - 1.8 - 1.8 + 11 + 11 diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index 251feb2..436571d 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -37,8 +37,8 @@ UTF-8 - 1.8 - 1.8 + 11 + 11 yyyyMMdd'T'HHmmss org.onap.pnfsimulator.Main latest diff --git a/pom.xml b/pom.xml index dffec7d..42e5405 100644 --- a/pom.xml +++ b/pom.xml @@ -46,8 +46,8 @@ /content/repositories/releases/ /content/repositories/staging/ UTF-8 - 1.8 - 1.8 + 11 + 11 0.31.0 true ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml