From d77cb63fe253a8f9335764aeecf971348c894728 Mon Sep 17 00:00:00 2001 From: Pawel Kadlubanski Date: Thu, 7 Jun 2018 15:48:38 +0200 Subject: Changing docker image tag Issue-ID: INT-458 Change-Id: Iffde91aa44e76ebbb76bc03c570a3a4298f76278 Signed-off-by: Pawel Kadlubanski --- test/mocks/pnfsimulator/pom.xml | 4 ++-- test/mocks/pnfsimulator/simulator.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index 040f37023..2fee83622 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.0.0-SNAPSHOT pnf-simulator @@ -15,7 +15,7 @@ 1.8 1.8 org.onap.pnfsimulator.Main - latest + ${project.version}-latest libs ${project.build.directory}/${dependency.directory.name} nexus3.onap.org:10003 diff --git a/test/mocks/pnfsimulator/simulator.sh b/test/mocks/pnfsimulator/simulator.sh index 5e8b2d5ac..d1185565f 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.0.0-SNAPSHOT-latest function main(){ -- cgit 1.2.3-korg