aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2020-04-22 13:05:42 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-22 13:05:42 +0000
commit05744704372014b511b3c36c794a8c80bdd7a0bb (patch)
tree608948068060463c834f940c43d6bac269f27a4f /pom.xml
parentc9743fbf57cafeb4bf02b6ba09aac5969ea8ef67 (diff)
parentfda2cdfaa4aa0ea294f17e98e17687670e9b8d16 (diff)
Merge "Rename docker images"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 50bf928..8bbd874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,8 @@
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ <docker-image.namespace>onap</docker-image.namespace>
+ <docker-image.name.prefix>org.onap.integration.simulators</docker-image.name.prefix>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>