diff options
author | Przemyslaw Wasala <przemyslaw.wasala@nokia.com> | 2018-08-21 10:12:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-21 10:12:01 +0000 |
commit | 2d8719cc8e475d213243f41dedd3b875fadb37f0 (patch) | |
tree | f3502e4c0a4b43bc3ef96f87063da2ea858aea0f | |
parent | e2bd564242bf98767754762a83ca5cbae33ddb8f (diff) | |
parent | 8148f28c929fc4e0b4046a355697ae5b2eb2b995 (diff) |
Merge "Harmonize docker image names"
-rw-r--r-- | hv-collector-dcae-app-simulator/pom.xml | 1 | ||||
-rw-r--r-- | hv-collector-main/pom.xml | 1 | ||||
-rw-r--r-- | hv-collector-xnf-simulator/pom.xml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/hv-collector-dcae-app-simulator/pom.xml b/hv-collector-dcae-app-simulator/pom.xml index 894c5cbc..47f71ba6 100644 --- a/hv-collector-dcae-app-simulator/pom.xml +++ b/hv-collector-dcae-app-simulator/pom.xml @@ -42,7 +42,6 @@ <properties> <skipAnalysis>false</skipAnalysis> - <docker-image.name>ves-hv-collector-dcae-simulator</docker-image.name> </properties> <build> diff --git a/hv-collector-main/pom.xml b/hv-collector-main/pom.xml index 70c5b506..ed37515d 100644 --- a/hv-collector-main/pom.xml +++ b/hv-collector-main/pom.xml @@ -42,7 +42,6 @@ <properties> <skipAnalysis>false</skipAnalysis> - <docker-image.name>ves-hv-collector</docker-image.name> </properties> <build> diff --git a/hv-collector-xnf-simulator/pom.xml b/hv-collector-xnf-simulator/pom.xml index b80e1555..d44e2511 100644 --- a/hv-collector-xnf-simulator/pom.xml +++ b/hv-collector-xnf-simulator/pom.xml @@ -42,7 +42,6 @@ <properties> <skipAnalysis>false</skipAnalysis> - <docker-image.name>ves-hv-collector-xnf-simulator</docker-image.name> </properties> <build> |