diff options
author | 2020-04-24 08:32:59 +0000 | |
---|---|---|
committer | 2020-04-24 08:32:59 +0000 | |
commit | ed68a0ba2a4836f8963e9f4973a440f096af19e8 (patch) | |
tree | 04a2305c4cdcea6abc2066ba7400ba0461269ecf | |
parent | 1053d24655fe92059deea436d2d55d101a7c8c6c (diff) | |
parent | 3ed599acbbfc4514fcb9608349f8bb44e1e41a5e (diff) |
Merge "Update versions in README"
-rw-r--r-- | netconfsimulator/README.md | 2 | ||||
-rw-r--r-- | pnfsimulator/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/netconfsimulator/README.md b/netconfsimulator/README.md index 701e3db..ac21e86 100644 --- a/netconfsimulator/README.md +++ b/netconfsimulator/README.md @@ -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 diff --git a/pnfsimulator/README.md b/pnfsimulator/README.md index 6caa644..7cf8ba7 100644 --- a/pnfsimulator/README.md +++ b/pnfsimulator/README.md @@ -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' |