Update versions in README 69/106569/1
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Fri, 24 Apr 2020 05:50:15 +0000 (07:50 +0200)
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Fri, 24 Apr 2020 05:50:15 +0000 (07:50 +0200)
Issue-ID: INT-1533
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I3be243f5620ae36f84e6bcf9eac3fca21d174253

netconfsimulator/README.md
pnfsimulator/README.md

index 701e3db..ac21e86 100644 (file)
@@ -3,7 +3,7 @@ A simulator that is able to receive and print history of CM configurations.
 
 ## Required software
 To run the simulator, the following software should be installed:
-- JDK 1.8
+- JDK 11
 - Maven
 - docker
 - docker-compose
index 6caa644..7cf8ba7 100644 (file)
@@ -289,7 +289,7 @@ Simulator works with VES that uses both self-signed certificate (already present
 
 ### Integration tests
 Integration tests are located in folder 'integration'. Tests are using docker-compose from root folder. 
-This docker-compose has pnfsimulator image set on nexus3.onap.org:10003/onap/pnf-simulator:5.0.0-SNAPSHOT. 
+This docker-compose has pnfsimulator image set on nexus3.onap.org:10003/onap/pnf-simulator:1.0.1-SNAPSHOT. 
 To test your local changes before running integration tests please build project using:
 
     'mvn clean package docker:build'