diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 2 | ||||
-rw-r--r-- | utils/webseal-simulator/sdc-simulator/Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 80a8db3c2b..2fa9fca2ee 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -10,7 +10,7 @@ <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-main</artifactId> <version>1.2.0-SNAPSHOT</version> - <relativePath>../../</relativePath> + <relativePath>../../</relativePath> </parent> <properties> diff --git a/utils/webseal-simulator/sdc-simulator/Dockerfile b/utils/webseal-simulator/sdc-simulator/Dockerfile index e546d48655..079c282093 100644 --- a/utils/webseal-simulator/sdc-simulator/Dockerfile +++ b/utils/webseal-simulator/sdc-simulator/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/base_sdc-jetty:1.2.0-SNAPSHOT-latest +FROM onap/base_sdc-jetty:1.3.0-SNAPSHOT-latest COPY chef-solo /root/chef-solo/ |