From 62f7418c1ceee4dd213eb04d63d3bafecb9d0a72 Mon Sep 17 00:00:00 2001 From: Marcin Migdal Date: Fri, 18 Jan 2019 12:32:36 +0100 Subject: Bump pnfsimulator to 4.0.0-SNAPSHOT Change-Id: I955e2befdcb95a2b50fa3c3ba0d5a734d85fd753 Issue-ID: INT-821 Signed-off-by: Marcin Migdal Signed-off-by: Gary Wu --- test/mocks/pnfsimulator/README.md | 7 ------- test/mocks/pnfsimulator/docker-compose.yml | 2 +- test/mocks/pnfsimulator/pom.xml | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/test/mocks/pnfsimulator/README.md b/test/mocks/pnfsimulator/README.md index 24359ae08..8c27bd474 100644 --- a/test/mocks/pnfsimulator/README.md +++ b/test/mocks/pnfsimulator/README.md @@ -66,10 +66,3 @@ In order to verify connection, please use *FileZilla* for testing. ###Developer mode For development of PNF Simulator, run *simulator.sh* start-dev in order to run minimal necessary set of supporting services such as Netopeer of FTP servers. After that it is possible to run PNF Simulator from IDE. - - - - - - - diff --git a/test/mocks/pnfsimulator/docker-compose.yml b/test/mocks/pnfsimulator/docker-compose.yml index c32d0e7bd..52ded3574 100644 --- a/test/mocks/pnfsimulator/docker-compose.yml +++ b/test/mocks/pnfsimulator/docker-compose.yml @@ -3,7 +3,7 @@ version: '3' services: pnf-simulator: container_name: pnf-simulator - image: nexus3.onap.org:10003/onap/pnf-simulator:2.0.1-SNAPSHOT + image: nexus3.onap.org:10003/onap/pnf-simulator:4.0.0-SNAPSHOT ports: - "5000:5000" volumes: diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index f11d0e2d8..254cc8e0b 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -12,7 +12,7 @@ org.onap.pnfsimulator pnf-simulator - 2.0.1-SNAPSHOT + 4.0.0-SNAPSHOT pnf-simulator -- cgit 1.2.3-korg