From 21203341387259fbc069cb456ad4e47afcf4951f Mon Sep 17 00:00:00 2001 From: Pawel Kadlubanski Date: Thu, 7 Jun 2018 15:43:32 +0200 Subject: Changing docker image tag Issue-ID: INT-458 Change-Id: I1860841fd3b0eecb79b0991ed084a7dc61e85703 Signed-off-by: Pawel Kadlubanski --- test/mocks/pnfsimulator/pom.xml | 7 ++++--- test/mocks/pnfsimulator/simulator.sh | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index 040f37023..f607424da 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -6,7 +6,7 @@ org.onap.pnfsimulator pnf-simulator - 1.0-SNAPSHOT + 1.1.0-SNAPSHOT pnf-simulator @@ -15,7 +15,7 @@ 1.8 1.8 org.onap.pnfsimulator.Main - latest + latest libs ${project.build.directory}/${dependency.directory.name} nexus3.onap.org:10003 @@ -122,7 +122,8 @@ 1.0.0 ${onap.nexus.dockerregistry.daily}/onap/${project.artifactId} - ${docker.image.tag} + latest + ${project.version}-latest ${onap.nexus.dockerregistry.daily} openjdk:8-jdk-alpine java -cp ${dependency.directory.name}/*:${project.build.finalName}.jar ${simulator.main.class} diff --git a/test/mocks/pnfsimulator/simulator.sh b/test/mocks/pnfsimulator/simulator.sh index 5e8b2d5ac..ff3c07c12 100755 --- a/test/mocks/pnfsimulator/simulator.sh +++ b/test/mocks/pnfsimulator/simulator.sh @@ -5,7 +5,7 @@ set -euo pipefail CONTAINER_NAME=pnf-simulator CONFIG_FILE_PATH=/config/body.json SIMULATOR_DOCKER_HUB=nexus3.onap.org:10003/onap -SIMULATOR_TAG=latest +SIMULATOR_TAG=1.1.0-SNAPSHOT-latest function main(){ -- cgit 1.2.3-korg