Bump pnfsimulator to 4.0.0-SNAPSHOT 88/75988/9
authorMarcin Migdal <marcin.migdal@nokia.com>
Fri, 18 Jan 2019 11:32:36 +0000 (12:32 +0100)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 6 Feb 2019 14:15:55 +0000 (06:15 -0800)
Change-Id: I955e2befdcb95a2b50fa3c3ba0d5a734d85fd753
Issue-ID: INT-821
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/mocks/pnfsimulator/README.md
test/mocks/pnfsimulator/docker-compose.yml
test/mocks/pnfsimulator/pom.xml

index 24359ae..8c27bd4 100644 (file)
@@ -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.
-
-
-
-
-
-
-
index c32d0e7..52ded35 100644 (file)
@@ -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:
index f11d0e2..254cc8e 100644 (file)
@@ -12,7 +12,7 @@
 
   <groupId>org.onap.pnfsimulator</groupId>
   <artifactId>pnf-simulator</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>4.0.0-SNAPSHOT</version>
 
   <name>pnf-simulator</name>