From a37aecaede1b79fce3e2c8fea57df298a070e11d Mon Sep 17 00:00:00 2001 From: Pawel Kadlubanski Date: Thu, 7 Jun 2018 16:26:41 +0200 Subject: Update pnfsimulator code to master. Issue-ID: INT-458 Change-Id: Ia1b16d852b66c1f5b9141869619f68bdb4181f5e Signed-off-by: Pawel Kadlubanski --- test/mocks/pnfsimulator/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index 2fee83622..1d77ffdaa 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -7,7 +7,6 @@ org.onap.pnfsimulator pnf-simulator 1.0.0-SNAPSHOT - pnf-simulator @@ -15,7 +14,6 @@ 1.8 1.8 org.onap.pnfsimulator.Main - ${project.version}-latest libs ${project.build.directory}/${dependency.directory.name} nexus3.onap.org:10003 @@ -122,7 +120,7 @@ 1.0.0 ${onap.nexus.dockerregistry.daily}/onap/${project.artifactId} - ${docker.image.tag} + ${project.version}-latest ${onap.nexus.dockerregistry.daily} openjdk:8-jdk-alpine java -cp ${dependency.directory.name}/*:${project.build.finalName}.jar ${simulator.main.class} -- cgit 1.2.3-korg